Comment 27 for bug 1947601

Revision history for this message
ianmacs (ianmacs2018) wrote (last edit ):

Thanks for this fix! I have upgraded linux-raspi to the version now on impish-proposed, uninstalled linux-modules-extra-raspi, rebooted and all my docker projects still work.

Now it would be nice if this package can make the step from impish-proposed to impish-updates so that all users automatically profit from the update. In any case, this change is a good fix for the upcoming 22.04 LTS release.

For the time being, this is a possible way for 21.10 users to upgrade to the new linux-raspi version in order to work around the original problem without having to install the modules-extra package:

$ echo deb http://ports.ubuntu.com/ubuntu-ports impish-proposed main | sudo tee /etc/apt/sources.list.d/proposed.list
$ sudo apt update
$ sudo apt install linux-raspi
$ sudo rm /etc/apt/sources.list.d/proposed.list
$ sudo apt update
$ sudo reboot