Beta testing • RTC sync not working in trixie
I'm getting the following messages in dmesg, but the system clock is not actually being set to the RTC clock:Code: [ 0.283735] rpi-rtc soc@107c000000:rpi_rtc: registered as rtc0[ 0.285110] rpi-rtc...
View ArticleRaspberry Pi 400 and 500 • Re: Pi 500 keyboard's space bar.
I believe it's a physical problem, not software. At least, the Pi Store staff told us there's a single switch in the middle and pushing at the side doesn't quite push it down far enough, even though...
View ArticleRaspberry Pi OS • SD card filesystem corrupted after cmdline.txt edit
Hello, I have just recovered a Raspberry 4.0 that I had forgotten in the drawer and I had the username and password just forgotten as well. I found the following instructions in this forum...
View ArticleBeginners • motion detection 1 time
Dear,I execute this command on my raspberry pi zero 2w (bookworm os):Code: sudo libcamerify motion[0:motion] [NTC] [ALL] conf_load: Processing thread 0 - config file /etc/motion/motion.conf[0:motion]...
View ArticleAdvanced users • Re: Decent performance with LUKS encryption?
The RPi4 does not have the hardware AES instructions, thus the AES performance suffers. The best for RPi4 is probably to use the cipher adiantum: https://en.wikipedia.org/wiki/Adiantum_(cipher)RPi5...
View ArticleTroubleshooting • Audio dropouts with MPV on Raspberry Pi 5 (Bookworm 64-bit...
Hi all,I’m running Raspberry Pi OS Bookworm 64-bit on a Raspberry Pi 5, in command-line mode (no desktop).I’ve written a Python script with a menu, and from there I launch MPV in fullscreen to play...
View ArticleTroubleshooting • Re: Active cooler not working on Raspi 5
It sounds like the fan spin was not detected at boot up.The most common reason for this is a bent pin in the fan connector. Carefully unplug the fan and check that all four pins in the socket are...
View ArticleTroubleshooting • Re: Audio dropouts with MPV on Raspberry Pi 5 (Bookworm...
Wow, I’ve been trying to fix this issue for days… and right after posting about it, I found the solution!I created a PipeWire override config and added the following:Code: context.properties = {...
View ArticleGeneral • Re: RP2350: how to flash a program into RAM only?
As you are a beginner I am not sure why you are walking the Bare Metal path with RISC-V Assembler.This is because of historical reasons: my first computer was ZX Spectrum, and I used to know it fully,...
View ArticleRaspberry Pi Official Magazine • Re: Dangerous mains ...
Love @ame's "concern trolling", not seen that expression before.It was mentioned, and deprecated, by the Director of Communications in 2012...viewtopic.php?t=4436#p58594Statistics: Posted by B.Goode —...
View ArticleNetworking and servers • Re: Pi5 Networt & Port connectivity
You can change the ip address to that of your server. - ping does not use ports.For a specific port you would need a different command, maybe nmap, then check the output from that.Statistics: Posted...
View ArticleBeta testing • Re: Updating to trixie
Ok, asked Claude to help me understand the exact process of creating the symbolic links for various libraries... There are three things you should see:This is the actual library file that is installed...
View ArticleTroubleshooting • Re: Trouble Upgrading Raspberry Pi OS Bookworm — Hash...
Hi, Thanks for your suggestion Craigevil, but unfortunately it dident change the hash mismatches.. here are the content of the sources.listCode: cat /etc/apt/sources.listdeb...
View ArticleTroubleshooting • Re: RealVNC stops working on Pi update
OLD: how did you install RealVNC 7.14.0 as the Windows version from their website is 7.13.1 ?Statistics: Posted by neilgl — Fri Jul 18, 2025 8:32 am
View ArticleRaspberry Pi OS • Raspberry Pi 5 Not Booting After Installing New OS via...
Hi everyone,I just got a Raspberry Pi 5 and installed a new OS using the official Raspberry Pi Imager. The flashing process to the microSD card completed successfully, but after inserting it into the...
View ArticleMicroPython • Connecting Multiple Bluetooth / BT Devices to a Pico W
Trying to make a project where I connect a speed sensor and a hr monitor to a Pico W using BLE. I can can connect and get each device to work individually, but when I try and connect them both, only...
View ArticleGeneral • Re: Raspberry Pico - Tinygo - using SVD files to program
Hi Gustavo, thanks for your latest example code. Only one change was required to run it on RP2350, which uses system clock of 150 MHz by default, see output below:Code: - vregCtrlStatus :=...
View ArticleBeginners • RPI4 not booting
So, i'm trying to get my rpi4 started, i've flashed the 64bit os on the sd card and tried starting it like how a beginner would. At the first boot it gave me an error where the green light was not on,...
View ArticleRaspberry Pi OS • Re: how to create my own raspios-bookworm-arm64-full.img.xz
Use the card copying/imaging program. Statistics: Posted by KeithMck — Fri Jul 18, 2025 9:17 am
View ArticleNetworking and servers • Re: Pi 5 as a file oriented server with 2 * 8 TB USB...
Given the consistent failure in the Pi 5 and no failure my non Pi machines, I conclude the Pi 5 USB 3 ports have a sensitivity not in regular USB 3 ports. The USB 3 ports in my notebook are USB 3.1,...
View Article