Troubleshooting • Re: New Pi won't show desktop
i think you should just do a clean installsounds corrupt from the get go, are you using a adapter to write to sdif you have ethernet & wired keyboard, you can hold the shift key at poweron and...
View ArticleTroubleshooting • Re: Help my raspberry pi is not booting
I have a raspberry pi 3b and I have re flashed the os and now it won’t boot when i plug it into my monitor it says no signalSee - The Boot Problems StickyStatistics: Posted by B.Goode — Wed Jun 19,...
View ArticleTroubleshooting • curl Error 60: SSL peer certificate or SSH remote key was...
I have three Raspberry Pi 4s running Buster. Each one uploads an image to a web host (HostGator) every two minutes using curl. The code is simple:Code: curl -s -S -u myname: \ --connect-timeout 25 \...
View ArticleTroubleshooting • Re: FTP server config for anonymous and remote access
Hello All,I also tried sftp and it fails on password. I am expecting empty password for ftp user.How to fix it?Cheers,Gertsftp is a different program from ftp. sftp uses ssh as a client and sshd as a...
View ArticleTroubleshooting • Re: curl Error 60: SSL peer certificate or SSH remote key...
Has your SSL certificate expired?No, it expires in August.Here's the explanation offered by HostGator. Does it make any sense?They provided this link:SSL Checker'm sorry for the inconvenience caused...
View ArticleTroubleshooting • Re: Bookworm feedback thread
Does Printscreen key no longer work ?Printscreen work here (Wayfire). It's in default ~/.config/wayfire.iniCode: binding_grim = KEY_SYSRQcommand_grim = grimI have added Code:...
View ArticleTroubleshooting • Re: Raspberry pi 5 issues with pi camera module 3
Have a look at this post re camera modules and Pi5 https://forums.raspberrypi.com/viewtop ... 9#p2229789Do those examples work for you?Statistics: Posted by neilgl — Wed Jun 19, 2024 11:45 pm
View ArticleTroubleshooting • Stopped being able to access the internet although I'm...
My raspberry pi has suddenly stopped accessing the internet. It is successfully connected to the wifi. Everything looks good on the side of the router.I have:Raspberry Pi 5Bookworm 64-bitI've...
View ArticleTroubleshooting • Re: Headless RPi 3B+ extremely slow !
Try connecting it to your home router using an Ethernet cable.Statistics: Posted by neilgl — Wed Jun 19, 2024 11:53 pm
View ArticleTroubleshooting • Re: Issues with serial communication between 2 Raspberry Pis
Im using serial to send a whole bunch of sensor data between to the two Pis both of which are running python programs, one is acting as a PID controller and has all the sensors on it and the other has...
View ArticleTroubleshooting • Re: Stopped being able to access the internet although I'm...
Perhaps check if you have a gateway IP setup necessary to escape your local network. However, if you simply have an IP address that when ANDed with the inverse of your net mask doesn't match your...
View ArticleTroubleshooting • Re: Issues with monitor and Wayland on RPi4
Hi all and sorry for late reply, i was away for a business trip.First of all, the reply to the question I was asked: my "bad monitor" has a max resolution of 5120x1440.My TV is capable of 4k...
View ArticleTroubleshooting • Driven insane by gremlins in connection between Pi4b and Pico
I'm trying to have the pico write to serial and the pi read it.I am powering VSYS and GND on the pico with 5V (also tried 3V3) and GND from the pi4. Going between GP0/GP1 (default) (also tried all...
View ArticleTroubleshooting • Same I2C Address keeps remaining
Same I2C address 0x1A appears everytime eventhough there is nothing connected to the pi. When i try to connect ADS1115 to my pi probably i did something wrong especially given the fact that I did not...
View ArticleTroubleshooting • Re: LAN9512 VDD18CORE and VDD18USBPLL and VDD18ETHPLL is 2.6V
We really need to see your full schematics and layout. Also have you use the microchip checking service to check the design and and gone through there checklists ?Thanks for your...
View ArticleTroubleshooting • Raspberry Pi Zero 2 W OTG Issues
I have been attempting to setup a new zero 2w as a pwnagotchi, but have been having consistent issues with OTG connection for SSH.I have successfully gotten my computer to recognize the Pi as an rdnis...
View ArticleTroubleshooting • Re: Driven insane by gremlins in connection between Pi4b...
Try installing CuteCom from the software repository.See if it can see the messages from the Pico.Statistics: Posted by MarkDH102 — Fri Jun 21, 2024 5:48 am
View ArticleTroubleshooting • Re: Same I2C Address keeps remaining
Perhaps you have told the system there should be something at address 0x1A.What is in your /boot/config.txt file?Statistics: Posted by joan — Fri Jun 21, 2024 8:17 am
View ArticleTroubleshooting • Re: Chromium Fails to Launch Consistently on Raspberry Pi...
Hello everyone,I'm updating my post with some recent findings to see if anyone can provide further insight. Despite trying all previously suggested solutions, including installing `rpi-chromium-mods`,...
View ArticleTroubleshooting • Re: Is a non-compliant power supply needed for the...
Personally, I reckon the Pico is a great introduction to programming, better than the SBCs (although nothing wrong with them!). Bare metal, but with a robust C SDK to help you, along with Micropython....
View Article