-
Notifications
You must be signed in to change notification settings - Fork 836
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
Love to have USB support #825
Comments
Thanks for the suggestion. This is a duplicate of #560. |
Well #560 is specifically about removable drives, mine is much more general, any USB device... |
@lovettchris -- "general USB support" turns out to be a very broad topic. Because Linux USB drivers live in the kernel, I would expect it to be hard to just expose "USB" to userspace; it would probably be on a per-driver (or at least per-type-of-hardware) basis. In this particular case, it looks like what you specifically want is Linux support for USB-Serial devices. @benhillis -- I agree with @lovettchris that this issue is not a dupe of #560 . (Or if it is, then y'all's implementation is doing something much more clever than I understand :-) ) That one's filesystems; this one is (more or less) serial ports. |
Thanks @benhillis for the clarification. Are you folks throwing all hardware support under one category, or is it useful for us to split things out? I bet it would be pretty straightforward to expose Windows serial devices as simple WSL |
@aseering as you allude to it's really a device-by-device basis. I'll go ahead and reopen this thread so it doesn't get lost with all the other closed issues. |
Yes I only need serial devices actually, so I will close this and open a more specific issue. |
Thanks @lovettchris. Without committing to anything I know serial is something we're investigating since, as Adam suggested, it would probably be pretty straightforward. |
Hi all, |
@Raphdeumax - USB WiFi dongle should work with WSL if it gets correctly enumerated by Windows. I haven't tried it personally, but, conceptually it should work. |
Please use the following bug reporting template to help produce actionable and reproducible issues:
It is awesome that I can do all this http://dev.px4.io/starting-installing-linux.html and the build succeeds. The only step missing now is USB support so I can download the firmware onto my flight controller.
USB support.
10.0.14393.0
See http://dev.px4.io/starting-installing-linux.html
See our contributing instructions for assistance.
The text was updated successfully, but these errors were encountered: