Hi,
I’m setting up the Balena Sound system on a Raspberry Pi Zero W. I Got everything set up to step three here. Then I booted up the Pi, let it connect under the device tab, then under the services tab, nothing the services aren’t downloading or setting up?
On the BalenaOS Screen I get the following:
Booted - Check your balenaCloud dashboard.
IPv6: ADDRCONF(NETDEV_UP): supervisor0: link is not ready
IPv6: ADDRCONF(NETDEV_UP): br-dafc808559bg: link is not ready
Can anyone help? Guide me in this a little, am I missing something?
Thanks for the help, guys!
From what I understand the device should indeed start downloading the app at that point. These IPv6 messages shouldn’t affect anything. You can get more insight into what’s happening by SSH’ing nito the host OS via the balena Dashboard terminal and checking the logs with journalctl -fn100.
Thanks, I’ve started from scratch again and now have a different issue ;-( But I’m wondering if because it’s a Pi Zero the download is slow, I’ve found when working on the Zero’s they can be quite slow.
Once I get over my current issue, if I hit this problem again I’ll SSH into it and see what happens.
GB
If it’s the download that’s causing issues, pushing to the device in local mode might help in debugging network issues. You can also ssh into the the device through local mode for better ssh speed.
Hello, could you clarify what you did exactly when switching to the RPi 3. Did you flash an SD card with a new balenaOS for Raspberry Pi 3 and then insert that into the new device ?
Hi 20k-ultra,
Ya, I flashed the SD card for a Pi 3. But I’ve switched back and I’m pretty much at the same point. I just SSH’d into the app and I ran the command
journalctl -fn100
with no errors. Any suggestions would greatly be appreciated!
It sounds like the Supervisor isn’t starting as you mentioned before which would prevent the services from starting because nothing has told the device to pull them. When you watch the logs is the last message “Supervisor starting” like before? Check out https://www.balena.io/docs/learn/more/masterclasses/device-debugging/#2-initial-diagnosis. Run those diagnostics and see if you find anything that could be causing any issues. Attach your logs in a response if you’d like as well.
Hey guys,
Unfortunately, I had to abandon this and went with Shairport-Sync on Github. It just worked. I plan to come back to this and try to get this working for the multi-room, but I needed it up for a family gathering.
Thanks for the help!