You are not logged in.
Pages: 1
Hi,
first post. Here's how remove all bleeping system beeps. Should work on most versions.
First things first, remove the damn pc speaker completely:
echo 'blacklist pcspkr' | sudo tee -a /etc/modprobe.d/pcspkr.conf
sudo rmmod pcspkrThen, remove gtk apps beep:
echo "gtk-error-bell = 0 " >> ~/.gtkrc-2.0.mine then, the readline/bash beeps:
echo "set bell-style none" >> ~/.inputrceven better, put the above line into /etc/inputrc
remove all console beeps in X:
echo "xset b off" >> ~/.config/openbox/autostart.shremove all console beeps from system console:
echo "setterm -blength 0" >> ~/.profile
echo "setterm -bfreq 0" >> ~/.profile or /etc/profile.
then, gdm:
sudo vi /etc/gdm/gdm.conf[greeter]
SoundOnLogin=falseor run
sudo gdmsetupand untick the sound there.
finally, if you have this in under /etc/default/grub, (carefuly) comment it out like so:
#GRUB_INIT_TUNE="480 440 1"I've still got this loading at boot time:
[ 6.763225] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input11but I don't think it's doing anything that bleeps me off. yet.
Statler; great release guys. Loving my desktop again.
edit: heading fixed, global inputrc, path fix
edit: found more beeps. going mad now.
if vim beeps add this to ~/.vimrc
set vb t_vb=if your man pages and other things beep:
amixer set 'PC Speaker' 0% mute
amixer set 'PC Beep' 0% muteesentially, the pcskr blacklist and the amixer muting should end all beeps, so do those first.
Last edited by framling (2010-07-15 20:03:53)
Offline
This is bleeping great. Thanks.
For the love of freedom.
Thinkpad X200s CrunchBang 10a2 amd64
Get Counted #498874
Offline
that much? My beeps were fixed with adding pcspkr and sndpcsp to some modprobe blacklist and everything was solved...
Meh. Interested for a Dropbox alternative? Go to https://launchpad.net/tart
Offline
When I did just that I still had the beeps going through my soundcard; so it was even louder.
I still had an odd beep going through when i sudo, so the inputrc entry above should go into /etc/inputrc. That seems to get rid of all terminal beeps.
btw, this is on statler. I haven't seen this much beeping in a long time.
Offline
I think this:
echo "xset b off" >> /.config/openbox/autostart.shshould actually be this:
echo "xset b off" >> ~/.config/openbox/autostart.shThanks for the fix!
Registered Linux user #503837
Offline
could you change the thread title to "no system beeps" or sth? easier to find.
eee701 user & other lap/desktops
Offline
I tried your solution above, and the logout beep is gone, but I'm still left with these two:
1) Thunar beeps (using the speakers!) whenever I delete a file
2) Programs (like gedit) beep (using the speakers) when I backspace and hit the start of the line
This beeping has been pretty much my only problem with statler, but it's slowly driving me crazy... please help!
Offline
How about:
http://imm.io/1Ndf
Offline
Offline
How about:
AWESOME! You just made my day!!
Offline
I just turned mine off in the bios setup
Offline
Thanks for this!
Offline
I installed alsamixergui and in it, checked the PC BEEP box.
Offline
Pages: 1
Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.