Problems with udev rules #5412
Replies: 1 comment
-
Posted at 2016-08-18 by @gfwilliams Does arch linux have a plugdev group? Maybe you could try restarting? It might be that the rules need reloading... I realise it's not in the Quick Start, but you can do Posted at 2016-08-18 by avanc Yes, the group pludev is available and I also use it for another device. Reboot and reload rules doesn't change anything. It seems that the rule is not triggered at all. Maybe this is of help, /dev/ttyACM0 does not have productID nor vendorID. It is available one level below.
Posted at 2016-08-18 by avanc Even the following rule is not working:
Posted at 2016-08-19 by @gfwilliams It might actually be worth looking at what they suggest for Arduino: https://wiki.archlinux.org/index.php/Arduino Looks like adding your user to uucp and lock groups might be enough, without needing any udev Posted at 2016-08-21 by avanc It's just that easy :-) Thanks. Posted at 2016-08-22 by @gfwilliams Thanks for letting me know - I'll update the Quick Start guide |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2016-08-18 by avanc
Hello,
I'm using the udev rules from here .
However, the group of /dev/ttyACM0 is not changed to pludev neither are the permissions changed.
udevadm test /dev/ttyACM0 gives the following:
I'm using Arch Linux.
Any idea why the group is not set?
Beta Was this translation helpful? Give feedback.
All reactions