Roonbridge and boot issues on pi zero 2w - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7) +--- Thread: Roonbridge and boot issues on pi zero 2w (/showthread.php?tid=6762) Pages:
1
2
|
Roonbridge and boot issues on pi zero 2w - phorize - 07-28-2024 I'm wondering if any other pi zero 2 w users are having boot failure following installation of the armv8 roon bridge. This should work running 64 bit moodeaudio 9.05 but I can't get the system to restart once I've run the room install script. I've tried a few times to a fresh moode install and the problem is persistent. RE: Roonbridge and boot issues on pi zero 2w - Tim Curtis - 07-28-2024 Try the following on a fresh install. After installing roonbridge run the command below so it does not automatically start during boot. Code: sudo systemctl disable roonbridge Then assuming the system boots successfully try starting roonbrodge and see what happens. Code: sudo systemctl start roonbridge RE: Roonbridge and boot issues on pi zero 2w - phorize - 07-29-2024 (07-28-2024, 05:34 PM)Tim Curtis Wrote: Try the following on a fresh install. Thanks Tim. I disabled roon as above. Still getting the boot failure. I'm going to look at the roon forum as there must be others getting this. I'll get hold of a micro hdmi cable this week and look at what is happening on a screen. RE: Roonbridge and boot issues on pi zero 2w - phorize - 08-08-2024 I got so fed up messing around with roon bridge that I decided to stop using the service. The functionality is good but the Linux documentation is dire given it's supposed to be officially supported. I feel better already. RE: Roonbridge and boot issues on pi zero 2w - TheOldPresbyope - 08-08-2024 Not sure what's happening with your install. I'm not usng roon here but I was curious enough to try running the roonbridge installer script on a fresh moOde 9.0.6 on a Pi Zero 2W. Once the script finished running, I checked the service Code: rho@puce:~ $ systemctl status roonbridge I then restarted moOde from the WebUI. After it showed up on my network again I checked the service again Code: rho@puce:~ $ systemctl status roonbridge The RoonBridge service ON/OFF button in moOde's Renderer config panel is unresponsive. So, in my case least, the P and moOde restart. No idea what's up with the roonbridge service though. Regards, Kent RE: Roonbridge and boot issues on pi zero 2w - Tim Curtis - 08-08-2024 Here's the rb code in worker.php Code: // RoonBridge Try checking some of the conditions: 1. Existence of file /opt/RoonBridge/start.sh 2. Session var 'roonbridge_installed' set to 'yes' sudo moodeutl -d -gv roonbridge_installed 3. Feature enabled moodeutl -a should show 128 y RoonBridge renderer RE: Roonbridge and boot issues on pi zero 2w - TheOldPresbyope - 08-09-2024 Seems to pass all the suggested checks. Oddly, /opt/RoonBridge and all its subdirectories and contents have ownership 1001:116 rather than the root:root (e.g., 0:0) I was expecting. Just for grins I started from scratch with yet another fresh moOde 9.0.6 on the Pi Zero 2W. This time the RoonBridge renderer started upon reboot and the RoonBridge section on the moOde Renderer Config panel is alive. Ownership of the relevant material is again 1001:116 and I left it that way. No idea what went wrong the first time. Before giving up on it I did try changing ownership of the relevant material to root:root. After cold starting moOde, the RoonBridge Renderer started. I can't point to the step that "fixed" the original failure which is why I started over from scratch. Regards, Kent RE: Roonbridge and boot issues on pi zero 2w - Tim Curtis - 08-09-2024 Good to hear the install eventually works. RE: Roonbridge and boot issues on pi zero 2w - phorize - 08-10-2024 Interesting thoughts, thank you for investigating. TBH roon obviously has no interest in properly supporting users with its Linux binaries. I feel embarrassed that this has taken your attention away from more productive activities! RE: Roonbridge and boot issues on pi zero 2w - Tim Curtis - 08-10-2024 No trouble at all. Has anyone interacted with Roon dev's on their Forum regarding roonbriodge? |