At 01:23 15/02/02 +0100, you wrote:
>Hi all,
>
>Simple problem, I think.
>I've got no sound card.
>-steve
>_______________________________________________

this was my problem months ago..
now, i have a sound card and still uses the pc speaker.. for beeps :)
it's great!

download from my machine.. this rpm..
http://killer.no-ip.org:8080/beep-1.2.1-2rh61.i386.rpm
don't know if you'll find it anywhere else..

you can make lots of diferent sounds with this binary..
one for messages, one for file transfer, other for chat and so on..

here are my beeps:
[onevent]
Enable = 1
Command =
Message = beep -f 6000 -r 2 -l 10
Chat = beep -f 10000 -r 5
File = beep -f 100 -r 5
Url = beep -f 6000 -r 2 -l 10
OnlineNotify = echo !OnlineNotify! >/dev/null 2>&1
SysMsg = beep -f 6000 -r 2 -l 10
AlwaysOnlineNotify = 0
MsgSent = echo !MessageSent! >/dev/null 2>&1

....
or you can make something like this too...
(killer@p800)(~)($) cat alarm.sh
#!/bin/bash
for ((;;)); do (beep -f 2000 -l 550); done

that will make noise sufficient to call the attention of anybody that is 
even far from the machine :)

the beep binary must run as root..
man beep after installing the package for further details on this :)


--
              Jose Antonio Alves Tavares Filho "_]{ILLER_"
--
    A Computer Science Student at UCPel – Pelotas/RS – Brazil
    ICQ#  6093525
--
    "The BeOS takes the best features from the major
    operating systems. It's got the power and flexibility
    of Unix, the interface and ease of use of the MacOS,
    and Minesweeper from Windows." --Tyler Riti
===================================================================


_______________________________________________
Licq-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/licq-devel

Reply via email to