I connected my Cardputer to my Linux PC via USB-C to flash the latest uLisp. However, when I upload the sketch from the Arduino IDE I get the error:
A fatal error occurred: Could not open /dev/ttyACM0, the port is busy or doesn't exist.
([Errno 2] could not open port /dev/ttyACM0: [Errno 2] No such file or directory: '/dev/ttyACM0')
Hint: Check if the port is correct and ESP connected
Failed uploading: uploading error: exit status 2
It has been several months since I last used the Carduputer with the same setup, the only differences being earlier versions of the Linux distro and the Arduino IDE. I now use Linux Mint 22.1 Cinnamon and Arduino IDE 2.3.7.
The USB-C port is the only free one on the PC and it used to be accessible at /dev/ttyACM0. But when the Cardputer is plugged to the port there is no such entry under /dev, or another entry related to the Cardputer. The port seems to work as my Android phone is detected when plugged there.
The user I run Arduino IDE from is a member of group dialup.


