Skip to content

Setup vial on fedora requires extra steps #72

Description

@gsouf

Hi,

I followed the guide to setup vial on linux (https://get.vial.today/manual/linux-udev.html) but it didnt work out of the box...Apparently some fedora security layer block the rules to apply

I had to run lsusb to find the vendor id and device id of the keyboard, then I had to add these to the file /etc/udev/rules.d/59-vial.rules

I had to put this:

ATTRS{idVendor}=="replace with vendor id", ATTRS{idProduct}=="replace with device id"

I think it would be worth it documenting this on the setup page as it took me about 30 minutes to figure out.

Thank you!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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