Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Run the following commands to apply the solution. Do not run the snippet as root unless you replace $USER with your actual user name, otherwise it will be expanded as root and the solution may fail to work as expected.

Code Block
languagebash
titleRun this
echo 'SUBSYSTEMS=="usb", ATTRS{idVendor}=="1d50", ATTRS{idProduct}=="60c7", MODE="0666"' | sudo tee /etc/udev/rules.d/10-zubax.rules
echo 'SUBSYSTEMS=="usb", ATTRS{idVendor}=="1d50", ATTRS{idProduct}=="6018", MODE="0666"' | sudo tee -a /etc/udev/rules.d/10-zubax.rules
sudo udevadm control --reload
sudo usermod -a -G dialout $USER

...