Update:<br><br>rather than power off, I decided to do another ctl-alt-f2 at the snag of the 'stall point' below, and got a bash prompt,<br><br>entering  stop prefdm there then returns "unknown instance" and a bash prompt<br>
<br>tried the insmod tests from there, loaded successfully with the following output:<br><br>usb 1-2: USB2VGA dongle found at address 3<br>usb 1-2: Allocated 8 output buffers<br>usb 1-2: 8Mb 1 ch/1 r SDR SDRAM, bus width 32<br>
usbcore: registered new interface driver sisusb<br><br>tried the rmmod, got the following output:<br><br>usbcore: deregistering interface driver sisusb<br><br>did it about 10 times with various 1-10 second waits before and after each step,  always results as above.<br>
<br>KG<br><br><br><br><br><br><br><br><br><div class="gmail_quote">On Wed, Jun 22, 2011 at 7:23 AM, Kevin Gordon <span dir="ltr"><<a href="mailto:kgordon420@gmail.com">kgordon420@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
DSD:<br><br>Hit a snag on your method below:<br><br>Moved the .ko<br><br>rebooted<br><br>rebooted with USBVGA2 plugged in, booted successfully with no VGA display, as you predicted<br><br>ctl-alt-f2<br><br>hit enter to login, gives me the bash # prompt<br>

<br>entering stop prefdm at the prompt does not then return a # prompt, just shoots a bunch of text console lines, ending with <br><br>Starting crond:<br>[21.486698] input: olpc-kbdshim virtual input as /devices/virtual/input/input6<br>

[97.220326] dcon_freeze_store: 0<br><br>any subsequent input echoes but does nothing, have to power off by the power button<br><br>Any suggestions?<div><div></div><div class="h5"><br><br><br><br>More specific instructions for this:<br>
<div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Boot without USBVGA connector attached. Go to a root terminal and move<br>
sisusbvga.ko to /root:<br>
# mv /lib/modules/*/kernel/drivers/usb/misc/sisusbvga/sisusbvga.ko /root<br>
<br>
Power off the system, connect USBVGA, boot. It should boot<br>
successfully, but without any VGA output. Press ctrl+alt+f2 to get to<br>
a root terminal, and stop X/sugar with:<br>
# stop prefdm<br>
<br>
Now load the sisusbvga driver manually and see if it hangs:<br>
# insmod /root/sisusbvga.ko<br>
<br>
Wait a few seconds, see if the system is hung or if you can still type<br>
on the console.<br>
<br>
If you can still type, unload the module:<br>
# rmmod sisusbvga<br>
<br>
and now try loading/unloading a few more times with a few seconds<br>
pause between each step.<br>
# insmod /root/sisusbvga.ko<br>
...<br>
# rmmod sisusbvga<br>
...<br>
# insmod /root/sisusbvga.ko<br>
...<br>
# rmmod sisusbvga<br>
...<br>
etc<br>
<br>
The idea is to find out whether the system hang is caused by the<br>
loading of sisusbvga. It might not hang first time, may require a few<br>
attempts, hence the repeated loading.<br>
<br>
Thanks,<br>
<font color="#888888">Daniel<br>
</font></blockquote></div><br>
</div></div></blockquote></div><br>