Hi all,
I recently got myself an arduino uno (in an ardx-kit). And still in the process of building the first circuits. I am now only at the third one is, which uses a motor and a transistor. I successfully uploaded this example sketch and it worked.
So I wanted to make some changes, but I couldn't upload my changes, because somehow the /dev/ttyACM0 is no longer listed under Tools >Serial Port
there's only one entry: /dev/ttySO
I'm not sure why it disappeared, I don't think I installed anything on my system while trying out the uno.
I have installed the IDE on a system running Ubuntu 9.10
that's a bit dated, but shouldn't be an issue I think.
The IDE is version 0022, which, I believe, is the latest version. It lists my uno (and until yesterday, everything worked fine).
When I run dmesg I see the repeated message:
[ 6948.356061] usb 2-3: new full speed USB device using ohci_hcd and address 11
[ 6948.572215] usb 2-3: configuration #1 chosen from 1 choice
[ 6948.575705] cdc_acm 2-3:1.0: no more free acm devices
[ 7004.866986] hub 2-0:1.0: port 3 disabled by hub (EMI?), re-enabling...
[ 7004.867001] usb 2-3: USB disconnect, address 11
[ 7005.168055] usb 2-3: new full speed USB device using ohci_hcd and address 12
[ 7005.384179] usb 2-3: configuration #1 chosen from 1 choice
[ 7005.387636] cdc_acm 2-3:1.0: no more free acm devices
[ 7057.105080] hub 2-0:1.0: port 3 disabled by hub (EMI?), re-enabling...
[ 7057.105094] usb 2-3: USB disconnect, address 12
[ 7057.408290] usb 2-3: new full speed USB device using ohci_hcd and address 13
[ 7057.624241] usb 2-3: configuration #1 chosen from 1 choice
[ 7057.627760] cdc_acm 2-3:1.0: no more free acm devices
[ 7074.529459] hub 2-0:1.0: port 3 disabled by hub (EMI?), re-enabling...
[ 7074.529473] usb 2-3: USB disconnect, address 13
[ 7074.832030] usb 2-3: new full speed USB device using ohci_hcd and address 14
[ 7075.047608] usb 2-3: configuration #1 chosen from 1 choice
[ 7075.051108] cdc_acm 2-3:1.0: no more free acm devices
[ 7201.100134] usb 2-3: USB disconnect, address 14
it seems like this might be related…
If anyone has any ideas, I would be very grateful. I have seen threads that looked a bit similar, but nothing that really helped me.