You are not logged in.

#1 2009-03-22 22:00:41

eskay
Member
Registered: 2008-04-23
Posts: 23

[SOLVED: User error] PC speaker still beeps

Hi all

I have a strange issue where I've disabled the pcspkr and snd_pcsp modules in my rc.conf file but the speaker still beeps.
If I run modprobe -r pcspkr after I log in, this disables the speaker.

Any suggestions?

Thanks
-eskay

Last edited by eskay (2009-03-23 03:04:06)

Offline

#2 2009-03-22 23:19:49

thunderogg
Member
From: Rio de Janeiro
Registered: 2008-07-13
Posts: 172

Re: [SOLVED: User error] PC speaker still beeps

How did you disable them?

Offline

#3 2009-03-23 00:53:58

eskay
Member
Registered: 2008-04-23
Posts: 23

Re: [SOLVED: User error] PC speaker still beeps

I've put !pcspkr !snd_pcsp as the first two array items.

Offline

#4 2009-03-23 01:04:34

CheesyBeef
Member
Registered: 2008-06-04
Posts: 190

Re: [SOLVED: User error] PC speaker still beeps

Sometimes snd_pcsp gets loaded before your other sound cards for some reason.  If you have not done so already, try adding the following to your /etc/modprobe.conf:

options snd-pcsp index=2

It's worth a shot, but I'm not promising anything.

Offline

#5 2009-03-23 02:31:52

eskay
Member
Registered: 2008-04-23
Posts: 23

Re: [SOLVED: User error] PC speaker still beeps

Cheesybeef: Unfortunately no good with that one. Damn.

Offline

#6 2009-03-23 02:38:46

CheesyBeef
Member
Registered: 2008-06-04
Posts: 190

Re: [SOLVED: User error] PC speaker still beeps

Do you mind posting your /etc/rc.conf for us? smile

Offline

#7 2009-03-23 02:49:48

eskay
Member
Registered: 2008-04-23
Posts: 23

Re: [SOLVED: User error] PC speaker still beeps

OK... here goes:

LOCALE="en_AU.utf8"
HARDWARECLOCK="UTC"
USEDIRECTISA="no"
TIMEZONE="Australia/Sydney"
KEYMAP="us"
CONSOLEFONT=
CONSOLEMAP=
USECOLOR="yes"

MOD_AUTOLOAD="yes"
#MOD_BLACKLIST=() #deprecated
MODULES=()

USELVM="no"

HOSTNAME="lt1"

eth0="dhcp"
INTERFACES=(lo !eth0 !wlan0)

gateway="default gw 192.168.0.1"
ROUTES=(!gateway)

DAEMONS=(!net-pf-10 !snd_pcsp !pcspkr syslog-ng netfs crond hal !network networkmanager sshd fam portmap gpm)

Offline

#8 2009-03-23 02:58:54

eskay
Member
Registered: 2008-04-23
Posts: 23

Re: [SOLVED: User error] PC speaker still beeps

Sorry. I just picked it up.

I've put them in the DAEMONS arrray instead of MODULES array.

Offline

#9 2009-03-23 03:00:05

Xyne
Forum Fellow
Registered: 2008-08-03
Posts: 6,965
Website

Re: [SOLVED: User error] PC speaker still beeps

Move "!snd_pcsp !pcspkr" from the DAEMONS array to the MODULES array. wink

*edit*

eskay wrote:

Sorry. I just picked it up.
I've put them in the DAEMONS arrray instead of MODULES array.

At least you caught it before anyone had the chance. smile

Last edited by Xyne (2009-03-23 03:01:13)


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

Offline

#10 2009-03-23 03:26:16

CheesyBeef
Member
Registered: 2008-06-04
Posts: 190

Re: [SOLVED: User error] PC speaker still beeps

eskay wrote:

Sorry. I just picked it up.

I've put them in the DAEMONS arrray instead of MODULES array.

No problem.  Might consider joining us on this thread big_smile

Offline

Board footer

Powered by FluxBB