Troubleshooting • AirPrint in Trixie
Hi all.Installed a clean Trixie image - can't setup my old Samsung SCX-3400 printer over AirPrint. I do this:Code: sudo apt install cups*sudo usermod -a -G lpadmin in_sympathysudo cupsctl...
View ArticleRaspberry Pi OS • Re: Updates ReleaseNotes
There's an even money chance that I'm wrong but aren't firmware updates managed through apt these days?And before someone jumps in with it, do not use rpi-update unless told to do so by an RPL...
View ArticleCamera board • Re: Camera for close up work
While the V2 camera can be readily refocussed to work at that range, for maximum flexibility the M12 version of the HQ camera would be my recommendation. Choose an M12 lens with the appropriate focal...
View ArticleRaspberry Pi OS • numlockx is on, still need to press num lock on keyboard
Installed numlockx on rPi OS trixie, numlockx is on, but Istill need to press num lock on keyboard to get digits.Code: numlockx status in terminal returns Numlock is on.Any clues.Didn't have this...
View ArticleSDK • Re: Different gcc versions
Of course, one of the challenges with MicroPython is battling with documentation and trying to find others who have already walked the path.This looked promising Minimal MicroPython firmware and just...
View ArticleTroubleshooting • Re: BirdNET/Focusrite Scarlett 2i2/EM272Z1
I know that the Focusrite Scarlett is lovely and shielded and all, but how far is it from the Raspberry Pi? I found that unless my USB interface was physically far (at the end of a long USB extension)...
View ArticleGraphics, sound and multimedia • Re: Documentation: Raspberry Pi OS Lite +...
There aren't many RPL folks and they're busy with high priority stuff.Perhaps sharing how you dealt with the problems you had* would be a first step. Folks might be interested in your script too.It's...
View ArticleTroubleshooting • Re: NVMe error??
Right now, I'm able to boot through USB without HAT/NVMe, and it runs great. After powering down via RaspPi Power 27W, I disconnected all accessories, USBs, Ethernet, keyboard, and mouse. Reconnected...
View ArticleOfficial Display • Raspberry Pi Monitor and Raspberry Pi 45W USB-C power supply
The Raspberry Pi Monitor documentation states the following: "Can be powered directly from a Raspberry Pi USB port (max 60% brightness, 50% volume) or by a separate power supply (max 100% brightness,...
View ArticleCompute Module • Re: What's a CM0?
No FCC mark though which suggests the Wifi version doesn't have the appropriate performance/approval for EU and definitely not for US.Not approved for the US but I don't see how that follows for the...
View ArticleRaspberry Pi OS • Stellarium on Latest OS (Deb13)
I have Stellarium running on Bookworm. I have just installed it on Trixie. It executes Ok but there are no control panels visible.It comes up in full-screen mode. The only way to get out of it is by...
View ArticleBeginners • Looking for components to create two way talk for a doorbell camera
Hi, I have a PI 4 and a PI 5. I am looking for components that would be: - Compatible for both - Enable Two way talk: users outside of the house, the mic will pick up what they are saying (speech to...
View ArticleOfficial Display • Re: Raspberry Pi Monitor and Raspberry Pi 45W USB-C power...
No, you need to plug the ps onto the monitor itself.Statistics: Posted by jamesh — Fri Oct 10, 2025 1:14 am
View ArticleOther • Re: Linux File Systems for Windows by Paragon Software does not work...
Going a bit afield here, but it seems to me that in the US, being a business gains you respect (i.e., is something you want to broadcast), but in the UK (and probably elsewhere), the opposite is true...
View ArticleTroubleshooting • Re: linux-rpi-6.12.y Create DTBS
Building (cross-compiling or natively) an rpi-6.12.y kernel for the RPi3 with build-kernel produces the expected dtb's, kernel7.img, and modules:Code: bcm2708-rpi-b-plus.dtb 30,652...
View ArticleBeginners • Re: Macbook + USB
Hi, I have been having trouble connecting my macbook to the raspberry pi with a Memory Stick instead of a SD card, and not using a Ethernet cable. I also am not sure what apps I can use to code the...
View ArticleRaspberry Pi OS • Re: how to replace the default splash screen
I went to update my notes and was surprised to find they already said that. Looks like that's how it was for Bookworm -viewtopic.php?p=2149742#p2149742Statistics: Posted by hippy — Fri Oct 10, 2025...
View ArticleOff topic discussion • Re: Should forum members only help other forum members...
General agreement with wanting people who expect to profit from having their issues solved should be up front about that. That said, there is a semi-related issue that comes up from time to time, to...
View ArticleRaspberry Pi OS • Re: start a chromium browser on boot, latest OS
the latest uses labwcsosystem = /etc/xdg/labwc/autostartuser = ~/.config/labwc/autostartfor user you might need to createthanks, i tried both but in both cases before the browser starts i get a dialog...
View ArticlePython • Re: Debug Flask Server from Thonny
Ok, so I'm back to Flask, making progress. Code: if __name__ == "__main__": app.run(host="0.0.0.0", port=8035) # this worksCode: app.run(debug=True, host="0.0.0.0", port=8055) # this does not...
View Article