Networking and servers • Re: New Trixie New Problems
You can disable Netplan and restore the classic NetworkManager workflow by pinning the correct packages and removing cloud-init.If you need a simple headless setup, prepare the image before first boot...
View ArticleBeginners • Re: Why Windows Rules.
A huge amount of work on the Linux kernel is paid. Just check the commit messages.Do you mean donations?from what ive heard, the kms drivers for the rpi where made under payment/contractone of the DRM...
View ArticleOther • Encryption with LUKS and MX Linux SysVinit
Hi everyone,I'm starting a project to have MX linux respin RPI works with SysVinit and LUKS I'm struggling with LUKS at the moment.If you have any clues, ideas, or where to look, I'm all...
View ArticleCamera board • h264 ES stream error with network streaming
ive done a quite a lot of googling to sort this - without success. I want to setup a motion detector ( a la Ring) with a pi and camera . So far : the short version: rpicam-still produces an image on...
View ArticleBeginners • Re: KDE 6 X11 RPi OS Lite
That worked thank you!Statistics: Posted by madderhatter — Mon Nov 10, 2025 4:46 pm
View ArticleCamera board • Re: Lack of specified mode of Camera Rev 2 in rpicam-hello
At https://www.raspberrypi.com/products/camera-module-v2/ It does state..."It supports 1080p30, 720p60 and VGA90 video modes,..."Which could be confusing.That page looks very out of date / inaccurate....
View ArticleCompute Module • Re: Ethernet hardware with the CM4
Why do you have it ? CM4IO board doesn't have it.Statistics: Posted by dp11 — Tue Nov 11, 2025 5:01 pm
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Raspberry Pi 5 as a SPI Slave
First of all thank you very much! That sounds really good.Now my next dumb (sorry, i haven't done this before) question:How do i proceed from here? I guess it will take some time before the next...
View ArticleGeneral discussion • Re: What product would you like to see?
There are cheap passive adapters/cables from usb-c to hdmi or displayportCheap, yes. Depending on location and local taxes.But passive? No. At least not for HDMI. There was an HDMI alt mode for USB C...
View ArticleGraphics, sound and multimedia • Re: PNG over video Raspberry Pi 2 Zero
We're missing a lot of info on your context (is it once and for all ? is it a live video ? how do you play it ? etc... etc... but check Google with the following keywords "Add a Transparent Overlay on...
View ArticleSDK • Re: direct use of TIMER clashing with SDK ?
The system counter/timer is used by:4.2.11. pico_timeAPI for accurate timestamps, sleeping, and time based callbacks.4.2.11.1. Detailed DescriptionNOTEThe functions defined here provide a much more...
View ArticleSDK • Re: TIMER_x documentation
I know there are some utility fn in SDK which provide "alarms" and an alarm pool but I want find the doc on the processor.The "4 alarms" do not appear to be part of the vocabulary of RP2040 manual....
View ArticleBeginners • Re: On/Off Switch for Raspberry Pi 4
Login to the PI then:Code: cdCode: cat id_ed25519.pub >>.ssh/authorized_keysTest from your PC as beforeThis is the short form of what I suggested (and you don't appear to have tried)...
View ArticleGeneral • Re: Deepsleep mode - Pico2
Also here: Lets talk about lightsleep on PICO viewtopic.php?t=380979Statistics: Posted by gmx — Tue Nov 11, 2025 5:53 pm
View ArticleRaspberry Pi OS • Re: zram+file not respecting FixedSizeMiB
In you initial post you highlighted the output of of 'free -m' as evidence that your configuration was not taking effect. The 'free -m' command shows you the size of the zram-configured swap (not the...
View ArticleTroubleshooting • motion failing on Trixie with USB camera (works on Bookworm)
I'm running an IR camera (infiray) on raspberry pi and setting up motion to use a true dark wildlife camera,Installed on bookworm, everything works as expected (this is a random desktop build I had...
View ArticleSDK • Re: Issue with i2c SSD1306 example (hardware specific?)
Excellent. My job lot consisted of a bunch of 128x64 4-pin i2c displays which were all supposed to be SSD1306.Mixed models, inconsistent pin placement, some with no model numbers.After much...
View ArticlePython • Re: NameError: name 'Color' is not defined
there must be something in your source file which causes the issueIf the problem still exists in your source file, then zip this file and post this zip archive in the forum here. Zip compression keeps...
View ArticleTroubleshooting • Re: Sometimes freezes (frequently)
In the past when I had this happen, my SD card was failing. It was on a pi4 running Buster.Statistics: Posted by MarkDH102 — Wed Nov 12, 2025 5:12 pm
View ArticleTroubleshooting • Re: motion failing on Trixie with USB camera (works on...
Check that you only have /dev/video0If you have /dev/video1, maybe that is your webcam (and a new driver created a virtual video0).Statistics: Posted by robertojguerra — Wed Nov 12, 2025 5:22 pm
View Article