Forums › Forums › iLive Forums › iLive general discussions › Rasberrry Pi and Editor
- This topic has 11 replies, 4 voices, and was last updated 8 years, 4 months ago by `Seablade.
-
AuthorPosts
-
2016/02/15 at 7:00 pm #53957jb12stringParticipant
Has anyone tried running editor off of a raspberry pi? I am guessing it might need and intermediate program, but I wanted to see if anyone had done it.
2016/02/22 at 3:44 pm #54135jb12stringParticipantSo, I guess I should take that as a no then…
2016/02/22 at 5:03 pm #54136mervakaParticipantI doubt many people have experience of running Editor from linux, let alone a Raspberry Pi running Linux. However, I have separate experience of each.
Remember that there will be no offline mode under a non-windows platform, and Linux is not an officially supported platform at all.
My initial guess would be that you need more horsepower! The metering in particular will probably take a lot of CPU time.
2016/02/22 at 5:11 pm #54137jb12stringParticipantI wouldn’t need offline mode, for this particular application, we are looking at using it to mix 1 stereo aux for a recording feed. Have you used any of the Model 2, B’s? They are supposed to have 6x the processing capacity that the previous models.
2016/05/17 at 5:25 pm #55801`SeabladeParticipantDouble posted in two threads, as I didn’t even know the first one I posted in existed until I posted in it and realized it wasn’t this thread:)
For the record:
You CAN run the iLive editor on a Raspberry Pi 3. The window refreshes are a bit slow (So dragging windows and scroll bars) but other than that thus far it seems fine, though I have only done it for a few minutes. A few things to note:
Java is installed by default on the RPi these days.
The installer however is a compiled ELF32, so it will not run on the raspberry Pi. Simple to fix by installing on a different x86 machine running linux, (Requires a 32 bit version of glibc, so libc6-i386 on Ubuntu for instance is the package you will need) and then zipping/tarring up the folder structure and moving it to the RPi user in the same place. After unzipping/untarring it the shell script should work fine to launch the software.Takes a few seconds to start up, but I got it connected and operating on my iLive through the wired connection. The plan is to attach it to a screen for one of my techs so he has a meterbridge in front of him constantly as we run a digital split and I am needing to make sure gains stay sensible. So yea for cheap meterbridge. Still on the lookout for alternatives though, but in the meantime figured I would let y’all know it does in fact work, albiet with some pretty minor caveats.
Seablade
2016/05/23 at 2:47 am #55983jb12stringParticipantHow do I find the Linux version of editor?
2016/05/23 at 1:00 pm #56000`SeabladeParticipantI have a feeling I may be missing something given how simple the answer is to what I think you are asking…
Download it from the iLive site. It can be found right next to the OS X and Windows versions. Not sure where else you would look for it.
2016/05/23 at 1:39 pm #56004jb12stringParticipantHa, nevermind. I am not a native linux user, I have a friend who is going to help me with it, he didn’t see the editor download and I looked and saw the release notes up top and didn’t click the tab down below. I got it now 😉
2016/05/29 at 4:26 pm #56154DougmeisterParticipantSeablade, I’m trying to do the same thing. I think I got glibc installed. I typed:
sudo apt-get install libc6-i386
in a terminal window. It complained, then suggested I run this, which worked:
sudo apt-get install libc6-i386 –fix-missing
Now I need to install the actual iLive editor. What is the command line for that?
2016/05/29 at 9:38 pm #56161`SeabladeParticipantWell that is the catch. You have to run the installer on a x86 linux system (Raspberry Pi is ARM) where it will put the directory structure in your home directory. You can then just copy that directory structure over to the raspberry pi.
If Allen and Heath ok it, I will post a link to the zip file or tar.gz already installed that should work you can put on the raspberry pi to skip having to run the actual installer.
Seablade
2016/05/29 at 11:28 pm #56165DougmeisterParticipantI have a dual-boot Windows 8/Ubuntu 15.10 machine with an Intel I3 CPU. That should work, shouldn’t it?
I just don’t know how to run the installer. I double-click it in Ubuntu and I get:
“Could not display ‘iLive Editor V1.94-Linux-x86-Install’. There is no application installed for ‘executable files’. Do you want to search for an application to open this file?”
Edit: it *is* a 64-bit CPU and Ubuntu install… that is still okay, isn’t it?
2016/05/30 at 12:46 am #56166`SeabladeParticipantAhh ok, likely the fix is you need to enable executable permissions. If you are at all familiar with the terminal, you would…
chmod +x ~/Downloads/iLive\ Editor\ V1.94-Linux-x86-Install
~/Downloads/iLive\ Editor\ V1.94-Linux-x86-InstallThis makes assumptions, one that your download is in your Downloads folder, and two that it is in fact called ‘iLive Editor V1.94-Linux-x86-Install’
Now you may need to install the 32 Bit compatibility libs, I can’t remember off hand honestly, but try without first.
Seablade
-
AuthorPosts
- You must be logged in to reply to this topic.