![]() |
Ability to house REW - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: Feature requests (https://moodeaudio.org/forum/forumdisplay.php?fid=8) +--- Thread: Ability to house REW (/showthread.php?tid=4738) Pages:
1
2
|
RE: Ability to house REW - TheOldPresbyope - 02-21-2022 @Marrahm Quote:But it seems there are some things in the MoodePi OS setup that prevent it from loading the current Linux REW and/or the necessary JRE. I’m just not smart enough to identify them. Quote:But if the MoodePI OS could be configured such that we can install the latest JRE, we could just install the latest REW via SSH and run it that way on an as needed basis. Sorry, it *is* configured to install recent Java (openjdk-11-jre). The thing is, REW doesn't want a recent version (which leads to it trying to install the AMD64 JVM). As the above posts about the REW Linux Installer pointed out, REW wants Java 8. One needs only the JRE so let's get the openJDK version... On my RPi4B running a test-team build of moOde 8 (just the only unmodified moOde player I have up ATM) Code: pi@M8Pre4Pi4B:~ $ sudo apt install openjdk-8-jre Where I had previously downloaded the REW installer script and marked it as executable. I don't see a problem. Of course, you'll now have the challenge of input and display once you get it running. Since the REW GUI creates an Xwindow, you could run it remotely from some other host running an Xserver, but that's outside the scope of moOde. I still think an RPi4B running RaspbiOS Desktop is a better approach. Regards, Kent ETA - In response to Tim's last post, moOde 8 is built on RaspiOS Bullseye but I just confirmed the same procedure works on a moOde 7.6.1 player which is built on RaspiOS Buster. RE: Ability to house REW - Marrahm - 02-22-2022 Tim, it is not easily installable on the new bullseye. I have tried with both the 32 and 64 bit kernels after doing a clean install with update/upgrade. Situation is the same: -installing “default” open Java works fine, but it installs the newest version, which REW does not seem to like b/c it still tries to install its internal v8 JRE -Internal JRE still fails after checking the installed JRE status, unpacking the internal JRE and posting following error: “The architecture or bitness (32/64) of the bundled JVM might not match your machine.” Since this seems like an REW issue and not a Moode issue, I’ll see what that team says about it. If they used the current JRE, that seems like it would solve everything, but I’m sure thats easier said than done. Thanks for taking a look at it. Mike RE: Ability to house REW - TheOldPresbyope - 02-22-2022 (02-22-2022, 03:11 AM)Marrahm Wrote: it is not easily installable. I have pulled the latest official 64b bullseye lite and can report: You can choose either the default 32-bit kernel or the optional 64-bit kernel in moOde 7.6.1 but in either case the root filesystem is 32-bit. Period. ETA: I think you'd get where you want to go a lot faster if you started posting to the official REW forum or to diyaudio.com. RE: Ability to house REW - Marrahm - 02-22-2022 (02-21-2022, 09:18 PM)TheOldPresbyo Wrote: On my RPi4B running a test-team build of moOde 8 (just the only unmodified moOde player I have up ATM) RE: Ability to house REW - TheOldPresbyope - 02-22-2022 @Marrahm Fresh out of the box, a virgin 32-bit RaspiOS Bullseye with Desktop running on a Pi400: Code: pi@raspberrypi:~ $ apt-cache search openjdk-8-jre This thread is very getting far afield of moOde and moOde issues. The official REW forum is the place for questions about REW on Raspberry Pi OS with RPi hardware. Regards, Kent |