[sane-devel] [Fwd: Re: Canon MX300 "No devices avialable"]

2008-12-18 Thread Nicolas Martin
Canon PIXMA MX300 is supported by the pixma backend in Sane CVS. Install Sane CVS on Xubuntu following the step by step procedure given on this blog: http://mp610.blogspot.com/2008/04/give-your-scanner-new-freshly-sane.html Feel free to post again if you don't succeed or if you need more detail

[sane-devel] hal fdi rules to grant user "saned" access to scanner devices

2008-12-18 Thread Jochen Eisinger
Hi, I don't know whether somebody came up with a similar or better solution, so here's mine: On new linux installations, where hal is used to manage device access rights, the old way of granting user saned access rights to scanners by adding the user to the group scanner or so no longer works. ha

[sane-devel] 32-bit proprietary drivers on AMD64: a plan

2008-12-18 Thread Ivan Boldyrev
Greetings! I have found that my EPSON Perfection V200 doesn't work after upgrade to 64 bit Linux. The infamous AVASYS corporation gives only 32-bit version of their proprietary "plugins". The "plugin" is a 32-bit .so that is used by backend sane-epkowa. But 64-bit code cannot use 32-bit librari

[sane-devel] udev rules for HP Photosmart C5200 series

2008-12-18 Thread Wombachi
Hi, I had to update the udev libsanes rules for my HP C5280. I email it here, as suggested: # Hewlett-Packard Photosmart C5200 series (C5280 at least) SYSFS{idVendor}=="03f0", SYSFS{idProduct}=="5d11", MODE="0664", GROUP="scanner", ENV{libsane_matched}="yes" Hope this can help others.

[sane-devel] 32-bit proprietary drivers on AMD64: a plan

2008-12-18 Thread Julien BLACHE
"Ivan Boldyrev" wrote: Hi, > I don't know if it worth distributing "sane-wrapper" code with SANE as > it requires cross-compilation; may be, it should be contrib or just > separate package. It's not even worth writing it in the first place. JB. -- Julien BLACHE

[sane-devel] umax1220u: sane_start: Invalid argument

2008-12-18 Thread m. allan noah
I'd say it is a backend bug. I dont think it is mentioned in the SANE spec, but backends should generally start out with reasonable defaults. Should be simple to do that for the scan area params. Can you file a bug report so we dont forget to do it? allan On Thu, Dec 18, 2008 at 11:45 AM, D. Hugh

[sane-devel] umax1220u: sane_start: Invalid argument

2008-12-18 Thread D. Hugh Redelmeier
| From: gmurray at cloudnet.com | You need to specify the size of the image to scan, as it defaults to 0 | pixels, which is invalid. | SANE_DEBUG_UMAX1220U=255 scanimage -x 100 -y 100 -d umax1220u:libusb:004:003 > outfile.pnm | From: m. allan noah | well, it appears that the backend does no

[sane-devel] Fwd: umax1220u: sane_start: Invalid argument

2008-12-18 Thread m. allan noah
well, it appears that the backend does not set default values for the width and height (-x and -y) so, in order to make a scan, you must specify them. scanimage -x 210 -y 297 > image.pnm allan On Thu, Dec 18, 2008 at 10:41 AM, D. Hugh Redelmeier wrote: > | From: m. allan noah > > | On Wed, De

[sane-devel] Fwd: umax1220u: sane_start: Invalid argument

2008-12-18 Thread D. Hugh Redelmeier
| From: m. allan noah | On Wed, Dec 17, 2008 at 10:23 PM, D. Hugh Redelmeier wrote: | > [umax1220u] sane_start | > [umax1220u] UMAX_set_scan_parameters: | > [umax1220u] color = 1 | > [umax1220u] xo= 0, yo = 0 | > [umax1220u] w = 0, h = 0 | > [umax1220u] xres = 75, yres = 75

[sane-devel] Canon MX300 "No devices avialable"

2008-12-18 Thread leegold
I was trying to get the scanner functionality working on my Canon MX300. I googled it and see a lot talk about getting this printer to scan with [X]Ubuntu - it's a fairly new model. But I'm not sure what the procedure is. Is there a documented step by step way of doing this? Using Xubuntu 8.10. T

[sane-devel] iscan questions Novell bugzilla #459215

2008-12-18 Thread Olaf Meeuwissen
Russ Fineman writes: > On Tuesday 16 December 2008 3:35:31 pm you wrote: >> Olaf Meeuwissen writes: >> > Russ Fineman writes: >> >> Also tried to enter it on >> >> https://www.avasys.jp/secure/english/linux_e/support_form.html but I >> >> get a list of apache and java errors. says cannot contac

[sane-devel] Fwd: umax1220u: sane_start: Invalid argument

2008-12-18 Thread m. allan noah
forward to list as well, sorry Dr R -- Forwarded message -- From: m. allan noah Date: Thu, Dec 18, 2008 at 8:37 AM Subject: Re: [sane-devel] umax1220u: sane_start: Invalid argument To: "D. Hugh Redelmeier" On Wed, Dec 17, 2008 at 10:23 PM, D. Hugh Redelmeier wrote: > | Fro

[sane-devel] 32-bit proprietary drivers on AMD64: a plan

2008-12-18 Thread m. allan noah
On Thu, Dec 18, 2008 at 7:34 AM, Julien BLACHE wrote: > "Ivan Boldyrev" wrote: > > Hi, > >> I don't know if it worth distributing "sane-wrapper" code with SANE as >> it requires cross-compilation; may be, it should be contrib or just >> separate package. > > It's not even worth writing it in the