GM-Script-Writer-62850

Results 130 comments of GM-Script-Writer-62850
trafficstars

BTW based on the device string that scanner will require using the access enabler, mentioned on the configure page, since you were able to get this far you probably have...

i see the issue, your scanner does not have a --source parameter, i assumed all scanners had that

can you try something for me, it may work, but the source value looks screwy can you run `sudo -u www-data sed -i 's/animage/Inactive/g' /path/to/scanners.json` then load teh scanner page...

it looks like i can make a patch for the source issue easily :) that fakescanner option i made works better than i expected :)

Changes: - https://github.com/GM-Script-Writer-62850/PHP-Scanner-Server/commit/6068bd3248f36a011baae8622f2aa4e75b16dc5e - https://github.com/GM-Script-Writer-62850/PHP-Scanner-Server/commit/198b3eeef14e974dd686b01d558b6efc7a298312

run the scan command in the terminal the way it says to and see if the scan is readable (check file size) this screenshot will show you what i am...

then the access enabler needs to be used, the main install scrip on the downloads page is supposed to install that if needed you should have a command `scanner-access-enabler` available...

can you post the udev rule here?

that does not look right, this is what i have for my old crappy scanner: ``` ~$ cat /etc/udev/rules.d/40-scanner.rules SUBSYSTEMS=="usb", ATTRS{idVendor}=="1606", ATTRS{idProduct}=="0060", ENV{libsane_matched}="yes", GROUP="lp" ``` ``` ~$ lsusb |grep -i...

you may be to restart apache after doing that, not sure is www-data in the lp group? groups www-data what we dare dealing with a permissions error so it falls...