Hi,
I have just acquired a Canon LiDE 210 scanner. Sadly it's not working with my stock 8.1-RELEASE system. It's running the GENERIC kernel, so has these in the kernel config:
I have installed from ports sane-backends-1.0.21_1, and sane-frontends-1.0.14_7.
All testing is as root, so file system permissions are not the cause.
I have modified the backend config file:
The device is seen when plugged into the USB bus:
It gets found by the back end:
But the frontend won't play:
I have scanned (pun possibly intended) all the forums. No joy.
That "chip=GL848+" emitted by sane-find-scanner looks like a possible issue. The SANE docs at:
http://www.sane-project.org/sane-mfgs.html#Z-CANON
say that the CanoScan LiDE 210 is "GL124 based".
Maybe I need a later SANE release? [Not going there, as I have been badly bitten by updating ports in the past, and can't afford a broken system.]
Any assistance appreciated.
Cheers,
--
Phil
I have just acquired a Canon LiDE 210 scanner. Sadly it's not working with my stock 8.1-RELEASE system. It's running the GENERIC kernel, so has these in the kernel config:
Code:
device uhci # UHCI PCI->USB interface
device ohci # OHCI PCI->USB interface
device ehci # EHCI PCI->USB interface (USB 2.0)
device usb # USB Bus (required)
I have installed from ports sane-backends-1.0.21_1, and sane-frontends-1.0.14_7.
All testing is as root, so file system permissions are not the cause.
I have modified the backend config file:
Code:
# cd /usr/local/etc/sane.d
# diff dist/genesys.conf genesys.conf
38a39,41
> # Canon LiDE 210
> usb 0x04a9 0x190a
The device is seen when plugged into the USB bus:
Code:
ugen5.2: <Canon> at usbus5
It gets found by the back end:
Code:
# sane-find-scanner -q
found USB scanner (vendor=0x04a9 [Canon], product=0x190a [CanoScan], chip=GL848+) at libusb:/dev/usb:/dev/ugen5.2
# scanimage -L
Code:
No scanners were identified. If you were expecting something different,
check that the scanner is plugged in, turned on and detected by the
sane-find-scanner tool (if appropriate). Please read the documentation
which came with this software (README, FAQ, manpages).
That "chip=GL848+" emitted by sane-find-scanner looks like a possible issue. The SANE docs at:
http://www.sane-project.org/sane-mfgs.html#Z-CANON
say that the CanoScan LiDE 210 is "GL124 based".
Maybe I need a later SANE release? [Not going there, as I have been badly bitten by updating ports in the past, and can't afford a broken system.]
Any assistance appreciated.
Cheers,
--
Phil