Troubleshooting • Fruitbox Freezing
Running Fruitbox on my Pi 4 has been very inconsistent. Sometimes when I launch it, the program loads, but is then frozen and none of the touchscreen buttons work. If I press a button and wait a few...
View ArticleTroubleshooting • Re: Understanding sudo -u
See the sudo man page: -U user, --other-user=user Used in conjunction with the -l option to list the privileges for user instead of for the invoking user. The security policy may restrict listing...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: RPi 5 1-Wire / DS18B20 is unstable...
The only way is the 6.6.16 kernel or use my bitbanging method!As an alternative (until new kernel is out), could he just disable ASPM? Would that solve it for now?Statistics: Posted by ScottW1 — Wed...
View ArticlePython • Re: Network Manager fix for Debian Buster
then, you'll have to fixup the module for your use case as i did, i would start by changing that if/else of addr_to_python to a try/exceptHi alfrix. Sorry to bother again but you're the only one I...
View ArticleGraphics, sound and multimedia • Re: Auto Video Looper /w GPIO control
Hey Ken, Just out of curiosity, does this work successfully with the Bookworm OS as of yet?just curiousStatistics: Posted by TruckingAlong — Wed Mar 06, 2024 6:00 pm
View ArticleGeneral discussion • Bee Monitoring Setup Advice Needed!
Hello!My University lab is planning a project to monitor very small bees for several months. We are using multiples of the Zero2W and M3 NoIR/Regular Wide to film them in daylight and constant...
View ArticleGeneral discussion • Re: Pi 5 - Active Cooler Longevity
I know many do not like my hanging Pi5, but I use it with offical active cooler since 3 months now.The last few weeks always overclocked with 3GHz without issues.Because Pi5 is hanging, fan is working...
View ArticleAdvanced users • Re: Reboot once into different partition
It's unclear what your actual goal is.Just to make it clear I have multiple OS installed and I want to reboot between them.Statistics: Posted by sunnypango — Thu Mar 07, 2024 5:29 pm
View ArticleCamera board • Re: Pan/tilt dual GS camera holder
Left/right preview windows were started with:Code: rpicam-vid -p 222,40,728,544 --camera 0 -t 0 / rpicam-vid -p 960,40,728,544 --camera 1 -t 0But the cameras were connected wrong, left preview is from...
View ArticleGeneral discussion • Re: Pi 5 for flagship product boot experience is bad
My monitor is Samsung M7 smart tv monitor , it’s not some obscure unknown brand .Samsung the company that are renowned for having faulty EDIDs. A google search will show that some Samsung TV's have a...
View ArticleTroubleshooting • Re: Pi 5 USB and HDMI switching off - possible heat issue
Hi,I did re-run the tests and this time ther was no HDMI/screen problem.It's hard to know if the SSD is still working (or not) once the mouse stops working - can't run anything or look at anything....
View ArticleTroubleshooting • Re: RPi 4 NVME over Network transfer speed issue
I don't fully understand why the results of hdparam and dd are so different.hdparm is a read test, dd is a write test. As I mentioned, read vs write performance on SSDs can differ greatly. Your disk,...
View ArticleFrançais • Re: 2038...
Savoureux....Et si ça concerne le RPi, pourquoi ne postez vous pas votre grande découverte dans les fora anglophones? Peur d'un séisme généré par des éclats de rire à l'échelle mondiale devant de la...
View ArticleSDK • Re: pico_sdk_import.cmake question
Why wouldn't pico_sdk_init.cmake first check if PICO_SDK_PATH Environment Variable is defined?Code: if (NOT PICO_SDK_PATH) set(PICO_SDK_PATH ${CMAKE_CURRENT_LIST_DIR}) endif ()...
View ArticleOff topic discussion • Choosing a Static Site Generator
Hello everyone, I'm looking to generate some web pages for my projects. I mostly use Gitlab I know there is all this integration stuff on git hosts to help do this but I'm looking to do it on Pi and...
View ArticleTroubleshooting • Re: Red light of doom
Hi,I don't get anything on the display, on either of the ports.I tried with and without the SD card in.Red stays on, green does 2 or 3 flashes very quick then nothing, but no screen output.Doesn't...
View ArticleTroubleshooting • Re: pi5 running insanely hot (80C +) with 40% cpu load
I then turned off the python script and the temperature started dropping, but then the clock speed actually starting dropping. Huh?Now at idle, 44C the clock speed is still reading as 1500mhzWe use...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Custom MIPI CSI camera not detected
If you're on Raspberry Pi OS (rather than Yocto, buildroot or similar), then dependent module loading should be automatic. "modinfo <module name>" should tell you the dependencies. It's possible...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: How Can I Force DSI Output on Pi 5
I still think that the compatibility string is wrong.Instead of Code: compatible = "Generic,panel-dsi","panel-dsi";- because there is no such compatible string in panel-simple - shouldn't it be Code:...
View ArticleCompute Module • Re: Kernel Panic on exec switch_root
With that I do see the prompt on the HDMI display. I still can't type and have it show up.Statistics: Posted by BerryPiUser — Fri Mar 08, 2024 6:07 pm
View Article