Troubleshooting • RPi and Homesmart items disappeared after ISP change
Hi,I've just moved house and have jumped at the opportunity to get VirginMedia fibre! however, my smart plugs and Raspberry pi are not showing up in my networks? I run Apple homekit using Apple TV 4k...
View ArticleTroubleshooting • Re: One Raspberry pi can ping another but not the reverse
As you have a Pi 5, I'll assume you're running Raspberry Pi OS Bookworm.Bookworm doesn't use dhcpcd. Instead it has Network Manager. You can set up static IPs using the nmcli command, or the nmtui...
View ArticleTroubleshooting • Raspi 5 connecting to a ESP 32 Controller
Hello all,I'm facing some issue and i'm not able to connect the Raspi 5 to my ESP 32 Controller.I'm using this ESP 32 Controller (General Driver board for Robots, Based on ESP32, multi-functional,...
View ArticleTroubleshooting • Re: No sound available in default Pi5
RunCode: raspinfo | pastebinitand post the url of the log file.Statistics: Posted by dom — Sun Jul 07, 2024 10:08 am
View ArticleTroubleshooting • Re: Cannot install updates, clock not synchronized
RaspiOS comes with timesyncd. So if you've done nothing special you should have timesyncd running.Statistics: Posted by DougieLawson — Sun Jul 07, 2024 10:13 am
View ArticleTroubleshooting • Re: Cron not running Python script
Hi all,Thank you for your replies. Especially the link to the beginners guide helped a lot.In the end, I could fix it by simply adding DISPLAY=:0 to the crontab.The scripts were opening the browser,...
View ArticleTroubleshooting • Re: Things to do with system clock (top left) [FIXED]
<snip> %u day of week (1..7); 1 is Monday ..................................... does not work system clock<snip> %w day of week (0..6); 0 is Sunday ........................................
View ArticleTroubleshooting • Re: Faulty Raspberry Pi Zero?
The RPios default swap space allocation is 100MB is not sufficient on a Pi Zero with 512MB memory.Just a note that default swap has recently been bumped to 200MB as a default.This was due to apt...
View ArticleTroubleshooting • Re: Raspberry Pi 3 B Ethernet stops working after a while
Hello,I have a Raspberry Pi 3 model B running Bookworm, attached to an Ethernet switch. The Pi is set up to serve a home wifi network.Upon booting, the network interface receives an IP address etc...
View ArticleTroubleshooting • Re: Raspberry Pi 5 Won't Boot - 4 Green Long Flashes, 5...
2.31 RP1_BOOT chip ID: 0x0000c300<CR>I believe this line is the real problem. It should be 0x20001927.The RP1 (or the connection to it) is faulty.There won't be any way of fixing this through...
View ArticleTroubleshooting • Re: Raspberry Pi 4, no output to VGA monitor
The hdmi_* runes in config.txt are no longer applicable as Bookworm has switched to using the kernel drivers for displays.As you can SSH in, "kmsprint" will tell you currently active outputs, and...
View ArticleTroubleshooting • Re: RasPi 4 Model B 4GB HDMI issues
Same response as I've just posted in viewtopic.php?p=2235227#p2235227Statistics: Posted by 6by9 — Mon Jul 08, 2024 12:02 pm
View ArticleTroubleshooting • Re: Has anyone really solved the old wifi dropping problem?
@ejolson, I think the ARP static entry may have actually fixed this thing. So far, so good after a couple of days.Thank you!Statistics: Posted by HeneryH — Mon Jul 08, 2024 12:16 pm
View ArticleTroubleshooting • Re: RPI5: 5V Power Supply leads to undervoltage errors and...
Hello, our Raspberry Pi 5 has been experiencing undervoltage `dmesg` warnings and system shutdowns under certain loads. We've tried to diagnose this problem with an external power supply and found...
View ArticleTroubleshooting • Pi3+ USB and network not working Help!
Hello, greetings from the Netherlands.Having problems with a Pi3+, everything works well,boot - ok, wifi -ok, HDMI ok, but.. No ethernet or usb available. No power on TP27, connecting TP2 to TP27...
View ArticleTroubleshooting • Re: Need help with triggerhappy
Hello,The only IR key that works by only mapping scan codes to key code is KEY_POWER.It does not need anything else. The volume and mute keys need some support like this from the OS.I put together a...
View ArticleTroubleshooting • KDE-Plasma Desktop
I run a Pi5 with an ethernet connection and after installing kde-plasma-desktop I only get rpi-connect to offer remote shell access.Can I not get a graphical connection as I did before installing...
View ArticleTroubleshooting • Re: Emergency mode after running rpi-update
FYI,I restored back everything with disk imager, now Rpi boots normally. Same SD card, same Raspberry. Meaning that "rpi-update" command got things wrong.Statistics: Posted by marius2du — Mon Jul 08,...
View ArticleTroubleshooting • Re: E: UNABLE TO LOCATE PACKAGE INPUTS
I suspect you have some software versioning issue. For example, if you get a difference between 'pip' and 'pip3' or 'python' and 'python3' you have sorting out. You also didn't mention which which OS...
View ArticleTroubleshooting • Hat to run a 10.1” 1280x720 dsi / qti quiic on pi 4?
I have a 10.1” display from a broken Android head car stereo unit it’s new in box because the mfg sent it hoping that was the issue. This is what it’s from. It has power separate on a 2 pin connector....
View Article