Errors during code load Ubuntu 12.10 x64

keithg

Well-known member
I recently updated a laptop to 12.10 from 12.04. This always worked flawlessly on 12.04. With 12.10, sometimes it will load, but mostly, it takes a while then I get 49 attempts then it asks me to push the reset button. When I enable verbose output during upload, it gives 49 of these...

Code:
status read, retry 48
send: status - at Mon Dec 24 09:29:05 2012
sent: status - at Mon Dec 24 09:29:05 2012
get_line: "dir:/tmp/build9067956586150590441.tmp/"
get_line: "file:teensy_clock_3.cpp.hex"
get_line: "readable:1"
readable = 1
get_line: "auto:1"
auto = 1
get_line: "online:0"
online = 0
get_line: "online_count:8"
online_count = 0
get_line: "offline_count:0"
offline_count = 0
get_line: "state:0"
state = 0
get_line: "code_size:131072"
get_line: "EOT"
status read, retry 49
Please press the RESET BUTTON on your Teensy to upload your sketch.  Auto-reboot only works if the Teensy is running a previous sketch.

This is with 12.10 fully up to date as of today:
Code:
$ java -version
java version "1.7.0_09"
OpenJDK Runtime Environment (IcedTea7 2.3.3) (7u9-2.3.3-0ubuntu1~12.10.1)
OpenJDK 64-Bit Server VM (build 23.2-b09, mixed mode)

$ uname -a
Linux Compaq-Presario-CQ50-Notebook-PC 3.5.0-21-generic #32-Ubuntu SMP Tue Dec 11 18:51:59 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux

When I push the reset button, it will load the code and it works. Is there a work around?

Happy Holidays!
 
Back
Top