Dear All,
I have an Arduino Yun that previously has been working fine. I have managed to upload sketches successfully to it and they have ran correctly. However after a few days the Arduino Yun has stopped showing up in lsusb (and by extension the Arduino IDE) on any computer I have tried. I have also tried multiple microUSB cables, all of which I have tested and manage to successfully transfer data between my phone and every computer I have tried.
However even though no computer will pickup the Arduino Yun via the microUSB, it still manages to get power over it. I can still connect to the Arduino Yun via Wi-Fi fine.
How can I manage to get my computer to detect it via microUSB again?
Thank you,
Jack
I've just noticed that although both the IDE and lsusb do not detect it, dmesg does:
[ 8996.442656] usb 3-5: new full-speed USB device number 26 using xhci_hcd
[ 8996.613492] usb 3-5: New USB device found, idVendor=2341, idProduct=8041
[ 8996.613494] usb 3-5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 8996.613495] usb 3-5: Product: Arduino Yun
[ 8996.613496] usb 3-5: Manufacturer: Arduino LLC
[ 8996.614309] cdc_acm 3-5:1.0: ttyACM0: USB ACM device
[ 8997.068039] r8169 0000:02:00.0 enp2s0: link up
[ 9003.524134] r8169 0000:02:00.0 enp2s0: link down
[ 9008.731598] r8169 0000:02:00.0 enp2s0: link up
Any ideas?
Thanks,
Jack
I do not know why but it has started being detected again by lsusb and the IDE. I would still like any answers to this to solve the problem in case it happens again.