Raspberry Pi OS • Disable Keyboard Power Button
I have a keyboard with a power button. Since Bookworm I can't disable the power button any more, as it used to work by setting [Login]HandlePowerKey=ignore/etc/systemd/logind.confI don't want wo...
View ArticleTroubleshooting • Re: CM4 with Waveshare NANO-C - no boot
Thanks guys. I'll contact Zymbit.But if you know any method witch allows me totally erase my CM4 and begin with clear list (without Zymbit env.) please let me know.Statistics: Posted by cobalt2435 —...
View ArticleCamera board • Re: Low latency using Triggering signal.
That said, my initial thoughts are that the trigger will start exposure, so you've inherently got the exposure time and readout time before you get the EOF and hence a buffer to pass through...
View ArticleGeneral • Re: PICO W Getting Started - I2C scanner Build Errors
arg001Thanks for the note.I ran the supplied windows install and open VSCODE as instructed from the custom Command Prompt.So this should be the official set up but it does not work with the supplied...
View ArticleRaspberry Pi OS • Re: Disable Keyboard Power Button
take a look at file .config/wayfire.ini(mine shown below)the last 2 lines are the key binding for the power key..... maybe remove those?[command]repeatable_binding_volume_up =...
View ArticleTroubleshooting • Re: Burning Raspberry Pi 5 with dc-dc step-down converter
After loading the Pi 5 with 2 camera streams for ~3 minutes the Pi was burnt.Literally "burnt"?Subjected to combustion? Destroyed by excessive heat?It is not easily possible to destroy an RPi board by...
View ArticleC/C++ • Re: Pico SDK compilation question re placement of preprocessor...
You can invoke the preprocessor on its own using "-E" flag. There's not much more to it than a (conditional) text substitution tool. This little example might help..Code: foo@sdu:/wrk/T$ cat...
View ArticleTroubleshooting • Re: Any official personnel can tell me that the da9090 pmic...
I have no schedule. From our point of view, there is very little demand for these PMICs because very few people have asked for them. If you can show proof of high demand then that would help speed...
View ArticleTroubleshooting • Re: RPI 5 + Firefox
Go to General Settings in Firefox. Untick 'Use recommended performance settings" and untick 'Use hardware acceleration when available'. And relaunch Firefox. Have fun.Statistics: Posted by keyboardman...
View ArticlePython • Re: Is Python the best choice, instead of C or C#?
I believe its very similar to CIf you mean Python is similar to C, then no, it is not!Python is an "interpreted" language, slow but quite elegant (IMHO), and very very capable. It has extensive...
View ArticleGeneral discussion • Re: Thank you Eben Upton, Et al.
It was twelve years ago today, that I first posted to this forum. I would like to say thank you to everyone involved in the Raspberry Pi and many of the long standing members of this forum.It's been...
View ArticleFrançais • Re: Programme python pigpio
Salut Didier, Peux-tu mettre ton programme Python entre le formateur code ( Terme Code sur l'entête) [ code] ton code [ /code]Statistics: Posted by danjperron — Sat Feb 03, 2024 2:18 pm
View ArticleTroubleshooting • Re: Bookworm feedback thread
Hey. I've been running a Pi5 setup by the reseller with Bookworm 64-bit + Wayfire desktop, as a desktop system, for a month or so. Today, it wouldn't boot to the desktop any more, giving a blank...
View ArticleTroubleshooting • Re: Raspberry pi 5 not booting and black screen
your post included: "display: DISP: DVI HPD=1 EDID=none #0 DISP1:HPO =none #0"The latest "bullseye" and "Bookworm" releases use the KMS video driver. The KMS driver seems less forgiving when the EDID...
View ArticleNetworking and servers • What makes SSHD so responsive on Raspbian? (Slow...
Hi there,I am genuinely intrigued here.I have several Raspberry Pi models around, running Raspbian aarch64, where typing on them on an SSH session is very, very responsive. Feels like typing on a...
View ArticleNetworking and servers • Re: OpenVPN What am I missing
Thanks for the info, yes I realised about the bridging. My old notes called me to change the key length on the old build. will have a look at pivpnStatistics: Posted by inspire1 — Sat Feb 03, 2024...
View ArticleGeneral discussion • Re: Raspberry Pi5 USB-C PD
I received and set up a DC-DC power supply using the breakout board I mentioned in a previous post. Unfortunately the traces in the breakout board didn't supply sufficient capacity to keep the voltage...
View ArticleOther • Re: Which operating systems run on a Pi 4?
wikipedia has lists of operating systems that run on raspberry PI's.https://en.wikipedia.org/wiki/Raspberry_Pi#SoftwareStatistics: Posted by mahjongg — Sat Feb 03, 2024 2:32 pm
View ArticleGeneral • Re: Pico computations performance settings and tuning
Hello,I did some tests this afternoon : @jamesh : thank you, I’ve tried the “Release” version in CMakeLists.txt but this does much change performance.@carlk3 : I’ve removed all ‘const’ and changed...
View ArticleBeginners • Re: Raspberry Pi 5 sensors incompatibility
see @thagrol's guide... Python environment has changed in the latest releasehttps://github.com/thagrol/Guides/blob/ ... okworm.pdfsee section 4Statistics: Posted by terribleted — Sat Feb 03, 2024 2:37...
View Article