No sound in Asus X205Ta

eos-diagnostic-201006_125213_UTC 0530.txt (391.4 KB)

Here’s the EOS file before I did anything.

Later I also tried sudo su -c ‘echo “options snd-hda-intel probe_mask=1” > /etc/modprobe.d/snd-hda-intel-probe-mask.conf’ =

and mask=8 as well, which I found on the forum in relation to another model of laptop. No success.

Please help

Hi!

Please try updating you OS to 3.8.7.

A little google research turned out that your devices soundcard is not well supported in Linux:
https://bugzilla.kernel.org/show_bug.cgi?id=95681
There are, however some people reporting various success by following the instructions there. But be warned,the Thread is huge and not every instruction there is followable on Endless, especially not those with patches for the kernel.

TL;DR

Try the following commands and see if you can get some audio output:

amixer cset name="DAC L2 Mux" "IF2 DAC"
amixer cset name="DAC R2 Mux" "IF2 DAC"
amixer cset name="Mono DAC MIXL DAC L2 Switch" 1
amixer cset name="Mono DAC MIXR DAC R2 Switch" 1
amixer cset name="SPK MIXL DAC L2 Switch" 1
amixer cset name="SPK MIXR DAC R2 Switch" 1
amixer cset name="SPKVOL L Switch" 1
amixer cset name="SPKVOL R Switch" 1
amixer cset name="SPOL MIX SPKVOL L Switch" 1
amixer cset name="SPOR MIX SPKVOL R Switch" 1

amixer: Cannot find the given element from control default

This is the error message now. So none of these commands work. :frowning_face:

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.