Troubleshooting • Re: rpi-connect service not starting on Bookworm 64 bit OS...
We have all made the sudo mistake at some time…Statistics: Posted by neilgl — Wed Jul 31, 2024 12:58 pm
View ArticleGeneral • Re: PWM slice limitation workaround
Are you using the PIO for anything? Each PIO SM can be an independent PWM, so that would give you 8 of them if you aren't already using PIO for something else.Statistics: Posted by arg001 — Wed Jul...
View ArticleGeneral programming discussion • Re: Start LED before LUKS password entry
What am i missing here?Since rootfs is encrypted, there's no way you're going to be able to get any services to run before you get that rootfs unecrypted. The luks unlock is done in initramfs before...
View ArticleTroubleshooting • Re: Bios does not recognize raspberry Pi in g_multi mode
I've not played around with this since the end of April.To get things working on Win11 I did a couple of things differently to what you're doing:Used the VID and PID that g_ether uses. 0x525 and...
View ArticleGeneral • Re: how do I use the power pins for multiple sensors on a pico
duplicate removedStatistics: Posted by mahjongg — Wed Jul 31, 2024 1:57 pm
View ArticleRaspberry Pi OS • Re: Changing Hostname after completing OS and app development
Folks....Changing the "hostname" and the entry in the "Hosts" file succeeded, up to a point. I could SSH to the Pi, the Pi was available on my network via SAMBA, BUT the web server which it was...
View ArticleTroubleshooting • Re: RPI 5 issues with USB working at startup
You may have a RF noise issue. Try attaching the USB RF dongle via a short USB extension cable and arrange the cable so that the dongle is at least 6" form the Pi.The quality of the dongle may also be...
View ArticleTroubleshooting • Re: What are all of Raspberry Pi 4 Problems?
I am about to go buy a Pi4 and hopefully the 4Gb otherwise 1Gb, what are all of the problems that exist with this new iteration?Raspberry Pi 4 was 'new' in June 2019. Ref:...
View ArticleTroubleshooting • Re: How can I get permission to write to the USB disk?
Here's a couple of other ideas (unrelated to each other):1) Put it in /etc/fstab, with "user" in the options list. Then you can mount it as you (user pi or whatever) and it will be owned by you.You...
View ArticlePython • Re: DS18B20 / w1thermsensor
I'll elaborate on the venv thing later when I have more time to type.We know you have /home/pi/.local/bin in your path at the front and at the back. Keeping both is not a problem, but if what you run...
View ArticleRaspberry Pi OS • Re: Shutdown on startup
Thank you Thagrol - never heard of fakehwclock, but I like your theory about python thinking it's still 2200 hours at restart. I have considered cron but thought it an unnecessarily complication. I...
View ArticleTroubleshooting • Re: Is there a way to use RPi._GPIO in docker without...
See if this old post of mine helps with anything.viewtopic.php?t=361857#p2171189Please note that that post, the following:docker run --device=/dev/gpiomem:/dev/gpiomem:/dev/gpiomem:/dev/gpiomem Should...
View ArticleBeginners • Re: What currently is the best remote desktop software for the pi ?
For desktop sharing, older Pi's are not supported.From the announcement (emphasis mine):First of all, Raspberry Pi Connect needs your Raspberry Pi to be running a 64-bit distribution of Raspberry Pi...
View ArticleTroubleshooting • 100%cpu usage
Hi,I have an 8gb pi5 running 64bit pi os,after installing the is all is ok, if I leave it to idle fur ax day or so all of a sudden various processes start maxing out the cpu where can I look fur me...
View ArticleTroubleshooting • Re: 100%cpu usage
in the terminal use top or install htopcheck the journal and also if you have a free spaceon desktop: lxtaskStatistics: Posted by dmytro_sh — Thu Aug 01, 2024 1:53 pm
View ArticleTroubleshooting • Re: Connecting pi to tight vnc
To be sure I get the right information how do I find which system I am using?Statistics: Posted by jeffrsharpe — Thu Aug 01, 2024 1:56 pm
View ArticleBeginners • PHP info page under three different names
I installed Apache2, MariaDB and PHP-server, it looks like it is working but when I checkin /var/www/html/ I have three files that show the same "PHP version page" underdifferent names. They all show...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
Interesting alternative to a slew of boards for those who want AI and NVMe with their Pi 5 -https://pineboards.io/blogs/news/introducing-the-ai-bundle-hailo-8lNot cheap but probably not pricey...
View ArticleBeginners • Re: PHP info page under three different names
You can delete all of themthose files are to test that your setup is correct.Now you can do your coding, so those files are not needed anymore.Just create a file with the name you want p.s. typical...
View ArticleTroubleshooting • Wireguard/OpenVPN throughput reduced
Greetings,for some reason the throughput of forwarded VPN traffic has been effectively halved, and I cannot find out why. The CPU load is not an issue, especially Wireguard barely has little CPU...
View Article