With two USB sound cards (presonus audiobox and behringer xenyx q802) I have crackling sound after the kernel was updated to 5.13.0-37. Tried on three different machines with Ubuntu 20.04 and 21.10. Audio output from onboard audio is ok. Output from USB sound card has irregular peaks (faster than every second).
I found this:
Upgrading to 5.13.0-37-generic breaks audio with external audio card
which is very interesting, but doesn't tell what to do to get it working again. I have no older kernels I could revert to. Any suggestions?
I mean, these were updates also for a LTS version that are not supposed to break a working system?
In
/etc/pulse/daemon.conf
you should have a line like thisedit the file with
sudo nano /etc/pulse/daemon.conf
(don't forget to remove the;
as it comments the line) tosave the file using
Ctrl+X
thenYes
and pressEnter
afterwards run
Audio should work now.
You can find older kernel versions from the grub menu under
Advanced options for Ubuntu
If you don't have any older kernel, just install one using
(the 5.13.0-35 works for me). It seems that next upgrade 5.13.0-41 is a fix.