Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Problem: 9.0.3 Cannot connect to Pi 4B
#11
(07-20-2024, 11:20 AM)Tim Curtis Wrote: Did you follow the Setup Guide when making the image? Theres a link to it on the Download page at moodeaudio.org
Yes, to the letter.
Reply
#12
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
ssh userid@ip_address_of_pi

# Print the startup log
moodeutl -l
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
Reply
#13
(07-20-2024, 12:02 PM)Tim Curtis Wrote: 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
ssh userid@ip_address_of_pi

# Print the startup log
moodeutl -l

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.
Reply
#14
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$
Reply
#15
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.
Reply
#16
(07-21-2024, 09:24 AM)jit-010101 Wrote: 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.

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.
Reply
#17
(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?

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.

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.

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?

[Image: Bildschirmfoto-vom-2024-07-21-11-54-16.png]
Reply
#18
       
Reply
#19
(07-21-2024, 09:24 AM)jit-010101 Wrote: 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.

See Setup Guide for mention of no Hotspot password
https://github.com/moode-player/docs/blo...ot-sd-card
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
Reply
#20
(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 -

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$

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.
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
Reply


Forum Jump: