Plugin upload on linux fails with "Error opening device - Error code : Input/output error"
On Ubuntu, your user must be added to the "tty" group, this can be done by running :
sudo usermod -a -G dialout my_user
then don't forget to log out and back in !