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!
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.rulesI had to put this:
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!