WRITTEN BY Skeptic005
Finally, I did, I made hdmi sound work on my asus g1s.
Now my aplay -l shows a digital device:
- Code: Select all
**** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 0: ALC660-VD Analog [ALC660-VD Analog]
Subdevices: 0/1
Subdevice #0: subdevice #0
card 0: Intel [HDA Intel], device 1: ALC660-VD Digital [ALC660-VD Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: Intel [HDA Intel], device 6: Si3054 Modem [Si3054 Modem]
Subdevices: 1/1
Subdevice #0: subdevice #0
I made it work by going to this file "/etc/modprobe.d/alsa-base":
- Code: Select all
sudo gedit /etc/modprobe.d/alsa-base
then I delete all the contents of that file and put this:
- Code: Select all
options snd-hda-intel index=0 model=3stack-660-digout
at "model" you have to put one that is made for your hardware, look here:http://ubuntuforums.org/showpost.php?p=5131958&postcount=2 for a complete list of models available.
Then I use alsamixer to unmuted the IEC958.
Now, I have crisp sound on Linux.



