Hi,
there is no beep. What do I have to do to get one ?
oppa@oppa-hex-ssd:~$ echo -e "\a"
oppa@oppa-hex-ssd:~$ lsmod | grep spk
pcspkr 2163 0
Stephan
Is 'beep' installed?
After install, run: modprobe -v pcspkr
Hi,
beep is installed and gives a beep. But ASCII BEL does not - why ?