02-21-2022, 09:18 PM
(This post was last modified: 02-21-2022, 09:27 PM by TheOldPresbyope.
Edit Reason: ETA
)
@Marrahm
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)
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.
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
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following additional packages will be installed:
ca-certificates-java fonts-dejavu-extra java-common libatk-wrapper-java
libatk-wrapper-java-jni libgail-common libgail18 libgif7 libgtk2.0-0
libgtk2.0-bin libgtk2.0-common openjdk-8-jre-headless
Suggested packages:
default-jre gvfs fonts-ipafont-gothic fonts-ipafont-mincho
fonts-wqy-microhei fonts-wqy-zenhei fonts-indic
The following NEW packages will be installed:
ca-certificates-java fonts-dejavu-extra java-common libatk-wrapper-java
libatk-wrapper-java-jni libgail-common libgail18 libgif7 libgtk2.0-0
libgtk2.0-bin libgtk2.0-common openjdk-8-jre openjdk-8-jre-headless
0 upgraded, 13 newly installed, 0 to remove and 1 not upgraded.
Need to get 33.1 MB of archives.
After this operation, 130 MB of additional disk space will be used.
Do you want to continue? [Y/n]
...many lines later...
pi@M8Pre4Pi4B:~ $ ./REW_linux_5_20_5.sh
Starting Installer ...
This will install REW on your computer.
OK [o, Enter], Cancel [c]
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.