Advanced users • Re: Overclocking beyond limits
So did clone it got to utils tried to run make But it gave an errorcc -o ramdumper ramdumper.cc -lcommonramdumper.cc:2:10: fatal error: hexdump.h: No such file or directory 2 | #include...
View ArticleBeginners • Re: Keyboard Layout Handler dissapear on bookworm
Good news, forum!! I got all three parts working, at least in Proof-of-Concept status!The first part, tracking the current state, was already working. The second part, sending a DBus signal, proved to...
View ArticleTroubleshooting • Re: UI Size too small
Looks normal to me, but Mac's usually have just one big fisher price icon xDStatistics: Posted by skinmarquee — Sun Jan 21, 2024 6:42 am
View ArticleGeneral discussion • Re: LibreElec on RPI5 with official case: Help I can't...
The LED light pipe in the official case is the button.News to me. I have the same case, and that works. Pops up a little logout/shutdown notification when I press it.Press twice and it shuts down...
View ArticleGraphics, sound and multimedia • Re: Screen rotation without performance issues
Compositing just renders to an offscreen buffer first. So you should get the same performance if you render to an offscreen buffer then rotate the buffer drawing to the display. On a Pi this can be...
View ArticleTroubleshooting • Re: Booting Error
Cool story.Do you have a question or just telling the world you got an error.Assuming the question is : how do I fix it?I don't know, but I'd try another SD card/SSD/USB drive with a fresh copy of the...
View ArticleMicroPython • Re: How to draw simple chart on client side from server data
The reason for this problem is a late edit while posting the code here in the forum. Did not pass a test.How to analyze:- the 'printed response' provided has two web page definitions. The first one...
View ArticleGeneral discussion • Re: Pi 4B 8 GB as desktop for a few weeks...
Well I'll be honest, some of the wait times on heavy websites becomes a little long even for me with the 4B.I got a Pi 5 and I haven't found myself frustrated by waiting so far. It seems as...
View ArticleGeneral discussion • Re: RPi 5 as a desktop daily driver?
I think the notion of a $35 Pi has become a bit of myth. Sure you can still get a Pi3 or a under configured Pi4 (memory wise) for that much, but not much good for desktop use."The Pi was supposed to...
View ArticleTroubleshooting • Re: Can't get a display image using the HDMI
you put 1920x1080 but your screen is 2560x1440(2k)just putvideo=HDMI-A-1:2560x1440don't worry about the refresh rate, it'll auto select what it can handle.Statistics: Posted by kerry_s — Wed Jan 24,...
View ArticleGraphics, sound and multimedia • Re: Cron playing of .ogg file
Thank you, thagrol, for your information and guide links. I am currently running bookworm, and cron is configured with the same user who has successfully played audio files from the command line.Based...
View ArticleTroubleshooting • Re: Any official personnel can tell me that the da9090 pmic...
OK, so it is possible for resellers to buy reels of DA9090 from us, we do not sell directly. So you would need to approach a reseller to see if they have stock. However, I think only MC Hobby in...
View ArticleOther projects • Re: Connecting LCD displays to raspberry pi
Is it correct understanding that you have a cloned display now?That should be achievable by simply flicking a switch on the interface PCB.Anyhow, good to hear you're fine with your results.Statistics:...
View ArticleTroubleshooting • Re: Can't set static IP.
DEBIAN, RASPBIAN and RASPIOS are three distinct things and documentation for one may not apply to the others...Quite, but where exactly should our thought process lead us to find the specific...
View ArticleFrançais • Re: gpio c++
restons sur python et sur rpi ! je cherche juste a creer mon c en python sur rpi donc laisson arduino de coter merciSi vous voulez creer un système de commande de votre climatiseur, et le rendre...
View ArticleGeneral • Re: Pico as slave not receiving data from arduino(master).
Hi, I have attached below Master and Slave code.Master code:We have referred the below github link for master to send data.Link:https://github.com/felias-fogg/SoftI2CMasterSlave code:#include...
View ArticleTroubleshooting • Unstable NVME disk
Hello,I have a strange behavior with 1TB NVME disk (Crucial CT1000P2SSD8) and case Lemorele : https://www.amazon.it/gp/product/B08TWW ... UTF8&psc=1Coming back to the issue, it works fine for...
View ArticleGeneral • Bidirectional GPIO
I am trying to use the GPIO3 pin to do bidirectional IO with the Pico SDK. I am porting an application which was written using another library for the Pico where it worked as expected.In my...
View ArticleFrançais • Re: Informations sur Raspberry Pi 5
Logiquement le bureau apparait après une update / upgrade du système.Le cas de figure de l'écran noir avec le curseur clignotant ne se manifeste plus en suivant ce schéma :Installe distro --- update /...
View ArticleGeneral discussion • Re: Fail2ban List
You're better off asking the people who wrote fail2ban here: https://github.com/fail2ban/fail2ban/issuesStatistics: Posted by memjr — Wed Jan 24, 2024 7:17 am
View Article