Siduction Forum

Siduction Forum => Software - Support => Topic started by: OppaErich on 2016/11/25, 13:36:02

Title: How do I get ASCII BEL to beep ?
Post by: OppaErich on 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

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


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