You are not logged in.

#1 2008-10-11 23:44:15

userlander
Member
Registered: 2008-08-23
Posts: 413

what's up with the system bell?

Since a recent update, my system bell is beeping in vim and firefox. If I'm searching for something on the page in firefox and it's not there, it beeps on every single character entered in the search box. Wow, is that annoying!

I have "set bell-style none" in /etc/inputrc. What else could be making it beep?

Offline

#2 2008-10-11 23:52:08

fwojciec
Member
Registered: 2007-05-20
Posts: 1,411

Re: what's up with the system bell?

Try rmmod snd_pcsp, and if that helps you can blacklist that module in rc.conf.

Offline

#3 2008-10-12 00:04:09

creslin
Member
Registered: 2008-10-04
Posts: 241

Re: what's up with the system bell?

If that doesn't work, you might try adding these in ~/.bashrc and ~/.xinitrc respectively:

setterm -blength 0
xset -b

and/or this in rc.conf:

MODULES=( !pcspkr ... )

and/or this if you use alsa:

$ amixer set 'PC Speaker' 0% mute

Last edited by creslin (2008-10-12 00:16:42)


ARCH|awesome3.0 powered by Pentium M 750 | 512MB DDR2-533 | Radeon X300 M
The journey is the reward.

Offline

#4 2008-10-12 00:50:33

userlander
Member
Registered: 2008-08-23
Posts: 413

Re: what's up with the system bell?

setting xset -b worked - thanks!


weird - pcspkr was blacklisted, but it's loading anyway!

MOD_BLACKLIST=(pcspkr)

# lsmod |grep spk
pcspkr                  4352  0

I suspect some udev change or bug, perhaps.

Last edited by userlander (2008-10-12 00:54:42)

Offline

#5 2008-10-12 00:56:41

creslin
Member
Registered: 2008-10-04
Posts: 241

Re: what's up with the system bell?

MOD_BLACKLIST is deprecated.  You can blacklist it in the MODULES array with an exclamation mark.

I updated the pc speaker wiki: http://wiki.archlinux.org/index.php/Dis … eaker_beep

Last edited by creslin (2008-10-12 01:38:29)


ARCH|awesome3.0 powered by Pentium M 750 | 512MB DDR2-533 | Radeon X300 M
The journey is the reward.

Offline

#6 2008-10-12 01:20:32

userlander
Member
Registered: 2008-08-23
Posts: 413

Re: what's up with the system bell?

that explains it - thanks ........ (gotta start paying attention to those .pacnew files big_smile)

Last edited by userlander (2008-10-12 01:22:13)

Offline

Board footer

Powered by FluxBB