On Wed, Mar 18, 2026 at 17:13:29 +0100, Roger Price wrote: > On Wed, 18 Mar 2026, Dan Purgert wrote: > > > Seems you lost the driver. Did you update the kernel by chance? > > I have no recollection of doing a system update on March 14/15, but my memory > plays tricks on me. Can I trust the date of the kernel file? > > rprice@carros ~ ls /boot/config-6.12.69+deb13-amd64 > -rw-r--r-- 1 root root 283277 8 févr. 08:58 > /boot/config-6.12.69+deb13-amd64
No. That date is basically when the package was created, not when you installed it. P.S. you're a few security patches behind stable. hobbit:~$ ls /boot/vm* /boot/vmlinuz-6.12.73+deb13-amd64 /boot/vmlinuz-6.12.74+deb13+1-amd64 > In the apt log the only update activity for March is > rprice@carros ~ cat /var/log/apt/history.log > Start-Date: 2026-03-18 11:38:08 > Commandline: /usr/sbin/synaptic > Install: rfkill:amd64 (2.41-5) > End-Date: 2026-03-18 11:38:11 Sounds like you haven't updated it. hobbit:~$ ls -l /boot/vmlinuz-6.12.74+deb13+1-amd64 -rw-r--r-- 1 root root 12113856 Mar 8 15:54 /boot/vmlinuz-6.12.74+deb13+1-amd64 hobbit:~$ grep -F linux-image-6.12.74 /var/log/dpkg.log 2026-03-12 20:34:30 install linux-image-6.12.74+deb13+1-amd64:amd64 <none> 6.12.74-2 2026-03-12 20:34:30 status half-installed linux-image-6.12.74+deb13+1-amd64:amd64 6.12.74-2 2026-03-12 20:34:33 status unpacked linux-image-6.12.74+deb13+1-amd64:amd64 6.12.74-2 2026-03-12 20:34:36 configure linux-image-6.12.74+deb13+1-amd64:amd64 6.12.74-2 <none> 2026-03-12 20:34:36 status unpacked linux-image-6.12.74+deb13+1-amd64:amd64 6.12.74-2 2026-03-12 20:34:36 status half-configured linux-image-6.12.74+deb13+1-amd64:amd64 6.12.74-2 2026-03-12 20:34:51 status installed linux-image-6.12.74+deb13+1-amd64:amd64 6.12.74-2 Package's internal date is Mar 8, installed locally on Mar 12.

