The DMC-32/DMC-16/DMC+/DDMX-512 won’t connect on Linux
The device shows up in the list, but the connection attempt fails immediately. This is usually due to invalid permissions on the device. For udev-based systems, you can resolve this by adding rules for the device. Open a terminal: cd /etc/udev/rules.d Create a file to hold the FTDI rules: sudo nano 40-ftdi.rules And add the … Read more