Dummy Output error for Ubuntu 19.10. Any idea how to fix it? The sound was lost at the last update. I use Acer Swift 3. Thanks
Asked
Active
Viewed 295 times
2
2 Answers
2
You commented
I have sound!!! It worked with:
sudo gedit /etc/modprobe.d/alsa-base.conf
Add the following line to the end of this file:
options snd-hda-intel dmic_detect=0
[as suggested at] https://itsfoss.com/fix-sound-ubuntu-1304-quick-tip/
(In systems earlier than 19.10, you should use sudo -H gedit
rather than sudo gedit
)

Zanna
- 70,465
sudo gedit
. At leastsudo -H gedit
, but it doesn't matter how you edit the file. – Pilot6 Mar 24 '20 at 19:03gedit
you can use e.g.nano
. It will open a text-based editor. Ctrl+O to save, Ctrl+X to exit. – Pilot6 Mar 24 '20 at 19:24gedit
started OK :-) see your first comment. – Pilot6 Mar 24 '20 at 19:30