Troubleshooting • Re: Startup full page browser
there is a tutorial on the official documentation:https://www.raspberrypi.com/tutorials/h ... iosk-mode/Statistics: Posted by terribleted — Tue Feb 13, 2024 8:23 pm
View ArticleGeneral discussion • Re: Need help identifying damaged chip
Thank you for the quick reply!That definitely helps to point me in the right direction. Is there a part number or a way for me to make sure it is the same size and package type (or pin layout)? I see...
View ArticleTroubleshooting • Re: Can a corrupted sd card still work on Linux?
I’ve been using the same tv and monitor with the pi for over a year with no issues. But right after I posted this I uncommented “hdmi_safe” in config.txt and it booted for a second until I moved my...
View ArticleGeneral discussion • Re: How to set up USB ports for gigabit ethernet
There is something in the way the data is transmitted from the Pi to the Matrix that can’t be combined with the normal network.do you have docs that explain what is special about this data?it must be...
View ArticleTroubleshooting • Raspberry Pi 5 Wifi Won't Connect
My RPi5 won't connect to Wifi.I tried configuring wifi when using the imager, and that didn't work. Then I tried a fresh image without configuring it and doing it via raspi-config, and that gave me...
View ArticleOther RP2040 boards • Re: New board can't program flash.
Right! I did something like totalsize = file1->firstblock->totalsize + file2->firstblock->totalsize. I then get an off-by-two error... ??? Something like that. I'll figure it out. Yeah,...
View ArticleTroubleshooting • Re: no HDMI on TV
Code: [ 1.237267] vc4-drm axi:gpu: [drm:drm_mode_getconnector [drm]] User-space requested a forced probe on [CONNECTOR:32:HDMI-A-1] but is not the DRM master, demoting to read-only probe[ 1.237381]...
View ArticleBeginners • Trouble Identifying GPIO Version on Raspberry Pi
Hello everyone,I'm having trouble identifying the GPIO version on my Raspberry Pi. I've tried a few commands in the terminal, such as "gpio -v" and "gpio readall", but I'm getting an error message...
View ArticleGeneral • Re: Transfer data over wifi for pico for a high sampling rate
Hi Dan,We are finally sampling properly but the sampling rate seems to be very low. We are seeing 21k samples in 5 seconds worth of data but it should be almost 1 million samples in that time. Am I...
View ArticleGeneral discussion • Motioneye Alternative Module 3
Hello! I would like to use a RPi 02W and Module 3 camera to detect motion and send the recorded videos to an email or Google Drive. Motioneye seemed to be the perfect solution, but it does not support...
View ArticleAndroid • Re: [DEV] LineageOS 21 (Android 14) for Raspberry Pi 4 & Pi 5
... Let's start by saying what I'm doing is entirely voluntary and made available for free. I don't owe you or anyone else a reply/answer, support, or anything else for that matter. I have no idea...
View ArticleTroubleshooting • Re: Raspberry Pi 5, official active cooler always running...
It's a clean install of the Raspberry Pi OS Lite (64-bit). I only updated the packages and also the firmware, which I thought might solve it. Code: uname -aLinux rpi5 6.6.17-v8-16k+ #1734 SMP PREEMPT...
View ArticleAdvanced users • Re: How to check the pi4 official fan's status?
After all that concerning fan speed and PWM (for which thanks again aBUGSworstnightmare), I realized a previous pi4 fan issue has reappeared. That is, the fan goes full on again as soon as I power off...
View ArticleTroubleshooting • Re: Raspberry PI 4b, hasn't been connected to wifi since...
Yes, I edited the wifi information, enabled ssh, and set the user password in the Settings. However, ssh allows you to log in as long as you have a user password. Today, I tried it again and found...
View ArticleGeneral discussion • How to replace the boot splash screen on latest Pi OS...
How to replace the boot splash screen on latest Pi OS (bookworm)?Seems the following no longer works?```# cd /usr/share/plymouth/themes/pix/# mv splash.png splash.png.original// WinSCP PNG file to...
View ArticleBeginners • Re: Trouble Identifying GPIO Version on Raspberry Pi
Hello everyone,I'm having trouble identifying the GPIO version on my Raspberry Pi. I've tried a few commands in the terminal, such as "gpio -v" and "gpio readall", but I'm getting an error message...
View ArticleGeneral discussion • Re: How to replace the boot splash screen on latest Pi...
You probably have to remake initrd. Try this after replacing the image: Code: update-initramfs -uStatistics: Posted by Solskogen — Tue Feb 20, 2024 8:56 pm
View ArticleBeginners • Re: Installing Raspberry Pi 5 imager on my new Sandisk SD Card
HiI just bought Raspberry Pi 5 board last week.Want to install Ubuntu for the very first time...Have no Windows pc....Just my Google Pixel 6 smartphone and some adapters necessary to connect my SD...
View ArticleGeneral discussion • How to use Pi5 with an HDMI KVM?
I have two RPi 5 boards hooked to an HDMI KVM. When I reboot the RPi boards, one of the boards will not get the EDID data and hence it doesn't produce video.I'm struggling to come up with a way to...
View ArticleGeneral discussion • ERROR: Unsupported initramfs version (6.1.0-18-arm64)?
ERROR: Unsupported initramfs version (6.1.0-18-arm64)? Not sure how to proceed with this?Statistics: Posted by Schorschi — Wed Feb 21, 2024 8:14 pm
View Article