Siduction Forum

Siduction Forum => Software - Support => Thema gestartet von: OppaErich in 2016/11/25, 13:36:02

Titel: How do I get ASCII BEL to beep ?
Beitrag von: OppaErich in 2016/11/25, 13:36:02
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

Titel: Re: How do I get ASCII BEL to beep ?
Beitrag von: devil in 2016/11/25, 13:52:42
Is 'beep' installed?
After install, run: modprobe -v pcspkr
Titel: Re: How do I get ASCII BEL to beep ?
Beitrag von: OppaErich in 2016/11/25, 14:02:58
Hi,


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