marklar2u
July 27th, 2009, 06:53 PM
Can someone please help me get this updated for 9.04?
solved for previous kernels here: http://ubuntuforums.org/showthread.php?t=284405
Apparently this issue was solved for earlier versions but I've failed with a few attempts, including adapting the old instructions as listed below (oh, and BIOS was set to soundcard = Auto):
1) deleted /etc/modprobe.d/alsa-base
2) I deleted the "blacklist sb" line from /etc/modprobe.d/blacklist-oss file
3) I created /etc/modprobe.d/inspiron3500snd.conf
which is composed of the stanzas posted by Pianoman72:
Code:
blacklist snd-opl3sa2
blacklist snd-nm256
alias snd-card-0 snd-sb8
options snd-card-0 index=0
options snd-sb8 irq=5 port=0x220 dma8=1
install snd-sb8 /sbin/modprobe snd_seq; /sbin/modprobe snd_opl3_synth; /sbin/modprobe --ignore-install snd-sb8 && /usr/sbin/alsactl restore >/dev/null 2>&1 || :
remove snd-sb8 { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-sb8
** wondering, in these stanzas do I need to add ".conf" to some names??? do I need to keep the file in step 1?
thanks!
solved for previous kernels here: http://ubuntuforums.org/showthread.php?t=284405
Apparently this issue was solved for earlier versions but I've failed with a few attempts, including adapting the old instructions as listed below (oh, and BIOS was set to soundcard = Auto):
1) deleted /etc/modprobe.d/alsa-base
2) I deleted the "blacklist sb" line from /etc/modprobe.d/blacklist-oss file
3) I created /etc/modprobe.d/inspiron3500snd.conf
which is composed of the stanzas posted by Pianoman72:
Code:
blacklist snd-opl3sa2
blacklist snd-nm256
alias snd-card-0 snd-sb8
options snd-card-0 index=0
options snd-sb8 irq=5 port=0x220 dma8=1
install snd-sb8 /sbin/modprobe snd_seq; /sbin/modprobe snd_opl3_synth; /sbin/modprobe --ignore-install snd-sb8 && /usr/sbin/alsactl restore >/dev/null 2>&1 || :
remove snd-sb8 { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-sb8
** wondering, in these stanzas do I need to add ".conf" to some names??? do I need to keep the file in step 1?
thanks!