Skip to content

How to give rights to USB in LINUX

Alex Cazorla Solà edited this page Mar 22, 2019 · 3 revisions

In order to give rights to connected controller via USB in Linux we must do the following:

  1. Connect the controller via USB to our laptop
  2. Open the terminal and execute the following command:

sudo chmod 666 /dev/ttyACM0

Clone this wiki locally