Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 4919

Troubleshooting • Re: Pi 5: display sleeps and immediately wakes back up

$
0
0
There were many updates applied. Is there a way to isolate the updates and selectively apply them in order to find the update causing the issue.
Yes, from console run:

Code:

sudo apt update
It wil end with something like:

Code:

39 packages can be upgraded. Run 'apt list --upgradable' to see them.
From that I get:

Code:

$ apt list --upgradableListing... Doneagnostics/stable 0.16 arm64 [upgradable from: 0.14]bluez/stable 5.66-1+rpt1+deb12u2 arm64 [upgradable from: 5.66-1+rpt1+deb12u1]gir1.2-gtk-3.0/stable 1:3.24.38-2~deb12u2+rpt7+rpi1 arm64 [upgradable from: 1:3.24.38-2~deb12u1+rpt6+rpi1]gstreamer1.0-alsa/stable 1.22.0-3+deb12u2+rpt1 arm64 [upgradable from: 1.22.0-3+deb12u2]gstreamer1.0-plugins-base/stable 1.22.0-3+deb12u2+rpt1 arm64 [upgradable from: 1.22.0-3+deb12u2]gstreamer1.0-x/stable 1.22.0-3+deb12u2+rpt1 arm64 [upgradable from: 1.22.0-3+deb12u2]gtk-update-icon-cache/stable 1:3.24.38-2~deb12u2+rpt7+rpi1 arm64 [upgradable from: 1:3.24.38-2~deb12u1+rpt6+rpi1]gtk2-engines-pixbuf/stable 2.24.33-2+rpt1+deb12u1 arm64 [upgradable from: 2.24.33-2+rpt1]gui-pkinst/stable 0.17 arm64 [upgradable from: 0.16]gui-updater/stable 0.2 arm64 [upgradable from: 0.1]libbluetooth3/stable 5.66-1+rpt1+deb12u2 arm64 [upgradable from: 5.66-1+rpt1+deb12u1]libgstreamer-gl1.0-0/stable 1.22.0-3+deb12u2+rpt1 arm64 [upgradable from: 1.22.0-3+deb12u2]libgstreamer-plugins-base1.0-0/stable 1.22.0-3+deb12u2+rpt1 arm64 [upgradable from: 1.22.0-3+deb12u2]libgtk-3-0/stable 1:3.24.38-2~deb12u2+rpt7+rpi1 arm64 [upgradable from: 1:3.24.38-2~deb12u1+rpt6+rpi1]libgtk-3-common/stable,stable 1:3.24.38-2~deb12u2+rpt7+rpi1 all [upgradable from: 1:3.24.38-2~deb12u1+rpt6+rpi1]libgtk2.0-0/stable 2.24.33-2+rpt1+deb12u1 arm64 [upgradable from: 2.24.33-2+rpt1]libgtk2.0-bin/stable 2.24.33-2+rpt1+deb12u1 arm64 [upgradable from: 2.24.33-2+rpt1]libgtk2.0-common/stable,stable 2.24.33-2+rpt1+deb12u1 all [upgradable from: 2.24.33-2+rpt1]libneatvnc0/stable 0.9.0+dfsg-1~rpt2 arm64 [upgradable from: 0.9.0+dfsg-1~rp1]libssl-dev/stable 3.0.13-1~deb12u1+rpt1 arm64 [upgradable from: 3.0.13-1~deb12u1]libssl3/stable 3.0.13-1~deb12u1+rpt1 arm64 [upgradable from: 3.0.13-1~deb12u1]lxtask/stable 0.1.10-1+rpt6 arm64 [upgradable from: 0.1.10-1+rpt5]openssl/stable 3.0.13-1~deb12u1+rpt1 arm64 [upgradable from: 3.0.13-1~deb12u1]pi-greeter/stable 0.23 arm64 [upgradable from: 0.22]piclone/stable 0.30 arm64 [upgradable from: 0.29]pipanel/stable 1:1.48 arm64 [upgradable from: 1:1.45]pishutdown/stable 0.29 arm64 [upgradable from: 0.28]piwiz/stable 0.75 arm64 [upgradable from: 0.73]pprompt/stable,stable 0.22 all [upgradable from: 0.21]raspberrypi-sys-mods/stable 20240807 arm64 [upgradable from: 20240624]raspi-config/stable,stable 20240802 all [upgradable from: 20240708]rc-gui/stable 1.84 arm64 [upgradable from: 1.83]rp-bookshelf/stable 0.23 arm64 [upgradable from: 0.22]rp-prefapps/stable 0.61 arm64 [upgradable from: 0.58]rpd-plym-splash/stable 0.39 arm64 [upgradable from: 0.38]wf-panel-pi/stable 0.78 arm64 [upgradable from: 0.76]wpasupplicant/stable-security 2:2.10-12+deb12u2 arm64 [upgradable from: 2:2.10-12+deb12u1]xserver-common/stable,stable 2:21.1.7-3+rpt3+deb12u7 all [upgradable from: 2:21.1.7-3+rpt2+deb12u7]xserver-xorg-core/stable 2:21.1.7-3+rpt3+deb12u7 arm64 [upgradable from: 2:21.1.7-3+rpt2+deb12u7]
You can pick one that sounds interesting. Perhaps:

Code:

sudo apt upgrade -y raspberrypi-sys-mods
and then check if it causes the issue (some, especially kernel updates) may want a reboot to be sure they are active.

I'd probably consider packages that contain linux/kernel/firmware/pi/raspi/way/xserver as perhaps the more likely candidates.

Statistics: Posted by dom — Fri Aug 09, 2024 6:08 pm



Viewing all articles
Browse latest Browse all 4919

Trending Articles