nh-server/switch-guide

fusee-interface-tk

Closed this issue · 4 comments

Please add this to the guide :
fusee-interface-tk must be run as root on linux.

  1. image
  2. It doesn't technically need to be run as root, you can also create an udev rule for it (which I would recommend over sudo)

Oh, I guess I should add an example for such a udev rule, this would be what I personally got:

$ cat /etc/udev/rules.d/70-swonch.rules 
ATTRS{idVendor}=="0955", ATTRS{idProduct}=="7321", MODE="666", GROUP="cafebabe"

Simply replace cafebabe with a group your user is part of and now you can push payloads without needing to sudo every time

The guide also has instructions for a udev rule (https://nh-server.github.io/switch-guide/extras/adding_udev/)

Oh ok thanks.
I didn't saw it.