From owner-freebsd-questions Tue Nov 12 2:17:46 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5515937B401 for ; Tue, 12 Nov 2002 02:17:45 -0800 (PST) Received: from foem.leiden.webweaving.org (fia224-72.dsl.hccnet.nl [62.251.72.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67AF243E75 for ; Tue, 12 Nov 2002 02:17:38 -0800 (PST) (envelope-from dirkx@webweaving.org) Received: from foem (foem [10.11.0.2]) by foem.leiden.webweaving.org (8.12.6/8.12.6) with ESMTP id gACAHUv7011549 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Tue, 12 Nov 2002 11:17:31 +0100 (CET) (envelope-from dirkx@webweaving.org) Date: Tue, 12 Nov 2002 11:17:30 +0100 (CET) From: Dirk-Willem van Gulik X-X-Sender: dirkx@foem.leiden.webweaving.org To: Chris P Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Beep question... In-Reply-To: Message-ID: <20021112111030.J9243-100000@foem.leiden.webweaving.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Perhaps try man beep echo 'main() { initscr();beep(); }' > a.c && gcc -lncurses a.c && ./a.out; reset or man -k speaker and subsequently man speaker man spkrtest Dw. On Tue, 12 Nov 2002, Chris P wrote: > > I have a simple question. I want to make my PC speaker beep. I for the > life of my cannot find a simple command to do this... I dont want an > X-app, I dont want change the tone, or anything special.. Just a beep! > > If anyone knows, I'd appreciate the info! Thanks! > > C. > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message