Troubleshooting • Re: Yet another sdcard corruption post.
In all but three of the differences you posted, it is a single bit that has been flipped. There does not appear to be a pattern in which bits, or which bytes, are affected, but it is significantly...
View ArticleTroubleshooting • Re: Pi4 Bookworm HDMI wrong resolution
It seems to be a combination of the two, my Pi3 was able to do 1080@60. Now that I have discovered how to show the available modes (wlr-randr) it shows that the highest available resolution is...
View ArticleTroubleshooting • Re: RPi 5 with SSD Loading & Running OS but on reboot...
Looks like someone has had a similar issue with a similar board:viewtopic.php?t=372823Statistics: Posted by phattmatt — Wed Oct 09, 2024 2:32 pm
View ArticleTroubleshooting • Re: TFTP 1 : File not found error while booting
I have the same problem. the pi boots with the error message: "Failed to mount boot-firmware.mount - /boot/firmware"The boot gets as far as the login prompt for a CLI setup. However, I am unable to...
View ArticleTroubleshooting • Re: Raspberry Pi 4 no longer working for some reason...
Thanks everyone for your help. The issue was with the image file I was flashing. Or more to the extractor program I was using. The program was only extracting 1/3 of the overall file.Statistics:...
View ArticleTroubleshooting • Problem with damaged components on my RPi5
I recently bought a Raspberry Pi 5B.This morning, I had to remove its heatsink, but unfortunately, my tool slipped and accidentally knocked off two eletronics components, for which I don't have the...
View ArticleTroubleshooting • Raspberry Pi 5 SSH connection not working
hi i'm trying to connect my raspberry pi 5 to ssh.typed this into cmd Code: C:\Users\josep>ssh -v 10.196.99.143OpenSSH_for_Windows_8.6p1, LibreSSL 3.4.3debug1: Authenticator provider...
View ArticleTroubleshooting • Re: Raspberry Pi 5 SSH connection not working
https://www.raspberrypi.com/documentati ... ssh-serverStatistics: Posted by aBUGSworstnightmare — Thu Oct 10, 2024 4:32 am
View ArticleTroubleshooting • Rapberry Pi Zero USB / RNDIS ethernet gadget cannot connect...
I am a fairly new user of raspberry pi. Previously I have successfully established network sharing between my PC and my Rpi zero using USB gadget mode, mainly thanks to this forum.Recently. I have...
View ArticleTroubleshooting • Re: Rapberry Pi Zero USB / RNDIS ethernet gadget cannot...
The problem here is that the peer is 'PC'; The only info is picture file with some Wifi.So you are essentially asking the RaspberryPi forum to debug your totally unknown Windows PC (I guess). Maybe...
View ArticleTroubleshooting • Re: Pi5 Completely (permanent) locks up when CPU reaches 100%
It's weird that htop doesn't match the CPU usage from activity monitor.Your GUI screenshot says 100% at the top, but then the tasks are sorted by CPU%, and they are all zero. Maybe the top number...
View ArticleTroubleshooting • Re: rpi 3 with SSD boot
If the kernel can't find the root partition specified in cmdline.txt I'd expect it to panic not to drop to recovery mode.If you boot with an initramfs (standard in bookworm), then failure to mount the...
View ArticleTroubleshooting • Re: Bookworm: Link-Local Ethernet suffers regular timeouts...
If it's host to host you may have an Ethernet negotiation issue. The rules for 802.3 change every few years but at one point many hosts did not implement auto mdi-x, relying on the switch to implement...
View ArticleTroubleshooting • Re: xscreensaver will not start
Hi, I have the same problem. Did you solve it?I have the Raspberry PI 5 and installed XScreenSaver but when I start it, nothing happens.How hard can it be to start a screensaver... Thanks,...
View ArticleTroubleshooting • Re: Issues with gpiozero on Pi 5 — No such file or...
Did you create the venv with system packages like this:Code: mkdir my_projectcd my_projectpython -m venv --system-site-packages envsource env/bin/activateStatistics: Posted by neilgl — Fri Oct 11,...
View ArticleTroubleshooting • Re: Pi not working
A missing connector cover will not of itself prevent a Zero2W from working.Read the "not booting" sticky topic. it has details how to test by connecting a USB data cable between the Zero (with no...
View ArticleTroubleshooting • Re: VScode not able to update
Seems to be fixed now. I just did a apt update/upgrade on my bullseye pi4 and it went through OK.Statistics: Posted by SteveSpencer — Fri Oct 11, 2024 3:03 pm
View ArticleTroubleshooting • Re: headless pi5 not responding every 4-10 days, journalctl...
well the mmc errors seem to have gone away after switching to the new microsd card but unfortunately the same? crash issue appears to be continuing.after 4 days the machine locked up. rebooted and 4...
View ArticleTroubleshooting • Re: Fan and USB wont shut down after shutdown / booting
I wasn't sure if I should create a new thread or resurrect this one, but figured to post here since there is no resolution and this is the only thread I found which seems to describe the 100% exact...
View ArticleTroubleshooting • SHT31 sensor - changing I2C address on the Pi 3B (0x45 to...
HelloI'm trying to connect the SHT31 temperature and humidity sensor to a Raspberry Pi 3B. I'm using the Adafruit sht31d library, so Blinka is installed, and this is my code:Code: import timeimport...
View Article