- Code: Select all
blacklist pcspkr
- Code: Select all
/etc/modprobe.d/blacklist.conf
- Code: Select all
modprobe -r pcspkr
Moderator: Moderators
blacklist pcspkr/etc/modprobe.d/blacklist.confmodprobe -r pcspkr~ # echo "blacklist snd_pcsp" >> /etc/modprobe.d/blacklist.conf
~ # update-modules
*Updating modules.conf...
*Updating modules.dep...
~ # shutdown -r now~ # uname -r
2.6.37-sabayon~ $ su - root -c 'lsmod'
Password:
Module Size Used by
michael_mic 1672 4
ipv6 237883 28
snd_seq_dummy 1088 0
snd_seq_oss 22131 0
snd_seq_midi_event 4103 1 snd_seq_oss
snd_seq 38123 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device 4077 3 snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss 29601 0
snd_mixer_oss 11241 1 snd_pcm_oss
snd_hda_codec_hdmi 18058 1
snd_hda_codec_idt 42480 1
snd_hda_intel 18176 2
i915 279764 2
lib80211_crypt_tkip 6456 0
drm_kms_helper 21544 1 i915
snd_hda_codec 58327 3 snd_hda_codec_hdmi,snd_hda_codec_idt,snd_hda_intel
snd_hwdep 4454 1 snd_hda_codec
wl 2504793 0
snd_pcm 55553 3 snd_pcm_oss,snd_hda_intel,snd_hda_codec
snd_timer 14110 2 snd_seq,snd_pcm
snd 42919 16 snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_hda_codec_hdmi,snd_hda_codec_idt,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
drm 141416 3 i915,drm_kms_helper
i2c_algo_bit 3906 1 i915
video 10198 1 i915
snd_page_alloc 5869 2 snd_hda_intel,snd_pcm
sdhci_pci 5656 0
uvcvideo 49428 0
sdhci 13496 1 sdhci_pci
videodev 54028 1 uvcvideo
v4l1_compat 10380 2 uvcvideo,videodev
v4l2_compat_ioctl32 9165 1 videodev
mmc_core 47565 1 sdhci
firewire_ohci 21376 0
tpm_tis 6480 0
r852 8409 0
sm_common 7281 1 r852
nand 36554 2 r852,sm_common
nand_ids 6465 1 nand
nand_ecc 3236 1 nand
intel_agp 9344 1 i915
output 1478 1 video
dell_laptop 6552 0
firewire_core 36276 1 firewire_ohci
tpm 9352 1 tpm_tis
intel_gtt 12010 3 i915,intel_agp
i2c_i801 6688 0
i2c_core 14079 6 i915,drm_kms_helper,drm,i2c_algo_bit,videodev,i2c_i801
dell_wmi 1248 0
sparse_keymap 2273 1 dell_wmi
iTCO_wdt 9760 0
iTCO_vendor_support 1641 1 iTCO_wdt
lib80211 3428 2 lib80211_crypt_tkip,wl
tpm_bios 3930 1 tpm
shpchp 20479 0
pci_hotplug 8889 1 shpchp
joydev 8288 0
xts 2237 0
gf128mul 5490 1 xts
iscsi_tcp 7769 0
tg3 109694 0
e1000 84102 0
scsi_wait_scan 703 0
sl811_hcd 8782 0
ohci_hcd 18152 0
uhci_hcd 18308 0
ehci_hcd 31173 0
sx8 11229 0
imm 8782 0
parport 25299 1 imm
pata_pcmcia 9645 0
pcmcia 29576 1 pata_pcmcia~ # echo "snd_hda_intel" >> /etc/modprobe.d/blacklist.conf
~ # update-modules
~ # shutdown -r nowecho "xset b off" >> ~/.xinitrc
chmod +x ~/.xinitrcecho "set bell-style none" > /etc/local.d/stop_beep10.start
chmod +x /etc/local.d/stop_beep10.startecho "setterm -blength 0 > /dev/tty1" > /etc/local.d/stop_beep20.start
echo "setterm -blength 0 > /dev/tty2" >> /etc/local.d/stop_beep20.start
echo "setterm -blength 0 > /dev/tty3" >> /etc/local.d/stop_beep20.start
echo "setterm -blength 0 > /dev/tty4" >> /etc/local.d/stop_beep20.start
echo "setterm -blength 0 > /dev/tty5" >> /etc/local.d/stop_beep20.start
echo "setterm -blength 0 > /dev/tty6" >> /etc/local.d/stop_beep20.start
echo "setterm -blength 0 > /dev/tty7" >> /etc/local.d/stop_beep20.start
chmod +x /etc/local.d/stop_beep20.startUsers browsing this forum: No registered users and 1 guest