Raspberry Pi OS • Re: encrypted external drive not mounted by ejector - new...
Don't use the desktop (new or old) but as an interim solution I suggest learning the mount command and creating a desktop shortcut (i.e. a something.desktop file) to mount it.If you put the relevant...
View ArticleTroubleshooting • Re: LCD problem
I edeted the config.txt with the code you gave and i am still only getting a white screen. If there is anything i can provide to help you help me better just say and i will email. I am stumped...
View ArticleRaspberry Pi OS • Re: How to get rid of redundant icons on the new Trixie Dock
Hi, thanks for the response. Using the menu editor in Control Center, and deleting the redundant icon, in fact deletes both icons from the dock.Save behavior as using Alacarte. Using MenuLibre, also...
View ArticleTroubleshooting • Re: ssh key problems
Hmm.Just compared sshd versions;On the Pi5:Code: pi@devpi:~ $ sshd -VOpenSSH_10.0p2 Debian-7+deb13u4, OpenSSL 3.5.6 7 Apr 2026On the 500+:Code: pi@raspberrypi:~ $ sshd -VOpenSSH_10.0p2...
View ArticleTroubleshooting • Re: Boot issue with PI5 because of SMD components
Missing resistor on the left is a 10k 0201, on the right, as you correctly said, is a 18k 0201.Statistics: Posted by RGJ-PI — Wed Sep 23, 2026 7:05 pm
View ArticleTroubleshooting • How to get rid of redundant icons on the new Trixie Dock
I now have the Sept 2026 Trixie release running on two Pi400's and two Pi5's. The "dock" feature is fantastic, but I'm having trouble getting rid of redundant icons shown on the dock. Same problem...
View ArticleC/C++ • Re: Trying and failing to reduce executable size
C++ vs C comes down to the old joke,The hardest two problems in Computer Science are1) Maintaining cache coherency.2) Naming things3) Buffer overflow errors C++ will generate exactly the same code as...
View ArticleTroubleshooting • Force RPI3 to 720x486i @59.94hz and disable HDMI hot plug
I need to force the HDMI output on a RPI3 to always output 720x486i @ 59.94hz regardless what is connected to the HDMI port.This is standard SDTV interlaced television resolution that HDMI and the...
View ArticleTroubleshooting • Re: Raspberry Pi Zero 2H - solar setup failed
Hi all, Thank you for your time and comments. I changed the description of the switch, perhaps I should rebuild the switch to have the whole solar system + battery disconnected from the...
View ArticleGraphics, sound and multimedia • Re: ZeroPlay: A lightweight H.264 (not HEVC)...
Trying to install dependencies, it said libfreetype-dev package not found.It's libfreetype6-dev on Buster.Statistics: Posted by scruss — Tue Sep 22, 2026 7:48 pm
View ArticleTroubleshooting • Re: Low Power Warnings
Update: I replaced the power supply with a new official Raspberry Pi PSU. I verified the PSU on a known-good Pi 4: 5.11 V across GPIO pins 2/6 and `get_throttled` = `0x0`.The Pi 5 still has the same...
View ArticleNetworking and servers • RPI 5: WPA3-SAE Personal works with a patch to...
With Raspberry Pi OS:The built-in BCM43455 wifi of the Raspberry Pi 5 reports support for WPA3-SAE in a way that is not recognized by the current wpasupplicant (version 2:2.10-24+rpt2).To get WPA3-SAE...
View ArticleGeneral discussion • Re: When will Pi Zero 2's be back in stock?
I’m also hoping the Pi Zero 2 W shortage is resolved soon.The inf lated prices from resellers make it difficult to justify buying one for a project. Hopefully, Raspberry Pi or the official...
View ArticleTroubleshooting • Re: Desktop issues after recent pcmanfm changes
I’ve noticed similar little UI quirks after updates like this. The explanation about leaving space for the taskbar makes sense, although it does feel a bit odd when the taskbar is at the bottom....
View ArticleTeaching and learning resources • Re: Super-cheap Computing Cluster for Learning
We first describe the hardware used and attempt to explain why this is the cheapest cluster. Again, it should be emphasized that our goal is to learn about clustering by creating a realistic model of...
View ArticleGeneral discussion • Re: re: Backup Without Copying the Entire Card
I see the benefit of the btrfs filesystem to have only the new and updated files been saved. But rsync option --links-dest also just copies new and updates files. So you don't need a btrfs filesystem...
View ArticleBeginners • Re: Help setting up an Epson L120 printer on Raspberry Pi 4B
... you can find the LINUX drivers here https://download-center.epson.com/softw ... anguage=enEpson don't supply ARM drivers for this printer, so this link won't help. There is a chance that this...
View ArticleBare metal, Assembly language • Re: [Proof of Concept] VPU Suspend-to-RAM for...
Probably never. It's a slop post.Statistics: Posted by jdb — Mon Sep 21, 2026 9:35 pm
View ArticleAdvanced users • Re: Moving Linux Kernel to 6.18
I would like to report sporadic hangs/reboots in my Rpi 4 setup. Usually when playing videos in Kodi, but sometimes also when the system is just idling.I used 6.12.34 for a headless Kodi player for...
View ArticleRaspberry Pi OS • Re: Bug report
Seems like upgrading wpasupplicant to the latest, 2:2.10-24+rpt2 version resolves the issue.Source: https://github.com/raspberrypi/linux/is ... 5762791481Statistics: Posted by lpgera — Mon Sep 21,...
View Article