Alberto,<br><br>You could write a udev rule like this:<br><br>cat &gt; /etc/udev/rules.d/99-ttyACM.rules &lt;&lt; EOF<div>KERNEL==&quot;ttyACM[0-9]&quot;,MODE=&quot;0666&quot;</div><div>EOF</div><div><br></div><div>This will set rw access to ttyACM devices for everyone.<br>
If you think that&#39;s too permissive, you could do something like:</div><div><br></div><div>cat &gt; /etc/udev/rules.d/99-ttyACM.rules &lt;&lt; EOF<div>SYSFS{idVendor}==&quot;vendor_id&quot;,SYSFS{idProduct}==&quot;product_id&quot;,KERNEL==&quot;ttyACM[0-9]&quot;,MODE=&quot;0666&quot;</div>
<div>EOF</div><div><br></div><div>Again, this will set rw permissions for everyone, but only to ttyACM devices specified by its vendor and product id. I.e, for Texas Instruments USB-serial converter, idVendor==&quot;0451&quot; and idProduct==&quot;3410&quot;.</div>
<div><br></div><div>You&#39;ll have to do this on every laptop, but only once.<br><br>I&#39;m curious about the platform you&#39;re using... is it LEGO Mindstorms or maybe Arduino? Anyway... which aplication have you adapted for the XO?<br>
We&#39;re working on some piltos in Uruguay for which we bought a bunch of those, but haven&#39;t arrived yet. I think it would be very productive for our deployments if we keep in touch. Which one are you working on?</div>
<div><br></div><div>Cheers,<br>Emiliano</div><div><br></div><br><div class="gmail_quote">On Wed, Jun 23, 2010 at 11:03 AM, Martin Langhoff <span dir="ltr">&lt;<a href="mailto:martin.langhoff@gmail.com">martin.langhoff@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">On Wed, Jun 23, 2010 at 8:03 AM, Alberto Arruda de Oliveira<br>
&lt;<a href="mailto:alberto.a.oliv@gmail.com">alberto.a.oliv@gmail.com</a>&gt; wrote:<br>
&gt; But now, I&#39;m facing another problem regarding the permissions olpc user has<br>
&gt; to access diferent dispositives on XO.<br>
<br>
</div>It sounds like very interesting software! The problem you are facing<br>
is normally resolved by adding a bit of &quot;policy&quot; for a tool called<br>
&quot;PolicyKit&quot;.<br>
<br>
I am not an expert on PolicyKit at all -- so I don&#39;t know what the<br>
exact answer is. Hopefully someone who knows &amp; understands PK can<br>
help!<br>
<br>
cheers,<br>
<br>
<br>
<br>
m<br>
--<br>
 <a href="mailto:martin.langhoff@gmail.com">martin.langhoff@gmail.com</a><br>
 <a href="mailto:martin@laptop.org">martin@laptop.org</a> -- School Server Architect<br>
 - ask interesting questions<br>
 - don&#39;t get distracted with shiny stuff  - working code first<br>
 - <a href="http://wiki.laptop.org/go/User:Martinlanghoff" target="_blank">http://wiki.laptop.org/go/User:Martinlanghoff</a><br>
_______________________________________________<br>
Sugar-devel mailing list<br>
<a href="mailto:Sugar-devel@lists.sugarlabs.org">Sugar-devel@lists.sugarlabs.org</a><br>
<a href="http://lists.sugarlabs.org/listinfo/sugar-devel" target="_blank">http://lists.sugarlabs.org/listinfo/sugar-devel</a></blockquote></div>
</div>