You are not logged in.
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
How did you disable them?
Offline
I've put !pcspkr !snd_pcsp as the first two array items.
Offline
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=2It's worth a shot, but I'm not promising anything.
Offline
Cheesybeef: Unfortunately no good with that one. Damn.
Offline
Do you mind posting your /etc/rc.conf for us? ![]()
Offline
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
Sorry. I just picked it up.
I've put them in the DAEMONS arrray instead of MODULES array.
Offline
Move "!snd_pcsp !pcspkr" from the DAEMONS array to the MODULES array. ![]()
*edit*
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. ![]()
Last edited by Xyne (2009-03-23 03:01:13)
My Arch Linux Stuff • Forum Etiquette • Community Ethos - Arch is not for everyone
Offline
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 ![]()
Offline