[sane-devel] Ubuntu 10.4 32 & 64 bit Platform - Canon MF6550 Scanner - sane via any frontend "Hangs" at 1st data transfer

Nicolas Martin nicolas0martin at gmail.com
Fri Jul 2 18:37:00 UTC 2010


Goods news then, thanks Ron for your report ;-)

Looks like your attachment (I suppose the scan log) has been suppressed
from this email (maybe size is too big), so could you retry to get a
smaller one by running these commands: 

$ export SANE_DEBUG_PIXMA=11

$ scanimage -x 100 -y 100 1> /dev/null 2> scanimage.log

Zip or tar.gz the scanimage.log file you get, and send it me back.
I would like to keep it as reference, for easier pixma backend
maintenance.
In the meantime, I'll update the docs for this model.

Concerning Ubuntu 10.04: I don't know if they'll stay with the current
sane lib 1.0.20, or upgrade it. But generally, Ubuntu ships with latest
stable Sane lib (1.0.20 at time 10.04 was released, now 1.0.21)
So I'm afraid you'll probably need to live for a while with the Sane git
version until a Sane 1.0.22 version is released, and then get ships with
Ubuntu.
However, the pixma backend is now very mature, and I'm rather prudent
when adding changes, to keep stability and backwards compatibility. 
You can either install Sane git over Ubuntu's Sane (be careful to keep
the same directories when building the ./configure statement)
Or you could also create your own Sane package with checkinstall, and
install it with dpkg so that it gets included in package management.

NB: export statements are attached to your terminal session, and get
killed when you logout or close terminal.

Nicolas



Le vendredi 02 juillet 2010 à 09:54 -0500, Ron Parker a écrit :
> (Attachment Suppressed)
> 
> Success so far.
> 
> The commands below are what I abstracted from the web page you referred
> me to. After building and loading the latest back-end library, a command
> line scan produced the log file that you requested. (Attached).
> 
> Additional scans with gscan2pdf, simplescan, and xsane all produced
> acceptable one page results. I cranked up the resolution to 300 dpi for
> one page, and there was no mis-behavior. My final test in this set was a
> multipage (via gscan2pdf) 150 dpi from the sheet feeder.The resultant
> PDF looked good.
> 
> re: maintaining this configuration. Will ubuntu offer me an update to
> the backend library via the package mechanism? Or, have I detached this
> library from ubuntu package management by building a custom and later
> release of the library?
> 
> Any other tests that you would like me to run? (How do I kill the env
> variable created by EXPORT?)
> 
> Ron
> 
> 
> #http://mp610.blogspot.com/2008/04/give-your-scanner-new-freshly-sane.html
> cd /usr/src
> git clone git://git.debian.org/sane/sane-backends.git
> cd sane-backends
> 
> #If you want later to update your git directory with the latest version
> #available from the public Sane git repository, in order to build the
> latest #Sane code, you just need to enter the following command, from
> the sane-#backends directory:
> # #$ git pull
> # make sure usb dev lib is installed
> 
> apt-get install libusb-dev
> 
> #This will download the latest changes to the files in your directory
> sane-backends.
> 
> ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
> 
> #This will choose /usr/lib/sane as SANE lib directory, /etc/sane.d as
> SANE #config files dir, and /var/lock/sane as state directory: The ones
> that are #used by Mandriva and Ubuntu.
> 
> make
> make install
> 
> echo '# libusb device nodes : change permissions to 666'
> >/etc/udev/rules.d/mylibsane.rules echo 'SUBSYSTEM=="usb",
> ENV{DEVTYPE}=="usb_device", MODE="0666"'
> >>/etc/udev/rules.d/mylibsane.rules
> 
> scanimage -V
> # Shows version . Should be GTEQ 1.0.21
> # Actual value in this test was 1.0.22 (1Jul2010)
> 
> scanimage -L
> # Shows Scanner
> # pixma_find_scanners() found 1 devices
> # device `pixma:04A92686_1665JDVj0000' is a CANON Canon imageClass
> MF6500 multi-function peripheral
> 
> --
> sane-devel mailing list: sane-devel at lists.alioth.debian.org
> http://lists.alioth.debian.org/mailman/listinfo/sane-devel
> Unsubscribe: Send mail with subject "unsubscribe your_password"
>              to sane-devel-request at lists.alioth.debian.org





More information about the sane-devel mailing list