LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   No sound on RH9 after succesful nVidia driver install. (https://www.linuxquestions.org/questions/linux-hardware-18/no-sound-on-rh9-after-succesful-nvidia-driver-install-66417/)

Genesis 06-18-2003 03:34 PM

No sound on RH9 after succesful nVidia driver install.
 
I have a C-Media 730 sound card on my computer and after I installed nVidia drivers my sound card mysteriously is not playing back any sound. The sound was working fine before the nVidia install. Took me about 3 days to get the nVidia install working so is there a way I can download sound drivers for my device or do you know whats wrong?

jimbob 06-18-2003 06:53 PM

Re: No sound on RH9 after succesful nVidia driver install.
 
Just an idea, maybe when you installed the nvidia drivers, it knocked the soundcard entry out of /etc/modules.conf ?

I have seen it happen before... if so, all you have to do is put it back in
something like :

alias sound-slot-0 cmpci
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 || :

Hope this helps :)

jimbob


All times are GMT -5. The time now is 02:56 AM.