Skip to content

Rule does not work on Fedora 23 & 24 #1

@lmacken

Description

@lmacken

I'm not exactly sure what the deal is here, but the default udev rule does not work for me with systemd-udev-229-8.fc24.x86_64.

I modified the rule to match based on the ID_MODEL, and now it works...

SUBSYSTEM=="usb", ENV{ID_MODEL}=="KeepKey", MODE="0666", GROUP="dialout", SYMLINK+="keepkey%n"
KERNEL=="hidraw*", ATTRS{idVendor}=="2b24", ATTRS{idProduct}=="0001", MODE="0666", GROUP="dialout"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions