-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RDM oled patch failed with Volumio 3.449 #8
Comments
I just tried Volumio 3.449 on a RPI 4 rev 1.5+ and also on a RPI 3 rev 1.2. Both were running fine, so I suspect it is neither hardware-related nor an issue with nodejs but rather something in my base code. Could you please stop the service and run the software manually so we can get more detailed logs ?
Also do you see the logo appearing at all or does the display remain dark the whole time ? |
thx, LCD keeps blank olumio@volumio: Error: Could not locate the bindings file. Tried: |
The software is complaining about a dependency missing. That one is supposed to be built and bundled during the patch construction. (I am assuming you are still trying the install on Volumio but I can provide the equivalent set of instructions for moOde if you prefer).
|
RDM Oled patch failed with Volumio 3.449
This patch also failed with MoOde 8.3.0
Here's the service state.
Don't know but seeing nodejs version incompatibilities??
Volumio@volumio:~$ sudo systemctl status oled
● oled.service - OLED Display Service
Loaded: loaded (/etc/systemd/system/oled.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Thu 2023-04-13 18:34:27 JST; 1h 49min ago
Process: 863 ExecStart=/usr/bin/sudo /usr/bin/node /usr/local/etc/raspdacminioled/index.js volumio (code=exited, status=1/FAILURE)
Main PID: 863 (code=exited, status=1/FAILURE)
Apr 13 18:34:26 volumio systemd[1]: Started OLED Display Service.
Apr 13 18:34:27 volumio sudo[863]: root : TTY=unknown ; PWD=/usr/local/etc/raspdacminioled ; USER=root ; COMMAND=/usr/bin/node /usr/local/etc/raspdacminioled/index.js volumio
Apr 13 18:34:27 volumio sudo[863]: pam_unix(sudo:session): session opened for user root by (uid=0)
Apr 13 18:34:27 volumio sudo[863]: pam_unix(sudo:session): session closed for user root
Apr 13 18:34:27 volumio systemd[1]: oled.service: Main process exited, code=exited, status=1/FAILURE
Apr 13 18:34:27 volumio systemd[1]: oled.service: Failed with result 'exit-code'.
The text was updated successfully, but these errors were encountered: