Comment 117 for bug 411574

Revision history for this message
sosostris (michael-wochs) wrote :

$ grep Codec /proc/asound/card0/codec*
Codec: Realtek ALC883

Had same issue and fixed it by replacing:
> options snd-hda-intel power_save=0 power_save_controller=N
with
> options snd-hda-intel probe_mask=1 model=auto power_save=0 power_save_controller=N
in /etc/modprobe.d/alsa-base.conf

and running
$ sudo /sbin/alsa force-reload

The issue appeared after automatic update.