<div>I'm thinking one solution for Augustin could be a small activity that had two buttons. 
One button would "Disable Keyboard" when clicked, which would execute the commands you gave. The other would "Enable Keyboard".  Each would just trigger the appropriate commands via os.system() . </div>
<div><br></div><div>Can a sugar activity being run off a thumbdrive make the changes required in /sys/devices/platform/i8042/serio0? If so, this seems like a reasonable solution. We could create and send the activity, he could load it on via USB, copy and run it all using the touchpad. Won't have to type a thing!</div>
<div><br></div><div>Before I go experimenting with this though, I was hoping someone could let me know what commands should be run to re-enable the keyboard!</div><div><div><div><br></div><div>Danny Iland<br><div><div><br>
<div class="gmail_quote">On Sun, Mar 11, 2012 at 11:20 AM, Paul Fox <span dir="ltr"><<a href="mailto:pgf@laptop.org">pgf@laptop.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">walter wrote:<br>
 > On Sun, Mar 11, 2012 at 12:59 PM, Agustin Zubiaga Sanchez<br>
 > <<a href="mailto:aguz@sugarlabs.org">aguz@sugarlabs.org</a>> wrote:<br>
 > > Hello,<br>
 > > I've a XO with a broken keyboard (writes: ]]]]] steadily)<br>
 > > I have to wait a week to send to fix, and I thought I could connect an<br>
 > > external<br>
 > > keyboard so I have to disable the internal keyboard...<br>
 > ><br>
 > > ¿Somebody can help me to disable the XO keyboard?<br>
 ><br>
 > You don't need to disable the XO keyboard in order to use an external<br>
 > keyboard, but if the key is stuck, then you will probably have to<br>
 > disconnect the ribbon cable, which will also disable the touch pad. Do<br>
 > you have a USB mouse?<br>
<br>
<br>
</div>hmm.  normally i would say to do this, to disable the keyboard:<br>
    # cd /sys/devices/platform/i8042/serio0<br>
    # echo -n manual > bind_mode<br>
    # echo -n none > drvctl<br>
<br>
but i think walter is right -- if there's a stuck key, you won't<br>
be able to run those commands.   unless you can ssh to the machine,<br>
of course.  :-)<br>
<br>
paul<br>
<div class="im"><br>
 ><br>
 > -walter<br>
 > ><br>
 > > Thanks!<br>
 > ><br>
 > > Sorry, my English isn't good...<br>
 > ><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><br>
 > ><br>
 ><br>
 ><br>
 ><br>
 > --<br>
 > Walter Bender<br>
 > Sugar Labs<br>
 > <a href="http://www.sugarlabs.org" target="_blank">http://www.sugarlabs.org</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><br>
<br>
</div>=---------------------<br>
 paul fox, <a href="mailto:pgf@laptop.org">pgf@laptop.org</a><br>
<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><br>
<br></blockquote></div><br></div></div></div></div></div>