Troubleshooting - nloomans/language-nxc GitHub Wiki

Linux

Try running this in the terminal

  1. sudo sh -c "echo 'SUBSYSTEM==\"usb\", ATTRS{idVendor}==\"0694\", GROUP=\"nxt\", MODE=\"0660\"' > /etc/udev/rules.d/70-nxt.rules"
  2. sudo groupadd nxt
  3. sudo usermod -a -G nxt USERNAME
  4. reboot

note: replace USERNAME with your username

Windows

Install the patched fantom driver (special thanks to the ROBOTC team for fixing the driver!)

If the driver is still not working, try the NXT Fantom Driver Troubleshooting Guide (special thanks to the bricxcc team for writing this)

Mac OSX

It should work out of the box, if it doesn't, please create an issue.