On 2020-04-09 21:25, Samuel Sieb wrote:
/dev/bus/usb/001/006 is the device name.
°
[root@Workstation-1 bobg]# ls -al /dev/bus/usb/001/006 crw-rw-r--. 1 root root 189, 5 Apr 9 20:11 /dev/bus/usb/001/006
[root@Workstation-1 bobg]# chmod 777 /dev/bus/usb/001/006
[root@Workstation-1 bobg]# ls -al /dev/bus/usb/001/006 crwxrwxrwx. 1 root root 189, 5 Apr 9 20:11 /dev/bus/usb/001/006
That was what it needed, the permissions now are probably overkill, but it scans and saves.
Thank you for the help Sam.