Snes9x, Sound and Playing CDs

Daniel Gimpelevich daniel at gimpelevich.san-francisco.ca.us
Wed Mar 9 21:38:21 MST 2005


Your old modprobe.conf file began with a line that makes Ethernet work. I
told you to keep the first line(s) that had to do with Ethernet and
FireWire. It's best if you put that line back. Also, I couldn't tell from
your post whether the last part was broken up into multiple lines or not.
It should be:

install snd-card-0 /sbin/modprobe --ignore-install snd-card-0 && { /usr/sbin/alsactl restore >/dev/null 2>&1 || :; }
remove snd-card-0 { /usr/sbin/alsactl store >/dev/null 2>&1 || :; }; /sbin/modprobe -r --ignore-remove snd-card-0

install sound-slot-0 /sbin/modprobe --ignore-install sound-slot-0 && { /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || :; }
remove sound-slot-0 { /bin/aumix-minimal -f /etc/.aumixrc -S >>/dev/null 2>&1 || :; }; /sbin/modprobe -r --ignore-remove sound-slot-0

On Thu, 10 Mar 2005 14:52:00 +1100, steve s wrote:

> Did i do the right thing by rpelacing my old modprobe.conf file with the one 
> in the link given to me? Are there any other changes I should make?




More information about the yellowdog-general mailing list