64 bit kernel - 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: 64 bit kernel (/showthread.php?tid=1795) |
64 bit kernel - alanthebat - 10-08-2019 Hi 6.3 looking good here so far. I'm currently running the experimental 64 bit kernel using mpd but also the Roon Bridge and it's been hassle free. I thought (in the spirit of exploration) I'd try the 64 bit version of the Roon Bridge but it failed during installation claiming it didn't find 64 bit versions of Application Support and ALSA. I realise that the 64 bit kernel is experimental, and that moode doesn't really support Roon, but is there any way to source the missing versions? Thanks Alan RE: 64 bit kernel - Tim Curtis - 10-08-2019 Hi Alan, Might be a good question for the Roon guys. I'm not sure what "Application Support" means but ALSA is part of the kernel. -Tim RE: 64 bit kernel - alanthebat - 10-09-2019 Thanks Tim The actual error message was Checking to see if RoonBridge can run on this machine Checking for Binary Compatibility [ FAILED ] Checking for ALSA Libraries [ FAILED ] STATUS: FAILED I'll raise it with them. RE: 64 bit kernel - TheOldPresbyope - 10-09-2019 @alanthebat So all I know from your OP is that you have moOde 6.3 installed on something and that apparently you selected the 64-bit kernel in moOde config and (I have to guess here) rebooted. What else? I have no Roon-anything so this is only an intellectual exercise but I just brought up moOde 6.3 on an RPi4B with the 64-bit kernel selected. Code: pi@moodelr:~ $ uname -a I then downloaded the roonbridge installer for armv7hf (obscure notation, but this is correct for the RPi4B), marked it executable and invoked it: Code: pi@moodelr:~ $ curl -O http://download.roonlabs.com/builds/roonbridge-installer-linuxarmv7hf.sh And, sure enough, it's now running Code: pi@moodelr:~ $ ps aux|grep -i roon Sooo, what did you do differently? Regards, Kent RE: 64 bit kernel - alanthebat - 10-09-2019 (10-09-2019, 03:44 PM)TheOldPresbyope Wrote: @alanthebat Hi Kent Please don't burn a lot of time on this - it was really only for curiosity. I'mm using a Pi 3B+ with an Allo DigiOne Sig. The only difference is that I downloaded and ran (or rather didn't run) the roonbridge-installer-linuxarmv8.sh which is the 64 bit version for the ARM platform. the linuxarmv7hf 32 bit version works fine. Thanks Alan Alan RE: 64 bit kernel - TheOldPresbyope - 10-09-2019 Ah, yes, a classic "ready-fire-aim" response from me. My bad Sadly, Raspbian makes available only 32-bit user-land libraries: Code: pi@moodelr:~ $ dpkg --print-architecture RE: 64 bit kernel - alanthebat - 10-09-2019 Thanks Kent I guess I'll have to wait for a future release. I'm not sure there would have been any real benefit in the 64 bit version but I was interested to try. Thanks again. |