Troubleshooting • Re: Reboot hang on PI4B with 3/15/2024 OS release
I used to have the reboot consistently hang on my headless Pi5 if I did the command locally ....Code: sudo ssh -t mypi5.localrebootBut it didn't hang if I sent a remote commandCode: sudo ssh -t...
View ArticleCamera board • Re: Broken image with non-64 bit align resolution using...
FYI, the developers are aware of the issue, just that they don't have the capacity to handle it.Here's the bug tracking ticket on the libcamera website:...
View ArticleBeginners • Re: Mouse movement latency issue
You need to put the dongle on a USB extension lead to get it away from the Pi.Statistics: Posted by pidd — Wed Oct 16, 2024 1:57 am
View ArticlePython • Re: PID controller help
Thanks, that looks a little better written than what I’ve done, but functionally how do they really differ, is it not doing basically the same thing I had written?I haven’t run this yet, I’m still at...
View ArticleAdvanced users • Re: Image File Utilities
Code: sudo image-backup -i /mnt/USB_Backup/rPi5_bkup.img --options --progress --exclude=/srv rsync options specified after '--options' must be comma separated:Code: sudo image-backup -i...
View ArticleBeginners • Raspberry Pi 4 GUI Problems
Hi there,I am new to Raspberry, I recently got a Pi 4 with 8GB.I got it for the MagicMirror but I can´t get my Raspi to show me the GUI on the screen.The screen is a Dell (not sure the exact model but...
View ArticleHATs and other add-ons • Re: Pi4 won´t boot with Shield
I can boot the Pi normally if the shield isn't on it. Once it's booted, I can put the shield on and everything works normally. And then I can reboot it and it boots properly.To the best of my...
View ArticleTroubleshooting • Re: Raspberry Pi 5 USB 3.0 read performance is worse than...
I noticed that the device returns an empty driver in lsusb -t.I've also tried this system in a fresh Ubuntu 24.10 install and the device shows driver = 'usbfs'. Could this have any influence on the...
View ArticleAdvanced users • Re: libgpiod version [SOLVED]
What it comes down to for me is not being able to have separate apps which can read the same button input, and not being able to control the same outputs from other apps, without having to hand-craft...
View ArticleTroubleshooting • Re: Fan and USB wont shut down after shutdown / booting
If you add the settingPOWER_OFF_ON_HALT=1to the firmware configuration, does the fan stop when the Pi is shut down?Unfortunately, no. Changing that setting does nothing to change the fan spinning once...
View ArticleGeneral discussion • Since Raspi OS Bookworm (Pi 5) doesn't use...
I'm trying to understand a little more about the difference between Raspi OS Bookworm's networking software and that used by Ubuntu 24.04, both as set up on the "average" up-to-date Raspberry Pi 5.Let...
View ArticleBeginners • Re: Raspberry Pi 4 GUI Problems
IF you boot the Pi attached to the monitor, but with no SD card inserted, what does the debug display show for EDID? Default software in the newer RPiOS is less tolerant of bad EDID data than previous...
View ArticleGeneral discussion • Re: Since Raspi OS Bookworm (Pi 5) doesn't use...
Out of my area of expertise, but reading the systemd-resolved man page (may not be the latest, but close enough) says that local apps get name resolution requests one of 3 ways:systemd-resolved via...
View ArticleBeginners • Re: Bluetooth headset difference bewteen Pi5 and PiZero2W
Which headset are you using? The exact model? I have a Sony WI-C100 and it connects using CLI itself. However, in my case, the microphone doesn't work at all (even when switching to headset/HSP...
View ArticleGeneral discussion • cmake not found
I have just installed bookworm - I have been running bullseye for some time.I want to perform a build and invoked cmake but I got 'command not found'.I thought cmake was a basic part of the OS.What is...
View ArticleGeneral discussion • Re: cmake not found
sudo apt install cmakeStatistics: Posted by danjperron — Fri Oct 18, 2024 12:02 am
View ArticleGeneral discussion • Are there any Raspberry Pi type devices WITHOUT video...
Topic says it all. Are there any raspberry pi devices or type devices (thinking of other brands) that do not have any video output or even any way of outputting video, if that makes sense. I know it...
View ArticleGeneral • Re: [overclocking] RP2350 at 600 MHz, with Flash, PSRAM, ARM,...
Lovely pics. Heat dissipation is good. Probably won't even need an extra heat sink. The QFN-60's junction to ambient thermal resistance is listed at 40.542 C/W iin the datasheet, I assume on a Pico...
View ArticleCamera board • Re: imx462 banding
Just a quick question. What is your light source ?Statistics: Posted by Cracker Jack — Fri Oct 18, 2024 1:43 am
View ArticleGeneral discussion • Re: Are there any Raspberry Pi type devices WITHOUT...
There is no requirement to attach a monitor to a Pi. Or a keyboard or mouse, for that matter. What you appear to be wanting to do is run an SBC "headless". There is also no requirement, if a monitor...
View Article