Date: Tue, 12 Nov 2002 11:17:30 +0100 (CET) From: Dirk-Willem van Gulik <dirkx@webweaving.org> To: Chris P <freebsd@rawfire.torche.com> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Beep question... Message-ID: <20021112111030.J9243-100000@foem.leiden.webweaving.org> In-Reply-To: <Pine.BSF.4.44.0211120101510.60786-100000@rawfire.torche.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021112111030.J9243-100000>
