On my HP laptop today, with a working USB connected mouse, I updated the package cache and then ran an apt full-upgrade. This updated the kernel to 5.4.0-52-generic:amd64. I was running on the 5.4.0-48-generic:amd64.
After rebooting, which was then using the 5.4.0-52-generic:amd64 kernel, my USB connected mouse no longer responded. Rebooting into the 5.4.0-51-generic:amd64 kernel resulted in the same thing.
I verified that the mouse was actually still functional by plugging it in to another running PC. It works perfectly.
I booted my HP laptop from a USB Key containing a bootable Kubuntu 20.04. The mouse worked perfectly there (the copy of 20.04 on that key is older, so running an earlier kernel).
So it appears that there's a problem with the -51 and -52 kernels not properly supporting/recognizing a generic USB mouse. Anyone else experiencing this?
Output of todays apt history log:
After rebooting, which was then using the 5.4.0-52-generic:amd64 kernel, my USB connected mouse no longer responded. Rebooting into the 5.4.0-51-generic:amd64 kernel resulted in the same thing.
I verified that the mouse was actually still functional by plugging it in to another running PC. It works perfectly.
I booted my HP laptop from a USB Key containing a bootable Kubuntu 20.04. The mouse worked perfectly there (the copy of 20.04 on that key is older, so running an earlier kernel).
So it appears that there's a problem with the -51 and -52 kernels not properly supporting/recognizing a generic USB mouse. Anyone else experiencing this?
Output of todays apt history log:
Code:
[COLOR=#000000][FONT=monospace]Start-Date: 2020-10-21 15:30:37 [/FONT][/COLOR] [COLOR=#000000][FONT=monospace]Commandline: apt full-upgrade -y [/FONT][/COLOR] [COLOR=#000000][FONT=monospace]Install: linux-image-5.4.0-52-generic:amd64 (5.4.0-52.57, automatic), linux-modules-extra-5.4.0-52-generic:amd64 (5.4.0-52.57, automatic), linux-headers-5.4.0-52-generic:amd64 (5.4.0-52.57, automatic), linux-head[/FONT][/COLOR] [COLOR=#000000][FONT=monospace]ers-5.4.0-52:amd64 (5.4.0-52.57, automatic), linux-modules-5.4.0-52-generic:amd64 (5.4.0-52.57, automatic) [/FONT][/COLOR] [COLOR=#000000][FONT=monospace]Upgrade: cryptsetup-bin:amd64 (2:2.2.2-3ubuntu2.2, 2:2.2.2-3ubuntu2.3), cryptsetup-initramfs:amd64 (2:2.2.2-3ubuntu2.2, 2:2.2.2-3ubuntu2.3), [/FONT][/COLOR][URL="http://netplan.io/"]netplan.io[/URL][COLOR=#000000][FONT=monospace]:amd64 (0.99-0ubuntu3~20.04.2, 0.100-0ubuntu4~20.04.2), linux[/FONT][/COLOR] [COLOR=#000000][FONT=monospace]-headers-generic:amd64 (5.4.0.51.54, 5.4.0.52.55), linux-libc-dev:amd64 (5.4.0-51.56, 5.4.0-52.57), linux-image-generic:amd64 (5.4.0.51.54, 5.4.0.52.55), cryptsetup-run:amd64 (2:2.2.2-3ubuntu2.2, 2:2.2.2-3ubuntu2[/FONT][/COLOR] [COLOR=#000000][FONT=monospace].3), ubuntu-release-upgrader-qt:amd64 (1:20.04.25, 1:20.04.28), apport:amd64 (2.20.11-0ubuntu27.9, 2.20.11-0ubuntu27.10), python3-distupgrade:amd64 (1:20.04.25, 1:20.04.28), ubuntu-release-upgrader-core:amd64 (1:[/FONT][/COLOR] [COLOR=#000000][FONT=monospace]20.04.25, 1:20.04.28), python3-apport:amd64 (2.20.11-0ubuntu27.9, 2.20.11-0ubuntu27.10), firefox-locale-en:amd64 (81.0+build2-0ubuntu0.20.04.1, 81.0.2+build1-0ubuntu0.20.04.1), libnetplan0:amd64 (0.99-0ubuntu3~20[/FONT][/COLOR] [COLOR=#000000][FONT=monospace].04.2, 0.100-0ubuntu4~20.04.2), libfreetype6:amd64 (2.10.1-2, 2.10.1-2ubuntu0.1), firefox:amd64 (81.0+build2-0ubuntu0.20.04.1, 81.0.2+build1-0ubuntu0.20.04.1), libcryptsetup12:amd64 (2:2.2.2-3ubuntu2.2, 2:2.2.2-3[/FONT][/COLOR] [COLOR=#000000][FONT=monospace]ubuntu2.3), apport-kde:amd64 (2.20.11-0ubuntu27.9, 2.20.11-0ubuntu27.10), cryptsetup:amd64 (2:2.2.2-3ubuntu2.2, 2:2.2.2-3ubuntu2.3), python3-problem-report:amd64 (2.20.11-0ubuntu27.9, 2.20.11-0ubuntu27.10) [/FONT][/COLOR] [COLOR=#000000][FONT=monospace]End-Date: 2020-10-21 15:36:33 [/FONT][/COLOR] [COLOR=#000000][FONT=monospace]Start-Date: 2020-10-21 15:36:37 [/FONT][/COLOR] [COLOR=#000000][FONT=monospace]Commandline: apt-get -y --purge autoremove [/FONT][/COLOR] [COLOR=#000000][FONT=monospace]Purge: linux-headers-5.4.0-48-generic:amd64 (5.4.0-48.52), linux-modules-extra-5.4.0-48-generic:amd64 (5.4.0-48.52), linux-modules-5.4.0-48-generic:amd64 (5.4.0-48.52), linux-headers-5.4.0-48:amd64 (5.4.0-48.52),[/FONT][/COLOR] [COLOR=#000000][FONT=monospace]linux-image-5.4.0-48-generic:amd64 (5.4.0-48.52) [/FONT][/COLOR] [COLOR=#000000][FONT=monospace]End-Date: 2020-10-21 15:36:59[/FONT][/COLOR]
Comment