How do I get ASCII BEL to beep ?

Begonnen von OppaErich, 2016/11/25, 13:36:02

Vorheriges Thema - Nächstes Thema

OppaErich

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


devil

Is 'beep' installed?
After install, run: modprobe -v pcspkr

OppaErich

Hi,


beep is installed and gives a beep. But ASCII BEL does not - why ?