General discussion • Re: RPi5: Can we expect improvements in power...
Has there been an improvement in idle power consumption on the Rpi5? How many hardware revisions exist at the moment? In the past raspberry pies were suitable for 24/7 powered servers with low power...
View ArticleRaspberry Pi OS • Re: Powered USB HDDs go offline during badblocks burn-in
Kerning... how interesting to use a print/typesetting terminology?It's referring to the Linux Kernel that issued the warning.Statistics: Posted by rpdom — Sun Apr 28, 2024 8:19 am
View ArticleCamera board • Re: RPi 5 and Camera Module 3 streaming
Pi5 8gb with the module 3 camera, was able to to do the rtsp stream from the pi to a win11 machine with VLC, it was great, zero issues.did an update+upgrade and now getting the errors as per previous...
View ArticleGeneral discussion • Re: Raspberry Pi 5 Power Adapter
The spec appears to say 5V 3A PD, which should get you going.The red light on and the fan stopped is normal.Do you have a display connected? Does it show anything? Try booting with the display...
View ArticleGeneral • Re: RAM vs. Flash performance optimization [C++]
The rp2040 cache isn’t very large (16k) or fancy (2-way set associative) compared to big computers. For instance, there is no way to lock particular bits of code into the cache.But it does help a lot...
View ArticleTroubleshooting • Re: pi zero 2 w won't upgrade
P.S. How do I mark your reply as the reply that solved it?You've effectively done that by quoting the (only!) reply and commenting. There is no "post scoring system on this forum.Statistics: Posted by...
View ArticleHATs and other add-ons • Re: Raspberry Pi Active Cooler
I use the active cooler between the Pi5 and a lcd screen, no case. Changed the fan profile to start at 60degC. Works fine for me. Almost silent.https://thepihut.com/products/hdmi-4-80 ......
View ArticleTroubleshooting • Re: Bookworm - Touchscreen in Portrait mode fails
Sorry, no. 10-0038 generic ft5x06 (79) was selected (only choice given). I deselected it and selected it again, no effect.Statistics: Posted by Thomas_mc — Sun Apr 28, 2024 9:04 am
View ArticlePython • Re: lgpio.error: 'GPIO busy'
Not sure how that will help, it merely prevents the code from being Ctrl-C exited once running.No, it intercepts Ctrl-C (SIGINT) and allows normal script termination. According to this, gpiozero does...
View ArticleTroubleshooting • Boot problem.. Job...
Anyone around who can figure this out..?I have configured https://unix.stackexchange.com/question ... rsistently my usb 2.5gb nic using systemd-networkd with the higher priority (since there is no way...
View ArticleTroubleshooting • Re: Boot problem.. Job...
Using which OS + version?Statistics: Posted by DirkS — Sun Apr 28, 2024 9:32 am
View ArticleRaspberry Pi Desktop for PC and Mac • scroll bar sizing
Is there a way to make the scroll bars larger? I know I'm getting old but my eye sight isn't that bad yet. Just seems rather small. (that's what she said)Statistics: Posted by BobbyBeard — Sun Apr 28,...
View ArticleBeginners • Is my Pi 5 too hot
I'm using a Raspberry Pi 5 with an active cooler. I haven't overclocked it yet. When running at idle, the CPU runs at about 50°C, and the RP1 chip hits around 62°C, with the fan running at about 3200...
View ArticleBeginners • Re: Is my Pi 5 too hot
no your fine.it can't get to hot, it'll throttle at 80' to bring down temps.since you have a active cooler it'll never get that hot, you'll see maybe 70' at the most & only if all cpu's are...
View ArticleAdvanced users • Re: Swap-file?
Code: sudo nano /etc/dphys-swapfilechangeCONF_SWAPSIZE=100toCONF_SWAPSIZE=2048to much swap is not good, don't go crazy. If you need more than 2GB (2048), you'll need to remove the "#" from the...
View ArticleGeneral • Re: ssi pins after driving RUN low
That's great! Thanks againStatistics: Posted by rdb9878 — Mon Apr 29, 2024 9:01 am
View ArticleRaspberry Pi OS • Re: eeprom updates gives error
SD Card copier won't change the mount options for a partition - it just copies what is there on the source device.AFAIK the only change it will make is to update the PARTUUIDs and only if the user...
View ArticleTroubleshooting • Re: Is the Raspberry Pi 5 power (in)efficient?
Does Ethernet route through the RP1?yes, ethernet is on the RP1 chipIs there any way to disable HDMIjust dont plug in anything hdmi, and dont touch the configive already done testing, and found that...
View ArticleCamera board • Re: raspberry pi camera module 3 autofocus internals
Thank you very much for the information. Very helpful.I have two follow-ups:In my setup, it can happen, that AF takes longer, but I want to stop the scanning at some certain time regardless of the...
View ArticleBeginners • Raspberry Pi 5 EEPROM Config
I just got my hands on my fist Pi 5 which is unfortunately not turning on. After searching through the forum, I saw many posts saying to add this line to the EEPROM config. Code:...
View Article