Beginners • Re: Total beginner - Cannot find Pi on my network after imaging
... When I saw the Raspberry Pi desktop ...There is no need to use RaspianOS Desktop to run pi-hole. RaspianOS lite is sufficiant. And I also strongly suggest to have your Raspberry connected to the...
View ArticleNetworking and servers • Re: If RPI4 does not connect to Wifi during boot, it...
Well it specifically states that you should check the journal. Have you tried looking there?Code: journalctl -xeandCode: journalctl -xeuandCode: man journalctlYou can also specify a service in...
View ArticleBeginners • Re: Attempt to move my current filesystem on external SSD and...
As promised, sdm V15 is released with support for LUKS encryption of btrfs rootfs partitions.Enjoy!Statistics: Posted by bls — Sat Jan 17, 2026 10:39 pm
View ArticleBeginners • Re: missing /usr/include/sys
Code: $ find / -name "sys" 2>/dev/null/etc/apparmor.d/tunables/sys/sys/usr/lib/aarch64-linux-gnu/perl/5.36.0/sys/usr/include/aarch64-linux-gnu/sys/proc/sysYou answered your own question with that...
View ArticleTroubleshooting • Re: 3D Model for RPi Zero Case Lid for Camera Module 3 ?
thank you, but i am not looking for a random case for the camera module 3. i am just looking for the zero case lid for a camera module 3.the zero case has a lid for camera module 1 and 2. but nit a...
View ArticleTroubleshooting • Re: Brand new install corrupted on update
Thanks!! I will investigate further tomorrow and report back.Statistics: Posted by mminion — Sun Jan 18, 2026 8:16 pm
View ArticleRaspberry Pi OS • Pi5 Trixie - B-Em - Package 'libcurl4-nss-dev' has no...
Hi, I have a Pi 5 running Trixie and I'm trying to compile B-Em, a BBC micro emulator.I'm stuck on step 1 - installing dependencies: (ETA these are required to compile Allegro - but I didn't need to...
View ArticleRaspberry Pi OS • Re: Pi5 Trixie - B-Em - Package 'libcurl4-nss-dev' has no...
It looks like that package no longer exists. From what I can find it looks like you might be able to install libcurl4-openssl-dev instead.I haven't tried that to see if it works.Statistics: Posted by...
View ArticleRaspberry Pi OS • Re: Bookworm/Trixie Spurious App Input - WayVNC Problem?
A member of the WayVNC group suggested I try TigerVNC Viewer instead. Indeed, I don't see this issue with TigerVNC.Of course, it raises the question of why TigerVNC works for me but RealVNC and...
View ArticleMicroPython • Re: MicroPython uname, machine modules not installed
When you do >>>help('machine') , as the response indicates, the help see's that you want help on a string ("machine") and proceeds to show all the info on whats available to the string class....
View ArticleGeneral • Re: Raspberry Pi Wide Camera Module 3 and Raspberry Pi Pico
And even if you could concoct an interface it still doesn't look at all easy. Someone very familiar with MIPI CSI and the camera module may dream-up some clever means to make something work but, given...
View ArticleRaspberry Pi OS • Re: NetworkManager Connection Configuration File
It appears that the change is now documented (on the Blog) some 6 weeks after it was apparent adopted. Those who installed the initial Trixie release did not have netplan (at least it is missing from...
View ArticleGraphics, sound and multimedia • keyboard buttons and touchscreen buttons...
I am using a raspberry pi4 with Fruitbox. Using an album skin with a touch screen monitor. Everything works great but I want to add a 4 button wireless remote to control volume up, volume down, Pause...
View ArticleGeneral discussion • Needing help with an old kit
Hello Folks,I recently purchase a n OU kit for "My Digital Life TU100" - from eBay; yes Ishould have known better than do this.The kit has a board "Sense Board version 3" and a stepper motor MY351-1...
View ArticleTroubleshooting • Re: jwz's flappy gpio problems
The GPIO inputs are just switches, but there is also an SPI display involved.I would suggest starting from a foundation others can replicate, removing that SPI display. In fact just having the GPIO...
View ArticleTroubleshooting • Re: RPI5 won't boot
I get this:joni8135@raspberrypi:~ $ grep Rev /proc/cpuinfoRevision : d04171Model : Raspberry Pi 5 Model B Rev 1.1Nothing strange there.Yes, that is the correct Revision of an 8GB Pi, so it looks like...
View ArticleDevice Tree • SPI Initialization & Device Tree for ST7701S Hybrid SPI+RGB...
I am currently working with a 3.97-inch 480×800 IPS display using the ST7701S driver IC, which supports a hybrid SPI + RGB (DPI) interface.My target platform is a Raspberry Pi 3 Model B+ running...
View ArticleKeyboard computers (400, 500, 500+) • Re: Pi 500plus keyboard issue.
Thanks ejolson,That response was very helpful, and the link to the earlier thread also linked to another similar case. Both of which seemed to suggest a hardware issue.I will get in touch with the...
View ArticleRaspberry Pi Connect • Re: rpi-connect not start automatelly after boot
I've made a net install.Statistics: Posted by Cloud71 — Mon Jan 19, 2026 8:45 pm
View ArticleMicroPython • Waveshare 2 inch display not working with Pico
HiI am trying to get the Waveshare 2" LCD, the standard display not the pico board mount, working with my pico. When I run the code, excerpt below, all the debug messages are printed but the display...
View Article