I had no bluetooth issues with kernel 5.4.XX until I updated to kernel 5.8.0. I can't select 5.4.XX from Grub, is not there.
If I type dpkg --list | grep linux-image | grep ^ii
on the terminal that's the result:
ii linux-image-5.8.0-38-generic 5.8.0-38.43~20.04.1 amd64 Signed kernel image generic
ii linux-image-5.8.0-40-generic 5.8.0-40.45~20.04.1 amd64 Signed kernel image generic
ii linux-image-generic-hwe-20.04 5.8.0.40.45~20.04.25 amd64 Generic Linux kernel image
How can I downgrade to the latest kernel 5.4.xx again?
5.8
kernel? – FeDos Jan 24 '21 at 21:32apt remove
– Pilot6 Jan 24 '21 at 21:33sudo apt remove linux-image-5.8.0-38-generic
? – FeDos Jan 24 '21 at 21:39sudo apt remove linux-modules-extra-5.8.0-38-generic linux-modules-5.8.0-38-generic
. The same with headers. – Pilot6 Jan 24 '21 at 21:44linux-image
, butlinux
pattern. – Pilot6 Jan 24 '21 at 21:46dpkg --list | grep linux-
in the terminal – FeDos Jan 24 '21 at 22:08ii
. If not, then it's OK. – Pilot6 Jan 24 '21 at 22:11ii linux-hwe-5.8-headers-5.8.0-48 ii linux-hwe-5.8-headers-5.8.0-40
– FeDos Jan 24 '21 at 22:15