Raspberry Pi OS • Re: Replacing / updating a kernel module. Tsc2007...
UPDATE:Compiling original rpi code and trying to load fails so there is a problem with my build and load methodology. If anyone could point me in the direct of what's wrong with my make all and...
View ArticleRaspberry Pi OS • Re: Reverting Bookworm to dhcpcd
bls (for some reason I don't have options to reply directly to your message),In the absence of a DHCP server, I need to fall back to "link local" addressing. NM doesn't appear to do this. I've not...
View ArticleRaspberry Pi OS • Re: Raspberry Pi OS off/on display problem
I've just tested and I don't have that problem with the latest libliftoff0 - the display stays off until reactivated.Could you see if disabling libliftoff solves the issue? The option is in...
View ArticleRaspberry Pi OS • Why SSH disabled by default in OS without desktop?
Hi everyoneI'm using raspberry since the beginning, I always loved this system. I used it in many project.Now I wanna start a new project and my idea was to make some quick test on a raspberry: mine...
View ArticleRaspberry Pi OS • Pi OS 32bit gets stuck after apt upgrade reboot
Hi,I'm using Raspi OS lite 32bit on my Raspi5 with 8GB.I was trying to run an apt update and apt upgrade on my system - seems the Kernel 6.12.20 is being installed on it.After reboot, it gets stuck in...
View ArticleRaspberry Pi OS • Re: Why SSH disabled by default in OS without desktop?
It's not nonsense, it's basic security measure, and required by the forthcoming EU Cyber Resiliency Act (CRA).We moved to having it off by default about 6* years ago (from memory). You can turn it on...
View ArticleRaspberry Pi OS • Re: Pi OS 32bit gets stuck after apt upgrade reboot
Are you using sudo apt updatesudo apt full-upgradeNo idea if that helps, but worth a try.Statistics: Posted by jamesh — Tue Apr 15, 2025 3:40 pm
View ArticleRaspberry Pi OS • Re: No Sound after 4-11-25 Update
SolvedMy uname -r was 6.12.20+rpt-rpi-v8. This is a Kano kit with Bookworm desktop. The Update had selected audio device HDMI instead of the AV Jack in use.Statistics: Posted by CJeU — Tue Apr 15,...
View ArticleRaspberry Pi OS • Location of log file for Raspberry Pi OS update application
This question is specific to the Raspberry Pi OS update tool (for Bookworm) which appears on the taskbar on boot whenever an update to a package, or to the OS/kernel, becomes available.Is there a log...
View ArticleRaspberry Pi OS • Re: Location of log file for Raspberry Pi OS update...
Code: cat /var/log/apt/history.logStatistics: Posted by kerry_s — Tue Apr 15, 2025 7:17 pm
View ArticleRaspberry Pi OS • Black Window During "Installing Upgrades"
I just created a new boot SDcard for Bookworm 64bit using the Raspberry Pi Imager for my Raspberry Pi 4. The Pi booted up normally. Shortly thereafter, I received an advisory message that new updates...
View ArticleRaspberry Pi OS • Re: Raspberry Pi OS lite wants to install these packages
They shouldn't be needed. None of them are installed on my pi500 with XFCE with xorg. That said they also won't hurt anything.I found then all updating on a Pi Zero W. (Recent Lite install with no...
View ArticleRaspberry Pi OS • Issue with update-initramfs on CM5 not updating correct kernel
Hello,I'm working with initramfs on Raspberry Pi OS, and I've encountered an issue when compiling it on the CM5 module. The same process works fine on the Raspberry Pi 4B and CM4, but not on the...
View ArticleRaspberry Pi OS • Re: Issue with update-initramfs on CM5 not updating correct...
It seems like update-initramfs may not be correctly identifying the current kernel version on the CM5. I'm not entirely sure how it determines the kernel version to updateupdate-initramfs uses uname...
View ArticleRaspberry Pi OS • Missing `build` folder in `/lib/modules` – can't compile...
Hi everyone,I'm trying to compile a custom kernel module on Raspberry Pi OS, but I'm running into an issue: the `build` folder is missing in `/lib/modules/$(uname -r)/`.Here’s a snippet from my...
View ArticleRaspberry Pi OS • Re: Missing `build` folder in `/lib/modules` – can't...
Building the Raspberry Pi OS Kernel : Made EasyStatistics: Posted by RonR — Wed Apr 16, 2025 9:27 pm
View ArticleRaspberry Pi OS • Re: /dev/serial0 missing
Having reverted to the older kernel (which didn't work for me - I had to point weewx directly to ttys0), will the kernel update happen again when I next run apt full-upgrade, or will apt now be...
View ArticleRaspberry Pi OS • Debugging initramfs on Raspberry Pi Zero
I'm in the process of building out a pipeline for running QLC+ in as a quasi-embedded application on both members of the Zero product line. You can find the code I'm working with here:...
View ArticleRaspberry Pi OS • Re: Raspberry Pi 4 Freezes During APT Update
I would use a spare SD Card with a fresh install of Raspberry PI OS to see if that works. That may help determine if you have an issue with the Pi 4B or your SD Card.Statistics: Posted by hippy — Fri...
View ArticleRaspberry Pi OS • crontab autostart buster vs bullseye
I have a cronjob that starts fine in buster. The exact same does not work in bookworm. Any idea why? Here is the line.@reboot squeezelite -o default -n testThanks.Statistics: Posted by dmozell — Fri...
View Article