You are not logged in.
Pages: 1
I don't know if this is a question or info, so I went for the "safe option": newbie section.
Since I kernel updated(from 2.6.26 to 2.6.27) the module controlling the system beep has change name from pcspkr to snd_pcsp.
Is it more to it then a name change?
Offline
Not particularly. I had to disable both modules in my /etc/rc.conf
Offline
actually i had to do that to,..
Offline
There are now 2 modules controlling the pc speaker, you have to blacklist them both to get rid of it.
Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest
Offline
There are now 2 modules controlling the pc speaker, you have to blacklist them both to get rid of it.
And pretty soon there will be no way to disable it!
So they can hold the world ransom and ask for ........ 1 MILLION DOLLARS! BUAHAHAHHAHAHAHAHHAHA </sinster laugh>
Last edited by moljac024 (2008-10-14 14:03:48)
The day Microsoft makes a product that doesn't suck, is the day they make a vacuum cleaner.
--------------------------------------------------------------------------------------------------------------
But if they tell you that I've lost my mind, maybe it's not gone just a little hard to find...
Offline
I was wondering about this, but I can't find snd_pcsp. (doesn't show up in lsmod, doesn't respond to rmmod)
Offline
seriously, there is ANYONE using the PC speaker? Should not be those two modules disabled by default?
Offline
but, i'm absolutely sure that i only had to blacklist pcspkr before the kernel update. So there must have been a change somewhere.
I HATE that sound...
Offline
I HATE that sound...
Me too, the speaker beep in linux is terrible, in freebsd it is a lot better (shorter and higher in pitch).
Offline
seriously, there is ANYONE using the PC speaker? Should not be those two modules disabled by default?
I would love to, but I can't get mine working. pc speaker does have it's uses.
archlinux - please read this and this — twice — then ask questions.
--
http://rsontech.net | http://github.com/rson
Offline
Me too, the speaker beep in linux is terrible, in freebsd it is a lot better (shorter and higher in pitch).
You can control it via 'xset' when in X. Outside of X, I'm not too sure.
Offline
Outside of X, setterm's blength and bfreq could probably make a more bearable beep. I just always disable the speaker, so I've never messed around with them.
ARCH|awesome3.0 powered by Pentium M 750 | 512MB DDR2-533 | Radeon X300 M
The journey is the reward.
Offline
in X, you can disable the beeping with:
xset b off
I have to rely on that since I'm using a ltsp at work and I can't access it's modules.
Offline
Just thank god we still have the ability to disable that damned squackbox. I left openSUSE over the lack of such an option.
M*cr*s*ft: Who needs quality when you have marketing?
Offline
seriously, there is ANYONE using the PC speaker? Should not be those two modules disabled by default?
Yes, of course (one computer beeps at 15kHz, and the other at 200Hz, so I can tell them apart). I don't have the faintest idea why people hate it so much. Though to get beeps, I had to explicitly enable the module.
Offline
So the wiki pages need some fixing.
I don't get it. Do both the pcspkr and snd_pcsp modules need to be disabled for everyone? Or just the snd_pcsp? Does this depend on hardware, sound system (alsa vs. oss) etc?
Edit: never mind: wiki pages are better than I thought!
Last edited by peets (2008-10-15 15:22:47)
Offline
I hate pc speaker beeps with a passion. I'd definitely vote for disabling it by default, but maybe that's not in the spirit of the arch way. My iBook is running yellow dog linux, and that has an unusual pc speaker sound (since it's not a real pc speaker) - it's still pretty damn annoying.
Offline
Yes, of course (one computer beeps at 15kHz, and the other at 200Hz, so I can tell them apart). I don't have the faintest idea why people hate it so much. Though to get beeps, I had to explicitly enable the module.
Hmmm. You have that pcspeaker hooked up to a subwoofer, or what? 15Hz is sub-sonic to a human being.
Offline
pauldonnelly wrote:Yes, of course (one computer beeps at 15kHz, and the other at 200Hz, so I can tell them apart). I don't have the faintest idea why people hate it so much. Though to get beeps, I had to explicitly enable the module.
Hmmm. You have that pcspeaker hooked up to a subwoofer, or what? 15Hz is sub-sonic to a human being.
15kHz. Although with its timbre, 15Hz would probably come out as a very audible computer fart. Too bad 21Hz is the lowest setting.
Last edited by pauldonnelly (2008-10-16 03:05:58)
Offline
the kernel upgrade definitely changed it. Luckily I found this thread. The beep is intolerable.
Offline
Indeed, first task after the last kernel update for every archer as it seems...
Haven't been here in a while. Still rocking Arch.
Offline
I actually like it
Why? Because I dont usually have my amplifier on, and its pretty easy to select what you want to hear in kde4.
Like new mail / messages sounds play thru the speaker. Altho vimperator beep _HAD_ to be disabled in config, its just plain
intolerable.
Offline
what's wrong with 'setterm -blength 0' ?. It seems easier than module-hunting...
They say that if you play a Win cd backward you hear satanic messages. That's nothing! 'cause if you play it forwards, it installs windows.
Offline
Since someone else resurrected this thread, I'll add on my two bits. I was just fooling around with mpd and sonata on my laptop--used to use audacious--and the sound was horrid. It sounded bad with audacious too and it didn't used to so I checked my alsamixer settings and low and behold my sound was set to use snd_pcsp. What the ****??
I was using the ln -s /sbin/modprobe /lib/udev/load-modules.sh option to speed up udev from about 18 sec to 10 sec and was happy with that but obviously now I need to blacklist snd_pcsp so I've now reverted back to the slower udev so my music doesn't sound like crap. Sometimes I hate change.
Edit: After some searching, found that I can still use the speed-up udev method above as long as I do:
echo "blacklist snd_pcsp" >/etc/modprobe.d/snd_pcsp
which seems to work for this old laptop of mine, anyway.
Last edited by bgc1954 (2008-11-07 22:26:29)
Time is a great teacher, but unfortunately it kills all its pupils ... - Louis Hector Berlioz
Offline
Yeah PC Speaker should be disabled by default. Its very annoying and doesn't help me do anything faster, in fact it makes me angry by listening it BIP, BIP, BIP when I know what I'm doing.
I vote for disabled by default.
R00KIE
Tm90aGluZyB0byBzZWUgaGVyZSwgbW92ZSBhbG9uZy4K
Offline
Pages: 1