-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Leonardo doesn't appearing as CDC-ACM device #1389
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I experience the exact same problem on the exact same OS. |
What's the output of dmesg?
|
usb 3-2: new full speed USB device number 56 using xhci_hcd |
Seems ok, it is just it is enumerated differently. Go on the main site -> usb 3-2: new full speed USB device number 56 using xhci_hcd — |
Following website instructions, I get the following:
Same as before, but now I get new dev links. |
Sorry, missed that before: so it seems like you have uploaded some come to show your leonardo as 2013/4/29 jotabr notifications@github.com
|
No. It's just the blink sketch, from examples folder. ^^ |
The problem is that the VID:PID of the running sketch isn't in list of cdc_acm modules in cdc_acm.c in older versions of the driver. (Ubuntu 13.04 works, but it's the only one I've found.) As a hack, this should work: echo "0x1b4f 0x9204" > /sys/bus/usb/drivers/cdc_acm/new_id |
Solved by newer kernel versions |
After plugging Leonardo to USB port, /dev/ttyACM0 is created normally by bootloader:
After bootloader has finished execution, there is no CDC ACM device available and it is not possible to upload any sketch:
If I reset Leonardo I have ACM back and some seconds for uploading a sketch.
Maybe it is related to this issue? -> https://groups.google.com/forum/?fromgroups=#!topic/lufa-support/kKuFY8HGgWc
I'm currently running RHEL 6.4 - Linux 2.6.32-358.2.1.el6.x86_64
Regards
Jota
The text was updated successfully, but these errors were encountered: