As per my apt logs (zgrep -A2 "linux-firmware" /var/log/apt/history.log*), I would have been on 20240318.git3b128b60-0ubuntu2.10 when wifi last worked, on 20240318.git3b128b60-0ubuntu2.21 when I first noticed issues, and had upgraded up to 20240318.git3b128b60-0ubuntu2.25.
Currently downgrading to 20240318.git3b128b60-0ubuntu2.10, will report on test results. As linux-firmware versions disappear from the repos as soon as a newer version is released, downgrades have to be done via snapshots. Here’s how (replace the timestamp with the date): sudo apt --snapshot 20250315T000000Z update (this must be done once for each snapshot) sudo apt --snapshot 20250315T000000Z update install --allow-downgrades linux-firmware=<version> To query what version was available at a particular date: sudo apt --snapshot 20250315T000000Z update apt --snapshot 20250315T000000Z policy linux-firmware -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2128724 Title: iwlwifi crashing after some hours, leaving WiFi broken To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2128724/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
