PHP-Scanner-Server icon indicating copy to clipboard operation
PHP-Scanner-Server copied to clipboard

scanner-access-enabler not working on ubuntu 15.04

Open nbartley opened this issue 8 years ago • 2 comments

The script does not work on Ubuntu 15.04. This comes from it using scanimage -l w/ settings, as those settings don't return a libusb for the script to find. If you use sane-find-scanner it will return the libusb results with the libusb:001:005 format that the script needs.

On 15.10 the fix of changing the permissions still works, just the script does not at the moment.

------scanimage output: /dev/bus/usb/001$ scanimage -f "%d%n%v%n%m%n" fujitsu:ScanSnap iX500:26000 FUJITSU ScanSnap iX500

------sane-find-scanner /dev/bus/usb/001$ sane-find-scanner

sane-find-scanner will now attempt to detect your scanner. If the

result is different from what you expected, first make sure your

scanner is powered up and properly connected to your computer.

No SCSI scanners found. If you expected something different, make sure that

you have loaded a kernel SCSI driver for your SCSI adapter.

found USB scanner (vendor=0x04c5 [Fujitsu], product=0x132b [ScanSnap iX500]) at libusb:001:005 .........

nbartley avatar Nov 10 '15 06:11 nbartley

have you tried the udev rule maker? it is meat as a replacement as it provides a cleaner fix for permissions

I will contact jhansonxi about the access enabler

edit: that scanner should not require any rules, according to the udev rule maker this may be cause of a specal driver your scanner uses can you post your lsusb output? edit2: i will try to make a GUI that will generate rules in the web UI edit3: edit 2 does NOT mean to not post the lsusb output

GM-Script-Writer-62850 avatar Nov 10 '15 11:11 GM-Script-Writer-62850

ok i made a GUI for making scanner rules, see if it works for your scanner commit c100309 commit 9f82744

GM-Script-Writer-62850 avatar Nov 14 '15 16:11 GM-Script-Writer-62850