Greetings.
I had Mandriva setup on my PC previously, no problem. However, the on-board audio has died. No sound comes out of the speakers in Mandriva or Windows.
I put in an older sound card I had lying around and disabled the on-board audio in the BIOS. WIndows detects the card - Soundblaster PCI512 and works no problem and everything works fine.
Did a new fresh install of Mandriva, and during the setup it detects the card as a Soundblaster Live. After the install, if you press Esc during the bootup sequence to see details, it says that the sound card is not found (can't be much more specific, it's on the screen for like a second before it goes away).
Went into HardDrake, and before I can even select anything, it tells me that it needs to install a new driver (emu10k1). I allow it to install. Checking the settings in HardDrake, it is using driver snd-emu10k1. I switch it to the newly installed driver, and restart the computer. During the boot sequence, it no longer gives the error regarding the soundcard not being detected.
However, I still have no sound. If I try and play an MP3, for example, I am told that /dev/dsp does not exist and that audio output is being directed to null. On a hunch, I reinstalled again, and this time during the setup I selected the emu10k1 driver, thinking that the setup process may fix the /dev/dsp issue. No luck.
I searched these forums, and found a series of commands someone used to fix such an error and gave it a try -- honestly not knowing what the first two commands did, but figured I can't hurt anything at this point. No luck there either. Below is what I tried:
Quote:
mknod /dev/dsp0 c 14 3
mknod /dev/mixer0 c 14 3
chmod 777 /dev/dsp*
chmod 777 /dev/mixer*
chown root:audio /dev/dsp0
chown root:audio /dev/mixer0
ln -s /dev/dsp0 /dev/dsp
ln -s /dev/mixer0 /dev/mixer
|
Ideas ?