On Thu, Oct 08, 2020 at 11:05:10AM -0400, William Witteman via talk wrote:
Good to know!
I may have somehow got a bad repository? Here's why I think that: sudo apt full-upgrade Reading package lists... Done Building dependency tree Reading state information... Done Calculating upgrade... Done 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
...and:
linux-image-amd64 is already the newest version (5.8.10-1).
What's weird is that the apt sources seems pretty standard: sudo head /etc/apt/sources.list deb http://ftp.debian.org/debian/ testing main
deb http://security.debian.org/ testing-security main
OK, what do you get from this: dpkg -l |grep linux-image Maybe you have the new kernel installed, but the boot loader isn't configured to use it. -- Len Sorensen