Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic: [EN] How do I get ASCII BEL to beep ?  (Read 1919 times)

Offline OppaErich

  • OLE
  • User
  • Posts: 381
[EN] How do I get ASCII BEL to beep ?
« on: 2016/11/25, 13:36:02 »
Hi,


there is no beep. What do I have to do to get one ?
Code: [Select]



oppa@oppa-hex-ssd:~$ echo -e "\a"


oppa@oppa-hex-ssd:~$ lsmod | grep spk
pcspkr                  2163  0


Stephan


Offline devil

  • Administrator
  • User
  • *****
  • Posts: 4.842
Re: How do I get ASCII BEL to beep ?
« Reply #1 on: 2016/11/25, 13:52:42 »
Is 'beep' installed?
After install, run:
Code: [Select]
modprobe -v pcspkr

Offline OppaErich

  • OLE
  • User
  • Posts: 381
Re: How do I get ASCII BEL to beep ?
« Reply #2 on: 2016/11/25, 14:02:58 »
Hi,


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