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?
71 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