Networking and servers • Re: [SOLVED] SSH "Connection refused"...
the latsest reply here is not very helpfull to say the least. Your customers can benifit form a warning on your website. Please support the linux community by thinking broader than your own...
View ArticleOther programming languages • Re: Trying script to get motionEye alerts on...
Sorry hortimech: I tested from the wrong directory. Though, I now tested it from inside the ~/.config/motioneye-telegram/bin one and it gives me the same error:Code:...
View ArticleGeneral discussion • Re: A new product for the Digital Signage crowd. Coming...
It's an edge connector that looks like, but is entirely unlike, PCIe. Some weird subset of the signal pins carry the HDMI pairs and there's a bunch of sideband stuff on there as well.Statistics:...
View ArticleBeginners • Re: Can i connect an old asus laptop screen into my rpi5
Possibly, but you will need a compatible controller board for the screen for HDMI input.Statistics: Posted by AndyD — Wed Jan 28, 2026 8:59 pm
View ArticleGeneral • Re: Reducing power consumption on Raspberry Pi Pico 2 W (BLE only,...
Hello everyone,I’m working on a project based on a Raspberry Pi Pico 2 W, programmed in C/C++ using the Pico SDK and Visual Studio Code.At the moment, the power consumption is around 100 mA, which...
View ArticleRaspberry Pi OS • Re: Icons & symbols missing in GUI applications
I installed it on my Trixie Wayfire build, which also has Gnome installed, and it works fine, so the missing Gnome icon theme dependency would seem to be the problem.PeterOStatistics: Posted by PeterO...
View ArticleBeginners • Re: MCP4725 DAC noise
I have a small update on this. I ended up using my laptop for the first test, not a Raspi. I got an MCP4725 eval board from Microchip and a Bus Pirate for I2Cing with it via USB and a terminal...
View ArticleTroubleshooting • Re: Corrupted files while initializing PiOS Lite Trixie
The fschk is always ok, and I also test selective files for their content and they are okext4 does not checksum user data, so fsck will only notice a problem if corruption happens to land in the ~1.6%...
View ArticleBeginners • Classic Car Pi help
Hello, I have a 1968 Ford F-250 and I’m looking for a clean, modern way to monitor engine data without adding traditional analog gauges to the dash.Specifically, I’m interested in a Bluetooth-based...
View ArticleSDK • Re: Pico2W repeating alarm fails after about 1000 alarms
Can someone please try this exact code on an RPi Pico. Pico Information below. CMakeLists.,txt at the bottomCode: > picotool info -a timer-test.uf2 File timer-test.uf2 family ID 'rp2040':Program...
View ArticleNetworking and servers • Re: Webserver on RPi 4 in local network
Why does it need to be connected to the Windows PC? The Windows PC is on the network, and must be allowed to connect to the webserver on the Pi, but the Pi must not be allowed to connect to the...
View ArticleCamera board • Re: Importing picamera2 is very slow
Great thanks, but that's the WRONG answer! (Just kidding!!, of course)We run our cameras at 10-15 min intervals so the code is spun up for each run; a 40s latency for each run isn't a problem....
View ArticleCompute Module • Re: HDMI not working on custom cm5 board
Would a USB to HDMI adapter work to get a video output? I don't really have many options and I only have this adapter:Statistics: Posted by Bugg_png — Wed Jan 28, 2026 10:40 pm
View ArticleTroubleshooting • Re: Sudo apt update
I think i resolved itThere was nothing in /etc/apt/sources.list.d (appears to be folder?)But pasted into /etc/apt/sources.list and /etc/apt/sources.list.d/raspi.listNow if you could help upgrade...
View ArticleCompute Module • Re: CM5 Dual Camera OV5647 - CSI0 working, CSI1 not
The CM5 Nano A hadn't come up in my quick searches - weird.Based on a quick look at their schematic, they've connected the same shutdown GPIOs to both MIPI connectors, which differs from the CM5IO...
View ArticleSDK • Re: HELLO_USB uses USB, but Blink ... Not
I agree with all of the above.I wonder if using the SDK printf instead of the NewLib would also workCode: #include "pico/stdlib"#include "pico/printf"Then in CMakeLists.txt add pico_printf to the...
View ArticleOther projects • Re: SiP Approach: MCU + PSRAM in a Single Package
Having used Displaylink v1 and v2 adapters with windows I have to say that v2 is fine for desktop use.When I was using DisplayLink v1 with my Pi 3B to have dual-monitor usage I was perfectly happy...
View ArticleTroubleshooting • Re: Cant get Ras Pi Zero in usb gadget mode on Trixie to...
Unfortunately this Pi Zero device is pretty much useless for reading USB Messages and Writing USB Messages thru script for the following reasons:As soon as I try to read in any kind of loop even with...
View ArticleTroubleshooting • Raspberry pi 4 on crt
So I had a raspberry pi 4 all set up and connected to a crt. I didnt know this at the time but I had raspberry retropie pi buster 4.71 on there and did not know this wasn't being updated or whatever....
View ArticleBeginners • tvservice -t equivalent
From this post:viewtopic.php?t=75589It looks like you can set the HDMI frame rate to 59.94. But tvservice is no longer supported.What is the equivalent command? Thanks!Statistics: Posted by rjclutt —...
View Article