You are not logged in.

#1 2009-11-29 23:16:53

Stythys
Member
From: SF Bay Area
Registered: 2008-05-18
Posts: 878
Website

can't get rid of pc_spkr

so..I have this really super annoying and loud as heck beep that happens every time a start up/shut down, or backspace too far in the terminal tongue

I've gotten rid of snd_pcsp as well as pcspkr but it's still there. what else do I need to blacklist x.x


[home page] -- [code / configs]

"Once you go Arch, you must remain there for life or else Allan will track you down and break you."
-- Bregol

Offline

#2 2009-11-29 23:44:47

milomouse
Member
Registered: 2009-03-24
Posts: 940
Website

Re: can't get rid of pc_spkr

Well, I know for sure that putting: MODULES=(!pcspkr) in the rc.conf file works for me. But I also have: MODULES=(!soundcore !snd_hda_intel !pcspkr) for the sound related things. Also, since I'm using OSS instead of ALSA, I put:

options snd-pcsp index=2

in my /etc/modprobe.d/modprobe.conf file and put the modprobe.conf file in my mkinitcpio.conf under the section FILES="/etc/modprobe.d/modprobe.conf", and regenerated my kernel image. This works for me, anyway.. I think that's all I did. hmm

Last edited by milomouse (2009-11-29 23:46:01)

Offline

#3 2009-11-29 23:49:59

Stythys
Member
From: SF Bay Area
Registered: 2008-05-18
Posts: 878
Website

Re: can't get rid of pc_spkr

is there anyway I can at least make it quieter temporarily? x.x


[home page] -- [code / configs]

"Once you go Arch, you must remain there for life or else Allan will track you down and break you."
-- Bregol

Offline

#4 2009-11-29 23:58:40

milomouse
Member
Registered: 2009-03-24
Posts: 940
Website

Re: can't get rid of pc_spkr

I'm not sure. If you're in console do something like:

setterm -blength 0

And also, if you have it and are in X.org, do:

xset -b

This will at least temporarily disable it, I believe. I usually put the setterm code in my .zshrc so it's sourced everytime I open a terminal like when I boot my computer since it's my default shell. You can add the same to .bashrc or .bash_profile, I'm not sure which. hmm

Offline

#5 2009-11-30 00:01:11

Xyne
Administrator/PM
Registered: 2008-08-03
Posts: 6,963
Website

Re: can't get rid of pc_spkr

Stythys wrote:

I've gotten rid of snd_pcsp as well as pcspkr but it's still there. what else do I need to blacklist x.x

As in you've removed them from the modules array, or you've banged them out? (e.g. "!pcspkr")?


My Arch Linux StuffForum EtiquetteCommunity Ethos - Arch is not for everyone

Offline

#6 2009-11-30 00:08:35

Stythys
Member
From: SF Bay Area
Registered: 2008-05-18
Posts: 878
Website

Re: can't get rid of pc_spkr

rmmod?

milo- neither of those worked

Last edited by Stythys (2009-11-30 00:10:27)


[home page] -- [code / configs]

"Once you go Arch, you must remain there for life or else Allan will track you down and break you."
-- Bregol

Offline

#7 2009-11-30 00:31:53

thisoldman
Member
From: Pittsburgh
Registered: 2009-04-25
Posts: 1,172

Re: can't get rid of pc_spkr

You can try putting "set bell-style none" in '/etc/inputrc'.  Or perhaps try "set bell-style visible".

I used wire cutters once.

Offline

#8 2009-11-30 13:38:37

3ner
Member
Registered: 2007-12-29
Posts: 12

Re: can't get rid of pc_spkr

You should try to answer the questions from the people trying to help you. As Xyne stated, removing pcspkr from MODULES won't do it, blacklisting it with a "!" is a frequent way to keep the speaker quiet (works for me too).
Have you read the wiki page? If you tried everything stated there, tell us the results (i.e. what helps or which errors you get). That way you get better help, since if we don't know what exactly you have tried, the usual help you get is suggesting the standard ways described in the wiki.

Offline

Board footer

Powered by FluxBB