Advanced users • Re: Image File Utilities
As a follow-up question, the original script had image-utils 'installed' at BINPATH="/etc/local/bin/image-backup" - is that where I should be installing it? I have it at...
View ArticleBeginners • Re: Radical RPI5 Audio Idea or is it?
Gave up trying to get Bluetooth to work and bit the bullet and brought a USB Sound Card instant sound; although sounds off like it's just on the border line of being listenable and absolute trash...
View ArticleGeneral discussion • Re: Do we think my Pi 5 fan is noisy because I have...
Ah, right, thank you.That has saved me loads of reading. I assumed it would make more of a difference.Oooh, decisions decisions.I wonder how much difference there is with passive heatsinks.The...
View ArticleSDK • Re: Intercepting printf() calls, redirecting to a ring_buffer, sending...
The SDK has the concept of stdio drivers and you can write your own. See function stdio_set_driver_enabled and struct stdio_driver_t.https://www.raspberrypi.com/documentati ......
View ArticleCamera board • Re: Building the New RPI Camera Apps.
Whilst you are sorting out the build stuff, can you use the apps built in to Bookworm 64-bit with desktop: rpicam-hello etc.Statistics: Posted by neilgl — Tue Mar 05, 2024 12:53 pm
View ArticleTroubleshooting • Re: Touch works in only half the area on 3.5" touch...
Trust me, the first thing I thought about when coming back to this thread was posting a solution so it helps others.The thing is, the matrix will be different for everyone considering the various...
View ArticleRaspberry Pi OS • How to completely disable wf-panel and notifications?
I want to completely disable the wf-panel and notifications on Bookworm (so the result is just a background image with no system ui), what is the correct way to do that?Statistics: Posted by...
View ArticleTroubleshooting • Re: lens.google.com using 100% GPU constantly
Seemed to work OK for me nlo lag on a Pi5 running Bookworm 64-bit - CPU spiked to 64% then settled down to 36%.Statistics: Posted by neilgl — Tue Mar 05, 2024 12:58 pm
View ArticleRaspberry Pi OS • Re: How to completely disable wf-panel and notifications?
notifications = right click panelwf-panel-pi = /etc/wayfire/defaults.iniCode: autostart0 = wfrespawn wf-panel-piStatistics: Posted by kerry_s — Tue Mar 05, 2024 1:17 pm
View ArticleTroubleshooting • Re: RaPi5 title bar at top
it's a bug in chromium/wayfire, .config/wayfire.iniCode: [pixdecor]ignore_views = app_id is "chromium-browser"there's a thread on auto hiding the panel.Statistics: Posted by kerry_s — Tue Mar 05, 2024...
View ArticleFrançais • Re: Pb X après mise à niveau vers Bookworm...
Bonjour,Pour du Raspberry PI 3 "Raspberry Pi Imager" ne propose que Bullseye... Le Raspberry PI 3 fonctionne t-il vraiment sur Bookworm ?Mon problème viendrait-il de là ?JMStatistics: Posted by...
View ArticleFrançais • Re: Pb, Configurer le réseau en bash...
A chaque modification, j'ai redémarré... mais cela n'applique pas eth0 !??JMStatistics: Posted by Pti-Jean — Tue Mar 05, 2024 1:33 pm
View ArticleBeginners • Re: Arduino create agent for Raspberry Pi 5, arm64
I installed go version 1.22.0 onto Bookworm 64-bit using the instructions on the go website. All OK.FIle downloaded was "go1.22.0.linux-arm64.tar.gz"Statistics: Posted by neilgl — Tue Mar 05, 2024...
View ArticlePidora / Fedora • Power management issues (Fedora 39 Workstation edition on...
Hi guys,running Fedora 39 WE on a Rpi 4 8GB with an Argon One case (m.2 extension case to allow booting from the ssd).I have deactivated any Power Saving Options:Screen Blank: NeverAutomatic Suspend:...
View ArticleBeginners • Re: Raspberry Pi Pico multifunctional tracking device
Well, nobody begins with a lot of cards wired together, without knowing which software to use. (even if your wiring seems very clean).You should begin with one function and one card, then another (and...
View ArticleGeneral discussion • Re: Pi 5 - Active Cooler Longevity
It would be an interesting study to see the crossover point between continuous running failures (most common failure is likely mechanical/bearings) versus occasional run which often fail to start due...
View ArticleGeneral discussion • Re: Wifi/Bluetooth module on Raspberry Pi Pico w
My question is why WL_GPIO1 and WL_GPIO2 are connected to the places that they are connected to, especially WL_GPIO1?WL_GPIO2 monitors the existence of VBUS, while R10 and R1 act to pull VBUS down to...
View ArticleAdvanced users • Re: Pi5 - PWM on GPIO 18
I bailed on the stock dtoverlay pretty quickly since it doesn't seem to do anything much at all.The following - I think - enables rp1_pwm0 and sets up each of the pins into the correct alt modes...
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 . Really feels like pi software punting the software support work even while charging premium.Let’s see how this post...
View ArticleTroubleshooting • Re: Raspberry Pi 5 doesn't detect camera modules
Have you connected it to CAM/DISP1 or CAM/DISP0?As you're manually loading the drivers (you've disabled camera_auto_detect=1 and added dtoverlay=imx219), you have to have it...
View Article