SimulPiscator / AirSane

Publish SANE scanners to MacOS, Android, and Windows via Apple AirScan.
GNU General Public License v3.0
243 stars 26 forks source link

Canon MG2550s detected but no reaction #102

Open sarensabertooth opened 1 year ago

sarensabertooth commented 1 year ago

scanimage -L reports the machine like it should: device `pixma:04A9176D_9EF6DD' is a CANON Canon PIXMA MG2500 Series multi-function peripheral However when I press scan in apple preview on the same device, or another, or in the web view, just nothing happens. The scan app kind of skips all steps really fast but the scanner never ends up making any noise, nor error reporting.

SimulPiscator commented 1 year ago

When you run sudo -u saned scanimage > test.pnm, do you get an image?

sarensabertooth commented 1 year ago

I get "scanimage: sane_read: Error during device I/O" Also I have to replace -u saned with my own username always, becasue saned doesn't exist on my system. Was it supposed to be created? Followed the macOS instructions

SimulPiscator commented 1 year ago

If scanimage does not work either then you have an issue with the pixma backend, which is outside the scope of AirSane.

I did a quick web research and came up with this, which may be related: https://unix.stackexchange.com/questions/349850/xsane-error-during-read-error-during-device-i-o-canon-pixma-mg3550-scanner Maybe the suggestion to adapt pixma.conf can help you.

sarensabertooth commented 1 year ago

If scanimage does not work either then you have an issue with the pixma backend, which is outside the scope of AirSane.

I did a quick web research and came up with this, which may be related: https://unix.stackexchange.com/questions/349850/xsane-error-during-read-error-during-device-i-o-canon-pixma-mg3550-scanner Maybe the suggestion to adapt pixma.conf can help you.

Unfortunately that didn't change anything. Is there also a timeout that can be set in the options.conf?

SimulPiscator commented 1 year ago

In options.conf, you can only set options that are exposed by the backend through SANE parameters, sorry.

sarensabertooth commented 1 year ago

In options.conf, you can only set options that are exposed by the backend through SANE parameters, sorry.

Which unfortunately exhausts my own options, I figure. Anyways, thanks for the quick help!

SimulPiscator commented 1 year ago

BTW, I found this page that says you have to install the ink cartridges in order to scan: https://cromwell-intl.com/open-source/canon-pixma-printer-scanner.html

sarensabertooth commented 1 year ago

BTW, I found this page that says you have to install the ink cartridges in order to scan: https://cromwell-intl.com/open-source/canon-pixma-printer-scanner.html

Thank you for your efforts, but I always have it installed.