Advanced users • Re: Argon One Replacement Daemon
I've fixed these warning: pointer used after ‘free’ and I gave it all a test.Code: ~/Projects/argononed $ ./build/argononed -TERROR: -T is not a recognised flag or option name~/Projects/argononed $...
View ArticleTroubleshooting • Re: Kernel build error: make: *** No rule to make target...
You may find Building the Raspberry Pi OS Kernel : Made Easy useful.Statistics: Posted by RonR — Sat Mar 16, 2024 5:01 pm
View ArticleDeutsch • Re: LAN Raspberry 400 down
Ich habe gestern auch wegen einem anderen Projekt mal meinen Pi 5 mit dem gestern rausgekommenen neuen Full OS 64 Bit installiert.Dort ist LAN und WLan per DHCP konfiguriert und ich habe (außer den...
View ArticleDevice Tree • Re: RPI5: Issue with dynamic applying DT for Sound Card
I think the change to the sound node is not being noticed, even though the changees to the child nodes are.Try this instead (prettier indentation is left as an exercise for the reader): The same...
View ArticleFrançais • Re: Impossible de parmétrer boutton on/off
OKOK je suis un énorme boulet j'avais en effet plus de 3 lignes je n'ai juste pas fait "page down"...Et il y avait bien une ligne sans le #HandlePowerKey = ignoreJe l'ai donc juste ajouté et tout est...
View ArticleAdvanced users • Re: Reviving /sys/class/gpio on kernel 6.6 and later using FUSE
I think using offsets calculated at startup is sensible. The ultra cautious would start at 0 (2?) and count up until the first GPIO<n> name match, but even in the upstream dtbs there must be...
View ArticleTroubleshooting • Re: Changing raspberry pi hostname breaks Chrome?
Looking in ~/.config/chromium for files (actually symbolic links) with names starting Singleton and deleting them worked. Thanks for that.Statistics: Posted by alphanumeric — Sun Mar 17, 2024 4:43 pm
View ArticleFrançais • Re: configuration wayfire
Excellent, merci, je vais voir ça Statistics: Posted by sylvain1664 — Sun Mar 17, 2024 4:45 pm
View ArticleMicroPython • Re: How to exit gracefully from the second Pico thread ?
I understand that _threads module is experimental and there are major caveats, but I'm surprised that such basic thing as not being able tu use REPL consistently thus effectivelyThat's probably one of...
View ArticleRaspberry Pi OS • Re: Pi 5 - change drive owner & group
Thanks.What would cause the drive to be installed with root permissions vs user permissions?Again, it depends on what file system is in use.Freshly formatted Linux native filesystems have the top...
View ArticleTroubleshooting • Re: Rpi5 does not boot from SD card if I leave USD flash...
The problem with the USB flash drive is solved. The problem was really a duplicate UUID. I managed to choose a new random UUID using GParted. Thanks for the advice and for the inspiration!Now I'm...
View ArticleHATs and other add-ons • Re: Questions about backfeeding and Ugreen USB hub
Does backfeeding only apply to powered USB hubs or can it happen when powereing it from the USB bus?Statistics: Posted by nooryani84 — Sun Mar 17, 2024 5:12 pm
View ArticleGeneral discussion • Re: pi5 gpio pin voltage not toggling low
Which python library did you install to be able to Code: import gpiod Statistics: Posted by neilgl — Sun Mar 17, 2024 5:13 pm
View ArticleTroubleshooting • Re: An Operation Is Already Pending
Hi DomYeah ran a chkdsk on the W10 machine and it didnt report any issuesDStatistics: Posted by DougLithgow — Sun Mar 17, 2024 5:16 pm
View ArticleBeginners • Re: Rpi 5 and Pan Tilt hat
Ok the usleep is maybe to long!you export pwm0 and then pwm1maybe pwm0 is activated when you export pwm1 and this is why it works!On my version I was exporting and right away write the period value...
View ArticleGeneral programming discussion • RESTful API Challenge
We're celebrating the release of RaspAP's RESTful API with a friendly developer challenge. To make things interesting, we have some prizes allocated for the top 3 entries.The challenge runs through...
View ArticleAutomation, sensing and robotics • Re: Wiring multiple photoelectric sensors...
Ok then it is exactly what you specify on the first post.My problem is that the output of the sensor is suppose to be a NPN transistor because the PNP will be PM-U25P.This mean that the sensor only...
View ArticleOther programming languages • Re: GnuCOBOL
I am glad to say I have never written any cobol. Despite having to review some interface code, and tell a Cobol programmer where to change what!Statistics: Posted by cct — Mon Mar 18, 2024 5:06 pm
View ArticleRaspberry Pi OS • Don't like dangling features
Hi all!This is really just a matter of taste, I am sure, but for imaging micro SD cards, I use the newer type of USB 3 module, where the SD card plugs in next to the plug along side the connector...
View ArticleTroubleshooting • Re: Blue tooth
In theory, are the images on the microSD and the USB attached media the same? Further question, is the USB attached media actually attached when you are successfully booting from microSD and...
View Article