You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change udev rules from `ATTR{idProduct}=[...]` to `ATTR{idProduct}==[...]`.
A single `=` tells udev to write to the idProduct attribute and results in a ton of startup errors of the form:
error opening ATTR{/sys/devices/virtual/sound/timer/idProduct} for writing: Permission denied
0 commit comments