Hi Allan,<br><br><div class="gmail_quote">2011/7/22 m. allan noah <span dir="ltr"><<a href="mailto:kitno455@gmail.com">kitno455@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

SANE_DEBUG_PIXMA=255 scanimage -L<br>
<br></blockquote><div><br>This is the output as root:<br><br>[root@formiko ~]# lsusb<br>...<br>Bus 001 Device 009: ID 04a9:173a Canon, Inc. <br>...<br> <br><br>[root@formiko ~]# sane-find-scanner <br><br>found USB scanner (vendor=0x04a9 [Canon], product=0x173a [MP250 series]) at libusb:001:009<br>

<br><br>[root@formiko ~]# SANE_DEBUG_PIXMA=255 scanimage -L<br><br>No scanners were identified. If you were expecting something different,<br>check that the scanner is plugged in, turned on and detected by the<br>sane-find-scanner tool (if appropriate). Please read the documentation<br>

which came with this software (README, FAQ, manpages).<br><br><br><br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
should produce some kind of debug info. If not, then the backend is<br>
not even being loaded. That could be caused by incorrect<br>
configuration, incorrect build-time arguments, or missing libraries at<br>
build time. Why did you build from source?<br>
<br></blockquote><div><br>I built it from source since the "vainilla" packages from F15 just produced the same result and wanted to find out if testing the latest version could bring some improvement.<br><br>I built my packages as RPM using the F15 packages as a basis. I've never done something like that before, so it's possible that I have made a mistake. But the scanner does not get detected wether I use my custom built rpms or F15's.<br>

<br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
allan<br>
<div><div></div><div class="h5"><br>
On Fri, Jul 22, 2011 at 10:00 AM, Noe Nieto <<a href="mailto:nnieto@noenieto.com">nnieto@noenieto.com</a>> wrote:<br>
> I have a Canon MP250 device. The manpage of the pixma backend states that<br>
> this device is supported, but when trying to use scanimage, there's no<br>
> scanner detected.<br>
><br>
> Test case:<br>
><br>
> Plug the scanner, and check lsusb and /var/log/messages:<br>
><br>
> # dmesg<br>
> [   48.452116] usb 1-5: new high speed USB device using ehci_hcd and address<br>
> 6<br>
> [   48.568240] usb 1-5: New USB device found, idVendor=04a9, idProduct=173a<br>
> [   48.568248] usb 1-5: New USB device strings: Mfr=1, Product=2,<br>
> SerialNumber=3<br>
> [   48.568255] usb 1-5: Product: MP250 series<br>
> [   48.568260] usb 1-5: Manufacturer: Canon<br>
> [   48.568265] usb 1-5: SerialNumber: 2A7E97<br>
> [   48.757977] usblp0: USB Bidirectional printer dev 6 if 1 alt 0 proto 2<br>
> vid 0x04A9 pid 0x173A<br>
> [   48.758422] usbcore: registered new interface driver usblp<br>
> [   51.250104] wlan0: no IPv6 routers present<br>
> [   60.211879] fuse init (API version 7.16)<br>
> [   60.257069] SELinux: initialized (dev fusectl, type fusectl), uses<br>
> genfs_contexts<br>
> [   60.270808] SELinux: initialized (dev fuse, type fuse), uses<br>
> genfs_contexts<br>
><br>
> # lsusb<br>
> Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub<br>
> Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub<br>
> Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub<br>
> Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub<br>
> Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub<br>
> Bus 001 Device 002: ID 413c:a005 Dell Computer Corp. Internal 2.0 Hub<br>
> Bus 003 Device 002: ID 04d9:0499 Holtek Semiconductor, Inc. Optical Mouse<br>
> Bus 001 Device 004: ID 0b97:7761 O2 Micro, Inc. Oz776 1.1 Hub<br>
> Bus 001 Device 005: ID 0b97:7762 O2 Micro, Inc. Oz776 SmartCard Reader<br>
> Bus 001 Device 007: ID 04a9:173a Canon, Inc.<br>
><br>
> Run sane-find-scanner:<br>
><br>
> # sane-find-scanner<br>
> ...<br>
> found USB scanner (vendor=0x04a9 [Canon], product=0x173a [MP250 series]) at<br>
> libusb:001:007<br>
><br>
><br>
> Scanimage doesn't get it:<br>
><br>
> # scanimage -L<br>
><br>
> No scanners were identified. If you were expecting something different,<br>
> check that the scanner is plugged in, turned on and detected by the<br>
> sane-find-scanner tool (if appropriate). Please read the documentation<br>
> which came with this software (README, FAQ, manpages).<br>
><br>
> # scanimage -L<br>
> PIXMA_EXPERIMENT=0; SANE_DEBUG_PIXMA=21 scanimage -L<br>
><br>
> No scanners were identified. If you were expecting something different,<br>
> check that the scanner is plugged in, turned on and detected by the<br>
> sane-find-scanner tool (if appropriate). Please read the documentation<br>
> which came with this software (README, FAQ, manpages).<br>
><br>
> I'm using Fedora 15, with latest source from git repo:<br>
><br>
> scanimage -V<br>
> scanimage (sane-backends) 1.0.23git; backend version 1.0.23 (commit id:<br>
> cbc281c30a3d7bfcc02750cf782a4c8e6efac07c)<br>
><br>
> I want to help to get this fixed. Any hints?<br>
><br>
> --<br>
> ---<br>
> Noe Nieto<br>
> NNieto Consulting Services<br>
> M: <a href="mailto:nnieto@noenieto.com">nnieto@noenieto.com</a><br>
> W: <a href="http://noenieto.com" target="_blank">http://noenieto.com</a><br>
> T:  @tzicatl<br>
> Li: Perfil en LinkedIn<br>
><br>
><br>
</div></div>> --<br>
> sane-devel mailing list: <a href="mailto:sane-devel@lists.alioth.debian.org">sane-devel@lists.alioth.debian.org</a><br>
> <a href="http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/sane-devel" target="_blank">http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/sane-devel</a><br>
> Unsubscribe: Send mail with subject "unsubscribe your_password"<br>
>             to <a href="mailto:sane-devel-request@lists.alioth.debian.org">sane-devel-request@lists.alioth.debian.org</a><br>
><br>
<font color="#888888"><br>
<br>
<br>
--<br>
"The truth is an offense, but not a sin"<br>
</font></blockquote></div><br><br clear="all"><br>-- <br><span style="color:rgb(255, 204, 102)">---</span><br>
<span style="color:rgb(204, 153, 51)">Noe Nieto</span><br>
NNieto Consulting Services<br>
M: <a href="mailto:nnieto@noenieto.com" target="_blank">nnieto@noenieto.com</a><br>
W: <a href="http://noenieto.com" target="_blank">http://noenieto.com</a><br>
T:  <a href="https://twitter.com/#%21/tzicatl" target="_blank">@tzicatl</a><br>Li: <a href="http://www.linkedin.com/profile/view?id=84300665" target="_blank">Perfil en LinkedIn</a><br><br>