Silencing the Kubuntu PC Speaker beep

2

Possible Duplicate:
What is the best way to turn off the Ubuntu beep permanently?

My Kubuntu installation makes me jump every now and then by emitting a hideous beep - generally when I reach the limit of a text field etc. How can I turn it off? I have tried the following:

sudo modprobe -r pcspkr
sudo rmmod pcspkr

And I have added the following into /etc/modprobe.d/blacklist:

blacklist pcspkr

But the beep persists...

teabot

Posted 2010-02-11T16:50:17.633

Reputation: 1 075

Question was closed 2010-02-12T14:19:12.477

Answers

1

You may wish to see this question's answer for further details. As it is also on SuperUser I do not believe I need to paste the content here.

I would go the /etc/inputrc route.

Broam

Posted 2010-02-11T16:50:17.633

Reputation: 3 831

0

you ran "update-modules" after blacklisting the module?

akira

Posted 2010-02-11T16:50:17.633

Reputation: 52 754

Er... no. I need to do that then? :-) – teabot – 2010-02-12T11:54:30.197

http://www.wlug.org.nz/update-modules(8).

which modules are loaded or not should be controlled by /etc/modules.conf... which is created by update-modules from entries in /etc/modules.d/* or whatever the distro is using

– akira – 2010-02-12T13:54:35.313