LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Suse 9.2 sound disappears each time (https://www.linuxquestions.org/questions/linux-hardware-18/suse-9-2-sound-disappears-each-time-289976/)

gionni25 02-14-2005 05:10 AM

Suse 9.2 sound disappears each time
 
I have Suse 9.2 pro installed. Sounds drivers disinstall themselves each time I switch off the Pc and re-start suse. I have to re-install sound drivers (6 files) from the installation disk from Creative Spoundblaster LIve! 5.1 sound card.

Can anyone help me? (I am a novice of Linux, not able to install from tar, gz, etc)

finegan 02-14-2005 08:18 AM

How are you installing the driver? Just modprobing the files on hand? Or actually unpacking the RPM? Its a matter of them being there, its just SuSe also has the ALSA drivers on hand and is loading snd-emu10k1 on its own, which honestly is just as good a driver as the Creative one, which is OSS based. It can do digital out too... Two ways to fix this... One, just go with the SuSe alsa drivers and run as root: alsaconf in a terminal and then run a mixer, any mixer, and adjust the sound volumes to what you like, and then run: "alsactl store" in a terminal and it should load everything you just did at boot.

Or... to stick with the creative driver.

cd /lib/modules/2.6.XXX???/kernel/sound/pci

and in there is a folder named: emu10k1, that's where the alsa drivers live. Delete or just move the folder somewhere like /root

Then run, as root:

depmod -a

And the kernel will forget all about the alsa drivers. Well, if they're currently loaded it'll still have them loaded, reboot and they'll go away.

Cheers,

Finegan


All times are GMT -5. The time now is 01:47 AM.