You are not logged in.
Pages: 1
Please try and help me kill this thing !
I've used search & google, I've tried the old way of 'blacklist pcspkr' in /etc/modprobe.d/blacklist, Ive tried !pcspkr !snd_pcsp in /etc/rc.conf, I've even tried the deprecated method of MOD_BLACKLIST=(pcspkr), and still I have the system beep driving me crazy ! At the moment I'm just using rmmod pcspkr to kill it every time I login, but I want to kill it stone dead, permanently.
I've been using Linux for a over year, and I've done a fair amount of distro' hopping and I've always been able to kill the beep using the '/etc/modprobe.d/blacklist' method, except in arch, why is the system beep so hard to kill in arch ?
Last edited by Raffles10 (2009-05-22 21:06:19)
Offline
bell in the console on tab-completion?
Edit your /etc/inputrc and uncomment:
set bell-style none
Offline
!snd_pcsp in /etc/rc.conf
it should be !snd-pcsp
Offline
Make sure you mute the "PC Beep" channel in alsamixer once your regular sound driver is loaded, and run "alsactl store" to nail it down. (The shutdown of the alsa initscript will do the store for you, if you have that loaded.)
Offline
If you like drastic solutions, you can just remove it - I did it and it's OK.
# rmmod pcspkr
Offline
I just muted pcspkr and after reboot KDE asked if I wanr to remove pcspkr because dont working...blacklisting wasn` work for me eather...
I do not speak English, but I understand...
Online
Thanks for your responses.
I've uncommented 'set bell-style none' in /etc/inputrc, but still get beeped every time I delete a file or folder.
I've changed !snd_pcsp to !snd-pcsp, still beeps.
I don't have a 'PC Beep' in alsamixer.
I'm using 'rmmod pcspkr' every session but this is not permanent, a reboot brings it back.
I'm using Xfce 4.6
And having tried every solution I have read, here and elsewhere, the ****ing beep is still alive and beeping !
Offline
You could set it up so that rmmod pcspkr is run every time at boot. Perhaps in rc.local?
Offline
Maybe you can try to alias it in modprobe.conf as one should do to disable ipv6
alias pcspkr off
Mind you that I have blacklisted both pcspkr and snd_pcsp in rc.conf .... sometime ago it seemed to me that if you just blacklisted one it would load the other and keep making noise .... I don't like the beep too I had to kill it
R00KIE
Tm90aGluZyB0byBzZWUgaGVyZSwgbW92ZSBhbG9uZy4K
Offline
you know, your computer might be like mine, where the system bell isn't even the same device as the pc speaker. Did you try this?
xset b off
xset b 0 0 0
Offline
It's like that old chestnut:
-- Doctor, it hurts when I do _this_.
= Than don't.
Don't delete files etc. :-)
'setterm -blength 0' works for me in the console. All the other ways don't. When I get to my Arch box I'll try to check the other methods listed in the wiki in X. You did try them, right?
EDIT:
http://wiki.archlinux.org/index.php/Dis … eaker_beep
Follow the wiki / Ferrenrock's advice - worked for me. I seems to be a per-user setting.
Remember that 'echo -e "\a"' won't beep anymore (some people use it in their scripts).
Last edited by karol (2009-05-20 23:25:16)
Offline
I have to blacklist both snd_pcsp and pcspkr.
I'm the type to fling myself headlong through the magical wardrobe, and then incinerate the ornate mahogany portal behind me with a Molotov cocktail.
Offline
Succes ! After trying all of the above I now have a silent arch.:D
Slence is golden,;)
Offline
Succes ! After trying all of the above I now have a silent arch.:D
Slence is golden,;)
..but which solution did you use?
Offline
For me, adding !snd_pcsp !pcspkr to the MODULES array in /etc/rc.conf silences the speaker.
Offline
For me, adding !snd_pcsp !pcspkr to the MODULES array in /etc/rc.conf silences the speaker.
Yes. You have to use both, one doesn't seem to do it on it's own.
Offline
Pages: 1