<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">Le 13/02/2014 23:11, Jim Christiansen a
écrit :<br>
</div>
<blockquote
cite="mid:CA+_okBdvuDjK6ZqsqHr0dsna2sYeagWLVuwYyfHhCG+OxVqYQw@mail.gmail.com"
type="cite">
<div dir="ltr">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</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
</blockquote>
Hi<br>
I have installed Arduino for my ltsp client.<br>
The problem with arduino card by default, your users haven't the
good group and file's permission<br>
In the chroot, install the arduino's packages<br>
And in the chroot, create a new rule for udev (/etc/udev/rules.d)<br>
Example : 45-arduino_USB.rules with this rule :<br>
KERNEL=="ttyACM[0-9]", GROUP="dialout", MODE="0666"<br>
<br>
<br>
Bye<br>
<br>
<pre class="moz-signature" cols="72">--
Manu
<a class="moz-txt-link-freetext" href="http://www.april.org/campagne/">http://www.april.org/campagne/</a></pre>
</body>
</html>