Velvet Star Monitor

Standout celebrity highlights with iconic style.

updates

No sound on ASUS Transformer T100HA

Writer Olivia Zamora

So after having an Ubuntu 20.04 fresh install into the ASUS Transformer T100HA, I've faced a no-sound issue. The system recognized the following outputs:

  • Multichannel
  • Internal audio

But no sound with any output

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