Forum Rule: Always post complete source code & details to reproduce any issue!
-
Teensy 3.2 UDEV rule on Ubuntu 19.10 does not work
Hello, I've installed the UDEV rule for a Teensy 3.2 as suggested in the install instructions.
That rule however does not allow the device "/dev/hidraw3", which is how my Teensy is recognized.
A workaround has been suggested long time ago (and it works):
https://forum.pjrc.com/threads/44937...l=1#post146752
by adding:
Code:
SUBSYSTEM=="hidraw", DEVPATH=="*/usb*:16C0:04[789ABCD]?.*", MODE:="0666"
Could I have a feedback on whether that udev rule maybe needs a bit of attention?
thanks
Last edited by jman; 08-04-2020 at 02:06 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules