1. We test software operation only with Linux Ubuntu, not any other Linux build.
2. By default Linux does not allow access to USB devices, to use them (including E-Coder) you need to enter the following lines when the system starts:
sudo chmod 664 /dev/hidraw*
sudo chgrp plugdev /dev/hidraw*
eesdr.com/en/forum-en/e-coder/7743-e-coder-on-linux#17774