Page 1 of 1
multiwii conf linux 17
Posted: Mon Aug 25, 2014 5:14 am
by jimbeezy
i have been trying to get MultiWiiConf/application.linux64 to work. Not having any luck . I'm hoping some one would have some pointers or a walk thought .
Re: multiwii conf linux 17
Posted: Mon Aug 25, 2014 7:53 am
by stronnag
As multiwii conf does work on 64 bit Linux, would you please elaborate on what doesn't work, and tell us which distro, which JVM and any errors emitted when run from the command line. Then we may be able to assist.
Re: multiwii conf linux 17
Posted: Tue Aug 26, 2014 12:01 am
by jimbeezy
im using linux mint 17 . I was able to get Oracle java installed and made it the default. im not sure how to get muliwiiconf to run, really im sure what commands to use in terminal. I'm a noob !
Posted: Tue Aug 26, 2014 1:46 pm
by Seigfried
Have you tried the Android EZ gui app? It takes a Bluetooth module or a USB otg cable, but it might be easier than Java on linux. That is, if you have an android device.
Re: multiwii conf linux 17
Posted: Tue Aug 26, 2014 5:39 pm
by stronnag
jimbeezy wrote:im using linux mint 17 . I was able to get Oracle java installed and made it the default. im not sure how to get muliwiiconf to run, really im sure what commands to use in terminal. I'm a noob !
Go the application.linux64 directory, there you will see a file MultiWiiConf. If necessary, make it executable.
Code: Select all
cd <path to>/application.linux64
chmod +x MultiWiiConf
Then you can run it
Once you've done this, you can execute it by the full path, so create a wrapper script if you wish.