Page 1 of 1

Analog output in Ubuntu 12.10

Posted: Wed Apr 24, 2013 9:05 pm
by mandor
Hi

Did someone test the analog output (or the S/PDIF output) on Linux? I installed Ubuntu 12.10 and I can't hear anything. Do I need to do something special (except selecting the duplex output in pavucontrol)?

[the HDMI sound is working]

Thank you for your help,
-- mandor

Re: Analog output in Ubuntu 12.10

Posted: Sat Apr 27, 2013 10:53 am
by mandor
I solved my issues (and am much happier now).

The (printed) manual was wrong: the audio in and out were swapped. I don't know if it's specific to my unit (intense-pc celeron).

-- mandor

Re: Analog output in Ubuntu 12.10

Posted: Tue Jul 30, 2013 7:29 pm
by eladn
Hi,

I tried Ubuntu 13.04 (on intense-pc core i7) and the analog sound doesn't work either. I tried both left and right ports.
Can you please share how you solved your issues?

Thanks

Re: Analog output in Ubuntu 12.10

Posted: Sun Aug 04, 2013 10:44 am
by gabrielh
Open alsa-base.conf file

Code: Select all

nano /etc/modprobe.d/alsa-base.conf
And add this line to the bottom:

Code: Select all

options snd-hda-intel model=generic
Restart the computer. Open the sounds settings. You will see now the analog sound as one of the options

Re: Analog output in Ubuntu 12.10

Posted: Sun Aug 04, 2013 5:50 pm
by eladn
It worked!
Thank you very much.