revised udev rule (for gentoo and others)

Moderator: Telldus

Post Reply
dagb
Posts: 10
Joined: Fri Mar 17, 2023 9:45 am

revised udev rule (for gentoo and others)

Post by dagb »

Hi

I had a minor challenge figuring out permissions and stuff for using the tellstick with remotestick. (which I'll recommend)
On gentoo, I found this udev rule to suit me much better than the default one:

KERNEL=="ttyUSB*", SUBSYSTEMS=="usb", SYSFS{idVendor}=="1781", SYSFS{idProduct}=="0c30", SYMLINK="tellstick", GROUP="usb", MODE="0660"

(gentoo has no plugdev group by default, and permbits were set to 0600 with the original rule)


Dag B
Post Reply