You are not logged in.
Pages: 1
Since the most recent kernel update, my laptop beeps when booting up. It also beeps sometimes when using it - for all I know, this is normal; but I can no longer disabling the beeping by running "modprobe -r pcspkr", it still beeps. Is there a solution to this?
Offline
Now you need to put "!pcspkr !snd-pcsp" under /etc/rc.conf -- MODULES to disable the speaker, so maybe you can try "modprobe -r snd-pcsp"
Offline
I still hear it on a dell xps m1330 but only in the console not after I start X. I have blacklisted "pcspkr" and "snd_pcsp"
$ lsmod
Module Size Used by
aes_x86_64 10240 2
aes_generic 29352 1 aes_x86_64
coretemp 9088 0
ext2 73872 1
joydev 14208 0
arc4 4096 2
ecb 5248 2
video 22164 6
output 5248 1 video
iwlagn 105220 0
nvidia 8111888 30
wmi 8896 0
serio_raw 8196 0
iwlcore 86656 1 iwlagn
sg 31840 0
rfkill 13904 2 iwlcore
led_class 6280 1 iwlcore
mac80211 183088 2 iwlagn,iwlcore
intel_agp 32880 0
usbhid 41664 0
hid 49856 1 usbhid
sr_mod 18884 0
i2c_i801 12444 0
cfg80211 36896 3 iwlagn,iwlcore,mac80211
psmouse 57116 0
iTCO_wdt 15184 0
i2c_core 26144 2 nvidia,i2c_i801
cdrom 39080 1 sr_mod
iTCO_vendor_support 5636 1 iTCO_wdt
dcdbas 10928 0
thermal 20896 0
fan 7304 0
button 9504 0
battery 14600 0
ac 7176 0
snd_seq_oss 35584 0
snd_seq_midi_event 9344 1 snd_seq_oss
snd_seq 58336 4 snd_seq_oss,snd_seq_midi_event
snd_seq_device 9364 2 snd_seq_oss,snd_seq
evdev 13984 10
snd_hda_intel 529844 0
snd_hwdep 10632 1 snd_hda_intel
snd_pcm_oss 45568 0
snd_pcm 82952 2 snd_hda_intel,snd_pcm_oss
snd_timer 24720 2 snd_seq,snd_pcm
snd_page_alloc 11792 2 snd_hda_intel,snd_pcm
snd_mixer_oss 18944 1 snd_pcm_oss
snd 65096 9 snd_seq_oss,snd_seq,snd_seq_device,snd_hda_intel,snd_hwdep,snd_pcm_oss,snd_pcm,snd_timer,snd_mixer_oss
soundcore 9632 1 snd
tg3 133124 0
libphy 22656 1 tg3
cpufreq_ondemand 10512 1
acpi_cpufreq 10896 1
freq_table 6272 2 cpufreq_ondemand,acpi_cpufreq
processor 46776 4 thermal,acpi_cpufreq
rtc_cmos 14040 0
rtc_core 21060 1 rtc_cmos
rtc_lib 4992 1 rtc_core
ext3 141200 2
jbd 57000 1 ext3
mbcache 10244 2 ext2,ext3
ehci_hcd 41356 0
uhci_hcd 27552 0
sd_mod 29096 5
usbcore 160304 4 usbhid,ehci_hcd,uhci_hcd
ata_piix 27652 0
ahci 36876 4
ata_generic 8196 0
libata 176480 3 ata_piix,ahci,ata_generic
scsi_mod 119256 4 sg,sr_mod,sd_mod,libata
ARCH64 | XMonad | Configs | myAURpkgs | ArchWiki Contribs | Screenies
Offline
After a quick search through through the forum, it seems there is a confusion whether to use "snd-pcsp" or "snd_pcsp". So I searched for "snd-pcsp" in my filesystem and came up with "snd-pcsp.ko", while when I search for "snd_pcsp", I came up with nothing, so I suppose you should use "snd-pcsp".
Offline
Offline
After a quick search through through the forum, it seems there is a confusion whether to use "snd-pcsp" or "snd_pcsp". So I searched for "snd-pcsp" in my filesystem and came up with "snd-pcsp.ko", while when I search for "snd_pcsp", I came up with nothing, so I suppose you should use "snd-pcsp".
It turns out I forgot to do sudo alsactl store but it was on even though at 0. Thanks anyway
ARCH64 | XMonad | Configs | myAURpkgs | ArchWiki Contribs | Screenies
Offline
Pages: 1