ubuntu 22.04 audio output not working (dummy audio)
the following solution works for my old dell Chromebook
echo "options snd-hda-intel model=generic" | sudo tee -a /etc/modprobe.d/alsa-base.conf
A power off and then power on might be needed.
the following solution works for my old dell Chromebook
echo "options snd-hda-intel model=generic" | sudo tee -a /etc/modprobe.d/alsa-base.conf
A power off and then power on might be needed.
David Wei said:
The following solution works for my dell p22t chromebook. (snd-hda-intel driver)
The person who provided this solution suggests a power off and then power on to get it working.