You have to reboot the system and select kernel 5.4 in the GRUB menu. Then remove problematic 5.8 HWE kernel with commands below:
``` sudo apt-get purge linux-generic-hwe-20.04 linux-image-generic-hwe-20.04 linux-headers-generic-hwe-20.04 "linux-*5.8*" ``` Then install normal GA kernel instead by running command: ``` sudo apt-get install linux-generic linux-image-generic linux-headers-generic ``` Reboot with GA Linux 5.4. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1910888 Title: Sound card (and usb camera) No longer Recognized after kernal? update Today 1-9-2021 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux-meta-hwe-5.8/+bug/1910888/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
