Troubleshooting • Re: Can Limited Current Draw Corrupt Images Being Copied to...
Thank you @FTrevorGoweni will check this out! Wow, i had no idea some USB drives take 500ma!?!? Maybe setting the USB power higher will help?The reason i cannot use a pi3, is i need to use the arducam...
View ArticleUser groups and events • Re: Peninsula Pi Party near Sydney Australia
Hi Peter,Do you know when the User Group will be meeting next.Thanks CamStatistics: Posted by camjrwalker — Sun Jun 01, 2025 1:53 am
View ArticleAdvanced users • Re: [SOLVED] Labwc: Can it be made to tile windows?
I have been going straight to /etc/xdg/labwc/rc.xml to do changesrequires reboot thoughStatistics: Posted by kerry_s — Sun Jun 01, 2025 1:58 am
View ArticleOther projects • Re: dwlfc
i wonder if my log. can be considered forum spam. either the way today i didn't had much time but i could arrange the HDMI and USB ports and test/print what we'll need to hang a INMP441 board as the...
View ArticleGraphics, sound and multimedia • Re: Midi, I2C, Pi 5 RP1 chip, which gpio lib???
And I cooked the sys... I made sys upgrade to Debian 12 trying to fix all the mess...Starting from scratch again...Statistics: Posted by Zool64Pi — Sun Jun 01, 2025 8:56 pm
View ArticleOther projects • Re: Improving health with raspberry pi
Hi all!I have a project to improve my health with a raspberry pi. For some reason I can never be bothered to start sporting, yet when i am in the gym, i enjoy it.I now have a home gym (which I don’t...
View ArticleSDK • Re: RP2350 rollback bug?
Well, I was under the impression that you are trying to do rollback with 2 images (like in 5.1.7. A/B Versions), when actually it seems that you have trouble with anti-rollback (5.1.11. Anti-rollback...
View ArticlePython • Re: troubles using ha-mqtt-discoverable python module (BOOKWORM on...
i got it workingsudo apt install virtualenv python3-virtualenv -yvirtualenv -p /usr/bin/python3 ha_mqtt_discoverablesource ha_mqtt_discoverable/bin/activatepip3 install ha_mqtt_discoverablepip3...
View ArticleRaspberry Pi OS • Re: Autostart with labwc
I appreciated the information in this thread! Sharing because I wanted to auto start chromium in kiosk mode and point it to my OctoPi url after a rebuild and this page helped. Long story:Fired up my...
View ArticleGraphics programming • Re: The last MPEG-2 patent has now expired
According to Google, all 3 were originally filed on almost the same day, but published in May 2010, Sept 2017, and Sept 2020 respectively.Google only shows the date of the original parent patent.If...
View ArticleAdvanced users • Re: Dual 2.5Gbps not full speed
Is this a network stack processing issue?Any help in getting the full USB 3 bandwidth on both NIC would be amazingEthernet can create a huge number of interrupts and CPU load due to the historically...
View ArticleHATs and other add-ons • Re: Help me Please
Pi5 requires a 64-bit kernel. I suggest to contact the company you bought it from, or the manufacturer for help.Statistics: Posted by W. H. Heydt — Sun Jun 01, 2025 10:56 pm
View ArticleCompute Module • Can I remap I2SLRCk to another GPIO instead of SD_DAT2
I have a board that I'd like to wire the SDCARD to SDIO for a 4 bit interface. But I also have an audio card using i2s which has I2SLRCk on the SD_DAT2 pin 69. The other SDIO pins are free. Is there...
View ArticleBeginners • Re: help loading OS on compute 5 and dev board
I may be a beginner with the Pi cm5 but i already purchased them and would like at least get the OS running. I am now able to run the installer but it hangs with the following message, We're Sorry:...
View ArticleCompute Module • Re: Can I remap I2SLRCk to another GPIO instead of SD_DAT2
But I also have an audio card using i2s which has I2SLRCk on the SD_DAT2 pin 69.Check the schematics as this can't be right. SD_DAT2 is connected to the eMMC controller on CM5 Lite modules. It has no...
View ArticleTroubleshooting • Re: Pi 4 PXE boot
Update: I've set everything I could google: next-server, options 17, 43, 66, and 67... still nothingcan you post the configs youve tried?Statistics: Posted by cleverca22 — Mon Jun 02, 2025 10:36 pm
View ArticleBeginners • Re: Force Raspberry Pi 4 to use 5GHz only
Thanks, KipI tried that, but it didn't help. I even added the 2.4ghz MAC address to the MAC address blacklist, but nothing changes. It stays connected to 2.4ghz after "sudo nmcli connection reload" or...
View ArticleRaspberry Pi OS • Re: give me privilege
I prefer sudo -i instead. It achieve the same result, but runs one less processThere is actually a significant difference, as shown in your results. sudo -i or sudo su - start a login shell as root,...
View ArticleAdvanced users • Re: [Solved] Inverting gpio output (from ledtrig-netdev)
I came across a module that looked promising linux/drivers/leds/trigger/ledtrig-disk.c. I started a new thread here enquiring of it.aBUGSworstnightmare suggested a trigger named disk-activity, which...
View ArticleRaspberry Pi OS • Re: How to utilise ledtrig-disc ?
https://github.com/search?q=repo%3Atorv ... &type=codeUnless you have an ATA disk (and interface), this is not the trigger you are looking for.Statistics: Posted by PhilE — Tue Jun 03, 2025 12:31 am
View Article