Sapd / HeadsetControl

Sidetone and Battery status for Logitech G930, G533, G633, G933 SteelSeries Arctis 7/PRO 2019 and Corsair VOID (Pro) in Linux and MacOSX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generating udev rules for Artics Nova 7

anyoneyun opened this issue · comments

Hi, I've been trying to use HeadsetControl with a pair of Artics Nova 7, it works fine when using sudo, but running it as a normal user doesn't work, even after generating udev rules with sudo headsetcontrol -u. In /usr/lib/udev/rules.d/70-headsets.rules there is no Artics Nova 7. Is it intended? Thanks!

Did you write the generated ids down? i.e.
sudo headsetcontrol -u > /usr/lib/udev/rules.d/70-headsets.rules

If the headset works with sudo, the id actually must also be inside the rules (as the udev rules generation just iterates all headsets)

Hi, I've tried doing that and it does actually show ids for Artics Nova 7 now. However, I had to move the 70-headsets.rules to /etc/udev/rules.d to make it work. Thanks!