Uninstall Linux Arduino Uno driver

Hello,

I work with Ubuntu 20.04 and recently installed latest (1.8.15) Arduino IDE, and when I plugged in my Arduino Uno board it automatically installed the right driver. So far so good.

Now when I plug my Android phone to the laptop it recognizes the device like a Arduino device /dev/ttyACM0 and I'm unable to copy files from/to it.
Does anyone knows how can I uninstall the Arduino driver and restore Phone functionality?

Thanks in advance

I googled a little bit more and finally I found a solution:
removing /home/{username}/.arduino15 worked for me.
gio trash ~/.arduino15
or
rm -r ~/.arduino15

Cheers.

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.