-
Notifications
You must be signed in to change notification settings - Fork 14
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
Need libudev to use Node usb
module
#36
Comments
You can compile libusb to not use udev, which disables libusb's support for hotplug events. I would assume the libusb packages in OpenWrt are compiled that way, so you need to compile node-usb with Or, install udev. |
Thanks for the suggestion, @kevinmehall. @tcr I think we may need to make a modification to |
I'll add to this issue that node-serialport is experimenting with using libudev to detect connected serialports |
In the case that a user would like to use the usb module to interact with USB devices, OpenWRT will need
libudev
installed. It currently does not.This thread gives a hint of how to do that.
The text was updated successfully, but these errors were encountered: