Troubleshooting • Re: How to forget Wifi network? wpa_supplicant.conf file is...
wpa_supplicant.conf is not used with the now default Network Manager.Left click on the network icon and select [Advance Options] then [Edit Connections]Select the connection and click on [-].-OR- Use...
View ArticleTroubleshooting • Strange with raspi-gpio get
I have a Raspberry Pi 4 and I need to use all 5 UART ports. I've modified the config.txt file like this Code: dtoverlay=uart2gpio=0-1=a4# /dev/ttyAMA3dtoverlay=uart3gpio=4-5=a4#...
View ArticleTroubleshooting • Re: Issue with systemd on Rpi
First, remove USER=pi from your service file.Don't use sudo in your service file.Create a shell script (say /home/pi/bin/start_BTC_miners.sh) and put your complex command it it (without sudo).Make it...
View ArticleTroubleshooting • Re: samba failing to start, desparation setting in
Well, the good news is that rebooting the Windows PC I was attempting to connect from seems to have fixed the connectivity issue. Apparently my credentials had been cached or something and rebooting...
View ArticleTroubleshooting • Re: Identical Pi5, different vcore voltage?
Slight differences in silicon, as is expected.is the firmware somehow detecting what the required voltage is, or was something profiled at the factory and stored in OTP?or is both setting the same...
View ArticleTroubleshooting • Re: Auto-reboot if ping to gateway fails
err, why write a script when the software watchdog can do it for you?https://linux.die.net/man/8/watchdoghttps://linux.die.net/man/5/watchdog.confStatistics: Posted by thagrol — Sat Feb 10, 2024 6:13 pm
View ArticleTroubleshooting • Re: Bluescreen with HDMI to Receiver/Beamer
Your signal connection for HDMI is: PI -> some random AV receiver -> some random beamer (as you've provided zero details).The Pi nows nothing about yoir beamer, he only cares about the AV...
View ArticleTroubleshooting • Re: Raspberry Pi 5 Not Working
The cooler fan stopping after a few seconds is normal. What HDMI monitor/TV are you using?Statistics: Posted by neilgl — Sat Feb 10, 2024 8:05 pm
View ArticleTroubleshooting • Raspberry Pi OS from Raspberry Pi 4B to Raspberry Pi 5
Hello,is it possible to take my MicroSD card that has the Raspberry Pi OS from my Raspberry Pi 4B and use it in my Raspberry Pi 5 or do I need to do a fresh install?Statistics: Posted by guruabyss —...
View ArticleTroubleshooting • Re: Raspberry Pi OS from Raspberry Pi 4B to Raspberry Pi 5
Provided it is Bookworm it will be fine, if it is any previous release (eg Bullseye) it won't be good.Statistics: Posted by pidd — Sat Feb 10, 2024 8:32 pm
View ArticleTroubleshooting • Re: I left the paper on the active cooler adhesives after...
The empty body of a Biro/ballpoint pen or its cap usually works for this type of pin. Less chance of slipping and gouging something with pliers. I've not tried it on a Pi 5 though so the sizing may be...
View ArticleTroubleshooting • Re: How can you force an SD card boot without disconnecting...
Looking at it, raspi-config is not doing this correctly. Heres the output after I've changed the boot order to SD card. This shows `0xf461` which is still NVMe first.Code: addohm@pinas:~ $ sudo...
View ArticleTroubleshooting • RPi5 Not booting
Hello!I've recently got an RPi5, and have been playing around with it a little.A few days ago, I got a breakout garden, and a few components. Due to already having a fan installed, I couldn't get the...
View ArticleTroubleshooting • Re: Strange with raspi-gpio get
The uartN overlays already configure the GPIOs, and if required/applicable then the overrides should be applied to the overlays instead of adding gpio= lineshttps://github.com/raspberrypi/linux/bl ......
View ArticleTroubleshooting • Re: RPi5 Not booting
Have I completely broken my RPi, and is the only option to buy another one?! Welcome to the Forum.Sorry to bear bad news, especially when answering your first post, but probably yes, irretrievably...
View ArticleTroubleshooting • Re: look giving strange results
Actually ame I did read the man page before posting here.I chased down the dictionary being used to find it was the 'british english' and switched it to 'american english' then as my first post in...
View ArticleTroubleshooting • Re: Can't SSH into created user on a slightly modified install
I tried with less modifications and still cannot get it to ssh into my created user test. I know for sure the password is correct and that password authentication is on. I have now found out that the...
View ArticleTroubleshooting • Re: Did I make a mistake?
It can only see networks that are behind the firewall which is fine for most folks but I have to have pictures for my documents. I went to the IT folks and they are not budging because there is only...
View ArticleTroubleshooting • Re: Desktop stopped launching after installation steam link
Steam Support has "A Raspberry Pi 3B or 3B+ running Raspbian Stretch" - are you using that (on a Pi 4) ?Anyway, installing Steam Link on a Pi4 running Raspberry Pi OS with desktop (Legacy, 32-bit)...
View ArticleTroubleshooting • Bookworm and RealVNC
Hi,After terminal issues with a Pi3B+ with very few miles on the clock. I decided to upgrade my project to use a Pi4B+ (I even ordered a new one at £57.00!!) All of the files which I need to copy over...
View Article