I disabled the sound card in the bios. no change.
I have again run XMMS, which believes it is making a sound but still no sound.
I changed references to audigy in modules.conf to emu10k1; no effect. So I set them back and changed references to emu10k1 in modprobe.conf to audigy; no effect. So I changed these back.
Still whenever I boot RedHat 9.0/Linux 2.4 the sound works, except when I changed modules.conf to refer to emu10k1.
The contents of /etc/modules.conf are:
alias char-major-61 lirc_sir
alias usb-controller ehci-hcd
alias usb-controller1 usb-uhci
alias ieee1394-controller ohci1394
alias sound-slot-0 audigy
post-install sound-slot-0 /bin/aumix-minimal \
-f /etc/.aumixrc -L>/dev/null 2>&1 ||:
pre-remove sound-slot-0 /bin/aumix-minimal \
-f /etc/.aumixrc -S>/dev/null 2>&1 ||:
alias eth0 e1000
#Note: for use under 2.6, changes must also be made to
# modprobe.conf!
The line breaks ("\") I inserted for this email and are not present in the file.
The contents of /etc/modprobe.conf are:
#Note: for use under 2.4, changes must also be made to
# modules.conf!
alias char-major-61-* lirc_sir
alias usb-controller ehci-hcd
alias usb-controller1 uhci-hcd
alias ieee1394-controller ohci1394
alias snd-card-0 snd-emu10k1
alias eth0 e1000
install sound-slot-0 /sbin/modprobe \
--first-time --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 --first-time --ignore-remove \ sound-slot-0
alias scsi_hostadapter sata_sil
#alias snd-card-1 snd-intel8x0
#install snd-intel8x0 /sbin/modprobe
# --ignore-install snd-intel8x0 \
# /usr/sibn/alsactl restore>/dev/null 2>&1 || :
#remove snd-intel8x0 { /usr/sbin/alsactl store \
# >/dev/null 2>&1 || : ; } ;
# /sbin/modprobe -r --ignore-remove snd-intel8x0
Again, the line breaks ("\") I inserted for this email and are not present in the file. The last three (original) lines have been commented out by myself.
Thanks,
Greg Wood.
-- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
