Le 13/02/2014 23:11, Jim Christiansen a écrit :
Hello everyone. :-) I'm running a 12.04 30 fat client lab and need to install the Arduino IDE for fat client use. I have Java 7 installed and functioning properly for other tasks but the fat clients can not load a successfully compiled program onto the Arduino Uno. I'm trying the stock tar download from arduino.cc as an apt-get install arduino wants to install openjdk and that will mess with the java7 install that we need for our other specialty app requirements. The Arduino loader can not find the serial port. On my own standalone 12.04 had similar issues and I just chmoded 777ed ttyacm0 and it came to life and uploads code fine. Does anyone have a suggestion on how to run the Arduino IDE from a fat client? Thanks, Jim


Hi
I have installed Arduino for my ltsp client.
The problem with arduino card by default, your users haven't the good group and file's permission
In the chroot, install the arduino's packages
And in the chroot, create a new rule for udev (/etc/udev/rules.d)
Example : 45-arduino_USB.rules with this rule :
KERNEL=="ttyACM[0-9]", GROUP="dialout", MODE="0666"


Bye

--
Manu
http://www.april.org/campagne/

-- 
edubuntu-users mailing list
edubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/edubuntu-users

Reply via email to