In Arch Linux, using the command sudo bc125py import --csv channels.csv results in the message [ERROR] No scanner found . Using the command sudo modprobe usbserial results in a message that usbserial is not found in the kernel directory. Both pyserial and pyudev are installed. Using this tool on a Debian machine worked without error. Only on Arch did I experience the issue, which likely has to do with the kernel modules.
In Arch Linux, using the command
sudo bc125py import --csv channels.csvresults in the message[ERROR] No scanner found. Using the commandsudo modprobe usbserialresults in a message that usbserial is not found in the kernel directory. Both pyserial and pyudev are installed. Using this tool on a Debian machine worked without error. Only on Arch did I experience the issue, which likely has to do with the kernel modules.