Page 1 of 1

How to turn off system beep-sound ?

Posted: Mon 02 Mar 2015, 17:07
by percival
hey all,

how can I quickly turn off all system warnings etc. in beeps. I use slacko puppy on my music-computer and don't want to have audible warnings when i type a wrong command or tap a button...

thanks for your help

Posted: Mon 02 Mar 2015, 18:03
by cimarron
Retrovol has a "beep" volume control, and system beeps can be turned off. If using Retrovol, right-click on the speaker icon in the tray, then select "Full Window." Uncheck the beep volume control to turn beeps off.

Posted: Tue 03 Mar 2015, 00:47
by MochiMoppel
Use command

Code: Select all

xset -b
See xset man page for more options

@cimarron: My retrovol doesn't have a beep volume control and I can't remember having ever seen one. Must be new...

Posted: Tue 03 Mar 2015, 11:33
by percival
thanks for your help.

i tried

Code: Select all

 rmmod pcspkr 
yesterday. it worked but after reboot the system can't find the sound card anymore. Don't know if that problem is related to the rnmod-command at all ? Any ideas on what to do to make the system detect my sound card again?

Posted: Wed 04 Mar 2015, 03:10
by cimarron
Usually you can set up your sound card with the ALSA sound wizard, located in the Setup part of the puppy menu.


Mochi: I suspect the beep control in Retrovol is a feature on some sound cards, but not all. The control is available on my Dell Inspiron 5100.

Posted: Wed 04 Mar 2015, 23:08
by Peterm321
percival Yesterday, at 07:33 wrote: i tried

Code: Select all

 rmmod pcspkr
yesterday. it worked but after reboot the system can't find the sound card anymore.
I amended the system startup script, /etc/rc.d/rc.sysinit, to delete the pcspkr module before rc.sysinit runs its module routines. This as far as I can see has no affect on the soundcard other than to dispense with the annoying beep.

Some alternate ways that might be able to disable pcspkr are set out here
http://unix.stackexchange.com/questions ... ep-of-lmde

The files /proc/asound/cards and /proc/asound/devices can contain information about the detected soundcard (if any). If these files contain no soundcard details that tends to indicate a more substantial failure to detect the soundcard and/or load the required modules for it. If there is some kind of souncard detected then running

Code: Select all

/etc/init.d/10alsa   restart
(restart alsa) may work.