07-20-2024, 11:28 AM
Thank you for your donation!
Problem: 9.0.3 Cannot connect to Pi 4B
|
07-20-2024, 12:02 PM
Very odd.
If you can determine the IP address of the Pi then from your MacBook open Terminal, connect to the Pi via SSH and post the moode startup log. Code: # Using the userid and password you entered in the Pi Imager
07-20-2024, 01:02 PM
(07-20-2024, 12:02 PM)Tim Curtis Wrote: Very odd. Thanks for this Tim. I've disconnected the Pi for the time being as I use it in our holiday home & we're going home. I'll set this back up tomorrow - before your helpful advice I was going to try at home anyway, in case there was something about the network here.
07-21-2024, 08:57 AM
OK...Back home, I've reburned Moode onto the micro SD card, following instructions. Same result unfortunately. I can see the Pi (Pi5) on the network, but using all syntax, still cannot access Moode. Typing in the commands as given above produces this -
The default interactive shell is now zsh. To update your account to use zsh, please run `chsh -s /bin/zsh`. For more details, please visit https://support.apple.com/kb/HT208050. tonys-computer-15063:~ anthonymiller$ ssh pi5@192.168.1.253 moodeut1 -l chsh -s /bin/zsh ssh pi5ssh: connect to host 192.168.1.253 port 22: Operation timed out tonys-computer-15063:~ anthonymiller$ moodeut1 -l -bash: moodeut1: command not found tonys-computer-15063:~ anthonymiller$ chsh -s /bin/zsh Changing shell for anthonymiller. Password for anthonymiller: tonys-computer-15063:~ anthonymiller$ ssh pi5@192.168.1.253 moodeutl -l ssh: connect to host 192.168.1.253 port 22: Operation timed out tonys-computer-15063:~ anthonymiller$ moodeutl -l -bash: moodeutl: command not found tonys-computer-15063:~ anthonymiller$
07-21-2024, 09:24 AM
(This post was last modified: 07-21-2024, 09:25 AM by jit-010101.)
Did you really configure the Wifi Connection properly in RasperryPi Image Flasher?
It seems like the default Hotspot Password is now empty so there will be no Hotspot started by default even if there is no connection. The documentation was not update to take this into consideration - so I'm not sure this was intended / taken into consideration. One way to make sure its not related to Wifi is by temporarly connect an Ethernet Cable for the setup in case you forgot to set it up in the RaspnerryPi Image flasher. Another option is to start from scratch and burn a new image with the proper config setup in the Image flasher.
07-21-2024, 09:42 AM
(07-21-2024, 09:24 AM)jit-010101 Wrote: Did you really configure the Wifi Connection properly in RasperryPi Image Flasher? Thanks for your reply. I'm only using a wired ethernet connection. So far I've probably burned the image ten times, and to three different cards. All images were verified OK.
07-21-2024, 09:56 AM
(07-21-2024, 09:42 AM)suffolktony Wrote:(07-21-2024, 09:24 AM)jit-010101 Wrote: Did you really configure the Wifi Connection properly in RasperryPi Image Flasher? Ok this rules out any Wifi related troubles ... then again unless you enabled SSH in the settings of the Imager SSH should not work. Can you perhaps post screenshots of the three tabs so that I can try to reproduce your issue? ![]()
07-21-2024, 10:01 AM
07-21-2024, 12:35 PM
(07-21-2024, 09:24 AM)jit-010101 Wrote: Did you really configure the Wifi Connection properly in RasperryPi Image Flasher? See Setup Guide for mention of no Hotspot password https://github.com/moode-player/docs/blo...ot-sd-card
07-21-2024, 12:58 PM
(This post was last modified: 07-21-2024, 12:58 PM by Tim Curtis.)
(07-21-2024, 08:57 AM)suffolktony Wrote: OK...Back home, I've reburned Moode onto the micro SD card, following instructions. Same result unfortunately. I can see the Pi (Pi5) on the network, but using all syntax, still cannot access Moode. Typing in the commands as given above produces this - Is this from your Mac? The "moodeutl" command is not a MacOS command, its a Linux moode command that only runs on a moode Pi. On a Mac open the Terminal app and type in ssh userid@ip_address_of_pi If ssh userid@ip_address_of_pi returns "...port 22: Operation timed out" then the computer at that IP address is either not running the ssh daemon or something on the network is blocking access to port 22. If the ssh connection was successful then type in moodeutl -l and post the startup log. |
« Next Oldest | Next Newest »
|