MarreTeint / Monochromateur

An interspecialty project on the realisation of a monochromator made at Polytech Paris Saclay (2/3)
GNU General Public License v3.0
1 stars 0 forks source link

Linux compatibility #5

Closed MarreTeint closed 1 year ago

MarreTeint commented 1 year ago

cannot send to the microcontroler with a computer with ubuntu

MarreTeint commented 1 year ago

don't forget to do this

sudo usermod -a -G uucp username
sudo usermod -a -G dialout username
sudo usermod -a -G lock username
sudo usermod -a -G tty username
reboot

It's ok if some do not work + if you are using SUSE 11.3 or higher, replace the '-a -G' flags with a single '-A' flag.