<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><br><br>--- On <b>Fri, 10/5/12, Dr. Gerald Ardito <i><gerald.ardito@gmail.com></i></b> wrote:<br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"><br>From: Dr. Gerald Ardito <gerald.ardito@gmail.com><br>Subject: Re: [support-gang] [IAEP] Turtle Blocks question<br>To: "Walter Bender" <walter.bender@gmail.com><br>Cc: "iaep" <iaep@lists.sugarlabs.org>, "support-gang" <support-gang@laptop.org><br>Date: Friday, October 5, 2012, 2:02 PM<br><br><div id="yiv219984049">Walter,<div><br>Thanks. Sorry if this is elementary. So, I download both files on the XO, and then run the rules script?<br><br>Gerald<br><br></div></div></blockquote><span style="font-size: 10pt;">Just a lttle explanation for less familiar folks:</span><div><span style="font-size: 10pt;">Gnu/Linux has various sub-system to
 connect the outside world to the world inside your computer. One of those systems is involved with USB devices('udev' -- user devices). When you plug-in a USB device, the kernel tries to find a kernel module to talk to it(with UDEV rules) and if it succeeds, it makes a device entry in the 'dev' directory (/dev/ttyUSB0 or something). If this happens, your device is recognized and other Gnu/Linux programs can 'see' it, if not, they will keep looking and fail to find it and nothing will happen or an error message will be displayed. There are multiple components to make TurtleArt work with the sensors/boards/etc. One is to load the plugin, two is to setup the 'udev' rules', three is to have a kernel modules that works and four is to plug in the device. So pluging-in the device, loading the plugin, are two steps but two more are needed. If the kernel modules is present, then all you need to do is add the UDEV rules with the script and that should make
 everything work.</span></div><div><span style="font-size: 10pt;">ARDUINO->USB port->kernel module->udev rule->usb device node->turtle art plugin->turtle art</span></div><div><span style="font-size: 10pt;">or something like that.</span></div><div><span style="font-size: 10pt;">hope that helps.</span></div><div>-K</div></td></tr></table>