Compute Module • Re: CM5 mmc0: Card stuck being busy!
Ah, unfortunately mmc-utils isn't going to help here since the device seems to be completely locked up.so how to solve such Situation and what can be causing this?Statistics: Posted by...
View ArticleBeginners • Re: Pi 3B+ and non-pi touchscreen for Family Dashboard
you should start telling us what your understanding of 'generic portable 15.6in Touch screen' is.If that's one of the CCC devices with multiple USB-C ports than you need to check the spec to see which...
View ArticleAdvanced users • Re: Completely disable Pi 5 Status LED
has been discussed multiple times (on the forum)you can't switch of the red LED (on Pi5) by SW.Statistics: Posted by aBUGSworstnightmare — Wed Jun 04, 2025 4:41 am
View ArticleOfficial Display • Re: Need new connector cables touch display 2
does anyone know where i can buy new Raspberry Pi Touch Display 2 ribbon cables and the GPIO connector wiring cable?The Pi to GPIO wires are just short, standard duPont wires. Any Pi reseller or any...
View ArticleAstro Pi • sense.low_light error
I have both version 1 and 2 sense hat, I get this error on both, when trying low_light optionsfcntl.ioctl(f, self.SENSE_HAT_FB_FBIORESET_GAMMA, cmd)OSError: [Errno 25] Inappropriate ioctl for...
View ArticleOfficial Display • Re: Raspberry Pi Touch Display NOT working on Rasperry Pi 5
I am having the same issues with Ubuntu and i don't think it is OS related. I think i'm missing something in the setup. I followed the setup instructions and nothing. Using CM5 and the IO case that...
View ArticleTroubleshooting • Re: Pi Model 4B not booting
Just an update. My official Raspberry Pi power supply came in the mail today and I am still having the same results. Any help would be appreciatedYes, it's not always the power supply. Except when it...
View ArticleTroubleshooting • Re: Pi 5 USB trouble
Result!Statistics: Posted by ame — Wed Jun 04, 2025 5:04 am
View ArticleRaspberry Pi OS • Re: Systemd unit not running on shutdown
thx, I will add this and test again! Good point, I missed that....edit:still not working.another test i was doing is changing the command to ---su - pi -c"[...]"---but that as well did not result in...
View ArticleUbuntu • Re: Using Pi 5 as a Wifi Router with Ubuntu's Hotspot mode
Just get a wifi extenderI mean thats for extending the range of the wifi signal right? What I'm trying to do here is connect my Pi to the college wifi and turn on the hotspot on the Pi and use that on...
View ArticleTroubleshooting • Re: Problem with on-screen keyboard (Squeekboard)
Lucky you! This is what the on-screen keyboard looks on my 1024x600pixels screenI would call that 'UNUSABLE' as well as it covers half of the active area.And - as reported already - clicking on...
View ArticleCompute Module • Re: RPI CM5 eMMC booting issue
Thanks again for the help you provided. All is now well. In essence, all that I needed to add was broadcom/bcm2712-rpi-cm5-cm5io to the list of intree DTS files, and configure Genimage. Here's the...
View ArticleBeginners • Re: Force Raspberry Pi 4 to use 5GHz only
Thanks guysI tried playing with the router as well, but nothing works. Eventually I gave up and split the SSID in two, 2.4 one and 5ghz one. Not ideal in my particular case, but I'll have to live with...
View ArticleTroubleshooting • Re: RASPBERRY PI 5 TURNED OFF AND WONT TURN BACK ON!!
as said: what did you connect? GPIO logic level is 3.3V -> connecting 5V (or Higher voltage) signals can/will brick it.use Pi Zero for starting experimenting with. less expensiveStatistics: Posted...
View ArticleGeneral • Re: Inland 1.3" OLED, Adafruit SHT31-D, Pico2 W display issues
Did you try the demo program?https://github.com/adafruit/Adafruit_Ci ... n/examplesIf the demo program works then your software is at fault. If the demo program does not work then your hardware is at...
View ArticleGraphics, sound and multimedia • AR on raspberry pi?
So Im getting a 2.4 inch amoled screen with a corrective lens used in VR glasses. It connects over mipi and i have a BNO055 IMU and a 120 degree camera. I am not super new to Raspberry pi's but i have...
View ArticleGeneral • UART or I2c for communicating between 2 Picos?
HelloI want to set up a very simple communication channel between 2 RP2040s. I know how to use UART and it's old fashioned and easy. I just thought I would ask if anybody has any opinions on whether...
View ArticleBeginners • Using DD to restore an image to a bigger sd card
Hey everyone,I’m upgrading my main sd card from a 16gig to a 250gig sd card.I have an iso of the old cards, which has my boot partition and my main partition saved in itI tried using:Code: Sudo dd...
View ArticleTroubleshooting • Re: Releasing swap memory to prevent system reboot
Sorry I am late getting back with reply, almost a day ago, the free swap memory was down to a couple of hundred bytes. I left it alone to see what would happen next, a few minutes later the whole...
View ArticleBeginners • Re: Using DD to restore an image to a bigger sd card
You use gparted (graphic front-end to parted) to resize partitions on any Linux machine including an RPi.It's an easy install.It's easy to use.Try it.Statistics: Posted by DougieLawson — Thu Jun 05,...
View Article