2025-03-08, 06:28 PM
Hi, in case that someone would have the same issue. I found out, that after a full reinstall of OpenPlotter, it was working. But when I updated all the packages that were due to update, I was getting the same problems. So I digged in a little bit and found out, that it was caused by updates of the following packages:
So I froze the versions of these packages and now it works (no connection changes, just the software):
Code:
linux-headers-rpi-2712/stable 1:6.6.47-1+rpt1 arm64 [upgradable from: 1:6.6.31-1+rpt1]
linux-headers-rpi-v8/stable 1:6.6.47-1+rpt1 arm64 [upgradable from: 1:6.6.31-1+rpt1]
linux-image-rpi-2712/stable 1:6.6.47-1+rpt1 arm64 [upgradable from: 1:6.6.31-1+rpt1]
linux-image-rpi-v8/stable 1:6.6.47-1+rpt1 arm64 [upgradable from: 1:6.6.31-1+rpt1]
linux-libc-dev/stable,stable 1:6.6.47-1+rpt1 all [upgradable from: 1:6.6.31-1+rpt1]So I froze the versions of these packages and now it works (no connection changes, just the software):
Code:
sudo apt-mark hold linux-image-rpi-2712 linux-headers-rpi-2712 linux-image-rpi-v8 linux-headers-rpi-v8 linux-libc-dev
(apt-mark unhold)
sudo apt --only-upgrade <pckg>
