diff --git a/index.html b/index.html index c7b1e1b..72d092e 100644 --- a/index.html +++ b/index.html @@ -79,7 +79,7 @@
On Linux, you might get an 'Access Denied' or 'No Compatible Device' error on the Connect dialog! If you do, you can try creating a file at /etc/udev/rules.d/50-switch.rules
With the following contents:SUBSYSTEM==\"usb\", ATTR{idVendor}==\"0955\", MODE=\"0664\", GROUP=\"plugdev\"
On Linux, you might get an 'Access Denied' or 'No Compatible Device' error on the Connect dialog! If you do, you can try creating a file at /etc/udev/rules.d/50-switch.rules
With the following contents:SUBSYSTEM=="usb", ATTR{idVendor}=="0955", MODE="0664", GROUP="plugdev"
and afterwards add yourself to the plugdev group by typing sudo usermod -a -G plugdev YOUR_NAME