2010/1/25 Markus Hennecke <markus-henne...@markus-hennecke.de>: > jean-francois wrote: >> Can someone give a hin on how to make the speaker to beep for example with >> a command or a C program ? > > man speaker(4), if you are on i386 or amd64.
I'm so stupid. Of course it says right on that man page that there's /dev/speaker, so with the right permissions: # cat somefile > /dev/speaker That should work. It did for me, on IA-32. regards, --ropers