PDA

View Full Version : Realtek High Definition Audio Device not working



zroke
2014-03-29, 13:06
Hi,
I have installed Kali Linux on an VMware virtual machine, but the audio isn't working.

It apears to be using the following driver: ES1371 [AudioPCI-97]

I also tried to install the driver provided in:

http://www.realtek.com/downloads/downloadsCheck.aspx?Langid=1&PNid=24&PFid=24&Level=4&Conn=3&DownTypeID=3&GetDown=false

But during the installation i got the following message


make[1]: se sale del directorio `/home/zroke/Rt-Linux-HDaudio-5.18/alsa-driver-RTv5.18'

Please, run the configure script as first...

if [ -L /include/sound ]; then \
rm -f /include/sound; \
ln -sf /home/zroke/Rt-Linux-HDaudio-5.18/alsa-driver-RTv5.18/include/sound /include/sound; \
else \
rm -rf /include/sound; \
install -d -m 755 -g root -o root /include/sound; \
for f in include/sound/*.h; do \
install -m 644 -g root -o root $f /include/sound; \
done \
fi
install: no se puede efectuar `stat' sobre «include/sound/*.h»: No existe el fichero o el directorio
make: *** [install-headers] Error 1
install: 23: install: ./snddevices: not found

In the following url you can find more information about my system
http://www.alsa-project.org/db/?f=93fe95734de51b07b50cf7c7e2b5f6d899721798

(generated by running wget -O alsa-info.sh http://www.alsa-project.org/alsa-info.sh && bash alsa-info.sh)

My sound card has 3 exits but Kali only detects 1, i use the optical fiber exit to connect my speakers to my pc.

I don't know what else to do...
Thanks

zroke
2014-04-04, 22:33
Fixed, it apears that the sound card had been disconected from the virtual machine.