You are not logged in.

#1 2019-06-25 13:16:41

NickTouik
Member
Registered: 2014-01-15
Posts: 19

Arduino esplora briefly shows up in /dev then disappears

I got a new computer and was having difficulty uploading sketeches to my board. I think I did something to my Arduino Esplora Here's the output of

dmesg -w

when the board is plugged in and the reset button is pushed:

[91844.615650] usb 1-14: new full-speed USB device number 115 using xhci_hcd
[91844.757259] usb 1-14: New USB device found, idVendor=2341, idProduct=003c, bcdDevice= 0.01
[91844.757261] usb 1-14: New USB device strings: Mfr=2, Product=1, SerialNumber=0
[91844.757262] usb 1-14: Product: Arduino Esplora 
[91844.757263] usb 1-14: Manufacturer: Arduino LLC
[91844.760801] cdc_acm 1-14:1.0: ttyACM0: USB ACM device
[91852.394955] usb 1-14: USB disconnect, device number 115
[91852.685698] usb 1-14: new full-speed USB device number 116 using xhci_hcd
[91852.809057] usb 1-14: device descriptor read/64, error 64
[91853.039008] usb 1-14: device descriptor read/64, error 64
[91853.272359] usb 1-14: new full-speed USB device number 117 using xhci_hcd
[91853.395674] usb 1-14: device descriptor read/64, error 64
[91853.625695] usb 1-14: device descriptor read/64, error 64
[91853.732522] usb usb1-port14: attempt power cycle
[91854.375662] usb 1-14: new full-speed USB device number 118 using xhci_hcd
[91854.394001] usb 1-14: device descriptor read/8, error -61
[91854.517412] usb 1-14: device descriptor read/8, error -61
[91854.745653] usb 1-14: new full-speed USB device number 119 using xhci_hcd
[91854.764006] usb 1-14: device descriptor read/8, error -61
[91854.887371] usb 1-14: device descriptor read/8, error -61
[91854.995698] usb usb1-port14: unable to enumerate USB device

Note that between

[91844.760801] cdc_acm 1-14:1.0: ttyACM0: USB ACM device

and

[91852.394955] usb 1-14: USB disconnect, device number 115

about 8 seconds later the board shows up as

/dev/ttyACM0

and then it goes away.

I will also add that I was eventually able to upload scripts to my Arduino Nano.

Last edited by NickTouik (2019-06-25 13:18:55)

Offline

Board footer

Powered by FluxBB