Saturday, October 13, 2012

Linux HDMI no sound with HDA Intel ALC269VB


Taken from - http://ubuntuforums.org/showthread.php?t=1825882

Digital Output (SPDIF) not working with HDA Intel ALC269VB

Got it working!

Open a terminal
Code:
sudo gedit /etc/modprobe.d/alsa-base.conf
Add this to the bottom of the file
Code:
options snd-hda-intel model=auto
REBOOT

Under Sound Preferences > Hardware > Profile will be Digital Stereo Duplex (IEC958) and selecting that option made the digital spdif output work for me.

No comments:

Post a Comment

I would be glad to know if this post helped you.