|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
Re: [PLUG] System Bell - Beep!
|
Try this, it works for me (this is 5 bells).
When your'e able to make the speaker ring different
tunes pls let me know, I could use it (my server's
also headless)
/bin/echo -e -n "\a" > /dev/console; sleep 1;
/bin/echo -e -n "\a" > /dev/console; sleep 1;
/bin/echo -e -n "\a" > /dev/console; sleep 1;
/bin/echo -e -n "\a" > /dev/console; sleep 1;
/bin/echo -e -n "\a" > /dev/console; sleep 1;
e.pike
On Tue, 10 Jun 2003 22:10:01 -0400
"zeek" <zeek@sparklehouse.com> wrote:
>
> Greets PLUGgers,
>
> Does anyone know how to ring a system bell, a beep w/o additional software? I've
> tried:
>
> echo -n -e "\a" and echo -n -e "\007"
>
> but neither of these are working --even for systems which ring bells on other
> calls.
>
>
> I want to work this into a BB monitoring alert.
>
> Cheers,
> -zeek
>
> Sparklehouse Media and Technologies
> http://sparklehouse.com
>
>
>
> _________________________________________________________________________
> Philadelphia Linux Users Group -- http://www.phillylinux.org
> Announcements - http://lists.netisland.net/mailman/listinfo/plug-announce
> General Discussion -- http://lists.netisland.net/mailman/listinfo/plug
_________________________________________________________________________
Philadelphia Linux Users Group -- http://www.phillylinux.org
Announcements - http://lists.netisland.net/mailman/listinfo/plug-announce
General Discussion -- http://lists.netisland.net/mailman/listinfo/plug
|
|