Troubleshooting • Re: Turn Display On and Off with Crontab at Raspberry 5
OK, I switched back to X11 in raspi-config => Advanced Options => WaylandAnd then used this crontab, everything worked fine now:Code: 30 23 * * * xrandr --display :0.0 --output HDMI-1 --off0 7 *...
View ArticleTroubleshooting • Re: WiFi Issue - CTRL-EVENT-ASSOC-REJECT...
Thanks for coming back to me.I've checked the country code is correct - AU.The Pi is maybe 4m away from the WAP, practically line of sight.I'm sure it had connected fine in the past.I've recently...
View ArticleTroubleshooting • Re: VLC play video loop on autostart *with* 3.5" LCD...
Hmmmm… I did some reading and this page might have the easiest first solutions: https://www.minitool.com/news/fix-vlc-i ... e-mrl.htmlI would also suggest making sure the videos are h.264 (especially...
View ArticleTroubleshooting • Re: Raspberry Pi 5 only reachable via SSH after being...
This is possibly a power problem. Either too much for the Pi5 to provide or the SanDisk is back-powering the Pi. Try using a "powered USB" adapter between the Pi and the SanDisk device.Also, make sure...
View ArticleTroubleshooting • Re: nmcli not working
Actually you can clearly see from the log that it is working sometimes, sometimes it is not. For few cases it works fine. For some other cases it just don't want to work. When I get a consistent...
View ArticleTroubleshooting • Re: [Question] Why does the arm64 dev librarys on repo not...
you should be checking github first, it has the proper instructions for getting started, depending on if your running lite or the desktop as well as rpi model your...
View ArticleTroubleshooting • Openwebrx on pi 5
I had openwebrx on a pi 4 Running for around 1year but suddenly it stopped working and the pi 4 was DEAD. I bought a pi 5 and looked in the Web for a openwebrx Image for the pi 5 but i couldnt find...
View ArticleTroubleshooting • Gamecon_gpio_rpi Driver with N64 controller issue
Hi this is my first post here.I have a Zero 2 W with latest Retropie installed.I have an N64 controller wired up to the GPIO for use as a controller connected dirrectly to the PI to play N64 games....
View ArticleTroubleshooting • Point-to-point ethernet - Unidentified Network - headless...
Hello! Beginner here, trying to learn. I think I'm doing the IP network setup incorrectly.I've read the sticky concerning point-to-point ethernet, but I think this setup is a bit different. I...
View ArticleTroubleshooting • Re: Point-to-point ethernet - Unidentified Network -...
Do not use 126.0.0.0 addresses, that is public address space assigned delegated to APNIC and currently assigned to "Japan Nation-wide Network of Softbank Corp." Use RFC1918 address space for private...
View ArticleTroubleshooting • Re: RPi.GPIO Failed to add edge detection on Pi3 New OS
I have the same problem on a pi zero w which worked perfectly until I updated / upgraded todayPin work fine (I can read their state etc) but not edge detection...I have decide to do a fresh install...
View ArticleTroubleshooting • Re: RuntimeError: Failed to add edge detection
Code: sudo apt remove python3-rpi.gpiopip3 install rpi-lgpioDoes this work ? I have the same problem for edge detection only on a pi zero since update and upgrade... And with a fresh bookworm image I...
View ArticleTroubleshooting • Re: Openwebrx on pi 5
Have you already tried the bookworm version from the OpenWebRX website?experimental/bookworm/2024-02-28-OpenWebRX-full.zipStatistics: Posted by neilgl — Sat Sep 28, 2024 8:15 pm
View ArticleTroubleshooting • Re: I can't get nothing (rc.local, script etc) to work on...
Really thanks! I googled all day for help, even on this forum, narrowed my search down to the last year and no results. But this solution works.And it even plays music without a keyboard, mouse and...
View ArticleTroubleshooting • PI 4 broken component identification
Hi! Thanks for taking the time to read this.I have a couple of Pi 4 B and they both have this component cracked. I've taken these photos of another PI 4 B of the same model, and was hoping someone...
View ArticleTroubleshooting • Re: PI 4 broken component identification
FPF1320UCXStatistics: Posted by trejan — Sun Sep 29, 2024 4:58 pm
View ArticleTroubleshooting • Re: RPI goes unreachable after certain time
OP doesn't state whether he is running wired or WiFi and whether it is "headless" vs. normal. That would help to know.That the OP only mentions ssh suggest (at least to me) headless.There's a lot the...
View ArticleTroubleshooting • Changing HDMI mode via console on the fly (not in config.txt)
Hi there!I'm trying to find a way to change the HDMI mode on the fly, via the console, on the latest Raspbian (bookworm 32bits on a RPi Zero 2) but can't seem to find a way of doing this at...
View ArticleTroubleshooting • Re: Raspberry Pi 5 only reachable via SSH after being...
Hello,I have a pi zero w that is correctly powered that does the same, ssh ok after unplugged but not after a sudo reboot or a sudo shutdown now...I have a added a boot_delay=5 to...
View ArticleTroubleshooting • Re: Filled micro-SD card because of /var/log/Xorg.0.log
Try "vc4.force_hotplug=1" added to cmdline.txt (on existing line).It seems your display is behaving strangely, and repeatedly toggling the hotplug line (indicating disconnected/connected),and that...
View Article