09/09/17 17:46:35 MELx0tGH
>>314
#CONFIG_SND_PCSP : kernel module which will be called snd-pcsp.
#If you don't have a sound card in your computer, you can include a
#driver for the PC speaker which allows it to act like a primitive sound card.
#This driver also replaces the pcspkr driver for beeps.
#WARNING:
#if you already have a soundcard, enabling this driver may lead to a problem.
#Namely, it may get loaded before the other sound driver of yours
#, making the pc-speaker a default sound device.
#Which is likely not what you want. To make this driver play nicely with other sound driver,
#you can add this into your /etc/modprobe.conf:
#options snd-pcsp index=2
#You don't need this driver if you only want your pc-speaker to beep.
#You don't need this driver if you have a tablet piezo beeper
#in your PC instead of the real speaker.
#Say N if you have a sound card.
#Say M if you don't.
#Say Y only if you really know what you do.
grep CONFIG_SND_PCSP "/boot/config-`uname -r`"
うちはCONFIG_SND_PCSP=mで
/etc/modprobe.d/alsa-base-blacklist.conf に
blacklist snd-pcsp
/etc/modprobe.d/alsa-base.conf に
install snd-pcsp /sbin/modprobe --ignore-install snd-pcsp $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-pcsp
# Keep snd-pcsp from beeing loaded as first soundcard
options snd-pcsp index=-2
sidならSiduxを使ってみるのもおすすめ