the-via / releases

GNU General Public License v3.0
2.06k stars 223 forks source link

udev rules #262

Open nilsherzig opened 1 year ago

nilsherzig commented 1 year ago

Describe the bug Missing default udev permissions and no popup informing the user about it

To Reproduce Steps to reproduce the behavior:

  1. Go to https://usevia.app/
  2. Click on Authorize Device
  3. Get error codes which tell you nothing about the problem

Expected behavior Inform the user about possible (might be able to check this) missing udev rules.

Screenshots

image

Example of such an error message, which can be fixed using the right udev rules

VIA Version

Desktop (please complete the following information):

Additional context Udev rules which worked for me (from the vial wiki):

KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{serial}=="*vial:f64c2b3c*", MODE="0660", GROUP="users", TAG+="uaccess", TAG+="udev-acl"