RPi-Distro / repo

Issue tracking for the archive.raspberrypi.org repo
37 stars 1 forks source link

sudo apt upgrade is overwriting fix for usb-3 #365

Closed UgaBugaOfdeSpeer closed 8 months ago

UgaBugaOfdeSpeer commented 8 months ago

Recently I had an issue on pi-5 (bookworm : 6.1.0-rpi7-rpi-2712) : https://github.com/raspberrypi/linux/issues/5753 To solve this issue it was recommended to load an intermediate fix :

So far so good. Updates I did regular by doing :

This went well until last week. Then I saw that the build was changed back to 6.1.0-rpi7-rpi-2712

Does that mean that the bugfix is lost? How can this be prevented?

XECDesign commented 8 months ago

Right, rpi-update doesn't integrate with normal system updates in any way, it's just a tool for testing specific kernels.

You can use 'apt-mark hold' to hold packages at specific versions, or you can disable the copying of the kernel into /boot/firmware by editing /etc/default/raspi-firmware.

However, this tracker is for reporting issues with packages in the raspberry pi apt repo. For general support, the forum would be a better bet.