How-To Geek
Disable the System Beep on Ubuntu Edgy
I dislike the system beep on any computer, anywhere, anytime. Here’s how to turn it off in Ubuntu.
Go to System \ Preferences \ Sound and click the System Beep tab.
Uncheck the box, and hit close. Easy as that!
Don't show again X
|
Subscribe |
Daily Email Updates |
|
You can get our how-to articles in your inbox each day for free. Just enter your email below: |
- By The Geek on 12/24/06
Comments (14)
Comments are closed on this post.
If you'd like to continue the discussion on this topic, you can do so at our forum.
Go to the Forum

I think this only disables the annoying beep within Gnome, but how can I also disable it in all(Ctrl+Alt+F1(~6)) terminals altogether ?
yeah, that’s what I want to know
@arsgeek
Good article.
Thank YOU! It was driving me crazy..
sudo rmmod pcspkr
The place to blacklist modules is /etc/modprobe.d/blacklist, so open and edit this file and add at the end of the file:
blacklist pcspkr
That’s it, no more beep beep beeep going around.
Hope this will help handle your virtual console in a greater way ;)
Add “setterm -bfreq 0″ to your ~/.profile or /etc/profile.
sudo rmmod pcspkr
blacklist pcspkr
\o/
mrli – best to leave it enabled outside Gnome, unfortunately, as particular combinations of system beeps can actually be trying to tell you what the problem is when your computer is *seriously* broken.
Thanks for this post, that blasted beep has caused more problems for me then I have time to tell.
As “asdf” points out, to properly disable the pc speaker throughout the system in Ubuntu:
Edit /etc/modprobe.d/blacklist and add a line, “blacklist pcspkr”
Going “sudo rmmod pcspkr” after every boot is bothersome.
It`s work on Debian Lenny 5.0
modprobe -l |grep pcsp
lsmod | grep pcsp
Add in file /etc/modprobe.d/blacklist founded variables
for examlpe
blacklist pcspkr
blacklist snd_pcsp
damn that was great. i hate beeping sound
Colin’s suggestion with …
“Add “setterm -bfreq 0″ to your ~/.profile or /etc/profile.”
Works best! Works on most linux distros (that i’ve tried).
Buen blog, buen post, documentado y bien escrito, un gusto leerlo. Ademàs con informaciòn
muy ùtil. Gracias.