M BUZZ CRAZE NEWS
// news

Sound card and speakers doesn't show on Asus Transformer T103H

By Jessica Wood

I have an Asus Transformer T103H and can't get the internal speakers to work.

When I type cat /proc/asound/cards, only one sound card is shown, which is Intel HDMI/DP LPE Audio. I expect that there should be an entry for the internal sound card.

aplay -l shows 3 devices, all for the same sound card mentioned above.

In GNOME Settings/Sound, it only shows one entry: Dummy Output

How can I get linux to detect the internal sound card and speakers on the Asus Transformer Mini T103H?

7

1 Answer

So the solution was actually very easy:

sudo apt update
sudo apt install --reinstall alsa-ucm-conf
echo "options snd-intel-dspcfg dsp_driver=2" | sudo tee -a /etc/modprobe.d/alsa-base.conf

Reference: github sof project issue

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy