JKD | 1 Jan 2007 07:50
Picon
Gravatar

Re: scanner's buttons daemon+gui

El Sat, 30 de Dec de 2006, a las 05:27:43PM +0100, Jean-Christophe 'Jice' Cardot dijo:
> Hi
> 
> I've developped a GUI + daemon (based on code by Rene Rebe - avision backend) 
> for buttons support through SANE.
> Web site: http://cardot.net/KScannerButtons
> At the moment the daemon is a quick and dirty hack based on Rene's code, but 
> at least working. The GUI is built using Kommander from kde-webdev; only the 
> daemon is mandatory.
> 
> It's using the SANE backend to talk to the scanner (and not adressing the 
> scanner directly through libusb as scanbuttond does - see 
> scanbuttond.sourceforge.net).
> 
> I tested it only with the avision backend and a HP 5300 C scanner.
> 
> I was wondering wether or not there is a convention for buttons among 
> backends: in the avision backend, the option name is equal to "button-<button 
> number>".
> 
> Also, which backend support buttons?
> 
> Could you please test my software with your scanner (if your backend support 
> buttons) to help me build a list of supported devices?

I've added support for buttons in hp3900 scanner in the same way avision
does (SVN server at sourceforge). So at least these scanners should work with
KScannerButtons:

- hp scanjet 3800 (3 buttons)
(Continue reading)

Georg Marshall | 1 Jan 2007 03:34
Picon

Possible Solution Canon Lide 20 noise-problem

Hi!
If still current:

In order to solve the problem with the noise in Canon Lide 20 on Linux (I'm using Debian):

Uninstall sane, xsane and libsane in Synaptic (package manager). 
Install libsane version 1.0.15-9 instead of the current default 1.0.18 version (you can find it here:
http://packages.debian.org/stable/libs/libsane). 
Then install sane again. Synaptic, as I understand, can only install sane version 1.0.14-1 after this
because of the dependencies with the older libsane version. That sane version seems to work! (in contrast
to sane version 1.0.18.)
Install xsane again in Synaptic and that's it. 
Don't forget to block the installed libsane 1.0.15-9 version and the sane 1.0.14-1 version in the
"package" menu, otherwise it will be replaced by an update with time.

Happy new year to all!

PS: The new Debian test version ("Etch") is just cool!
-- 
Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! 
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer

--

-- 
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

Maximilian Fabricius | 1 Jan 2007 15:24
Picon

Re: Re: Canon 4400F

On 12/31/06, Pierre Willenbrock <pierre <at> pirsoft.dnsalias.org> wrote:
> Jaagup Repän schrieb:
> > Jaagup Repän wrote:
> >> Hello.
> >> I have Canon 4400F scanner. This is not supported, but it must to be
> >> added to genesys backend. I am trying to add, but I need help. I
> >> have to find SENSOR, DAC, GPO and motor type, shading and search lines,
> >> start of scan area, white strip and black mark.
> >>
> > I forgot to say that I have USB sniffer log
> > file(http://jrepan.pri.ee/usbsnoop.log.decode) and I found some
> > information from
> > http://lists.alioth.debian.org/pipermail/sane-devel/2005-December/015750.html
> >
> >
> > I got frontend:
> >     {{0x02, 0x20, 0x30, 0xdc}
> >    , {0x32, 0x00, 0x03}
> >    , {0x10, 0x32, 0xc8}
> >    , {0xda, 0x00, 0x00}
> >    , {0xf0, 0x00, 0x00}
> >
> > Is this correct?
> >
>
> >From your log i get this:
>
>  {{0x00, 0x23, 0x24, 0x2f}
> , {0x00,0x00,0x00} //never set in log
> , {0x60,0x60,0x60}
(Continue reading)

Claude Sutton | 1 Jan 2007 18:14

[claudesutton <at> suttonmachine.com: lib/libjpeg.la]


Sorry.

I meant to advise that I am running Ubuntu Dapper.

----- Forwarded message from Claude Sutton <claudesutton <at> suttonmachine.com> -----

From: Claude Sutton <claudesutton <at> suttonmachine.com>
Date: Mon, 1 Jan 2007 12:12:30 -0500
To: sane-devel <at> lists.alioth.debian.org
Subject: lib/libjpeg.la

I am attempting to install iscan for an Epson PHOTO 4490.

When I run ./compile, I get the error message  /usr/lib/libjpeg.la: No such
file or directory

googling this problem found a post that libjpeg is in lib64, so I checked
to see if I have lib64 and I do.

So what to do?

CSSJR
--

-- 

If we do not wish to lose our freedom, we must learn to tolerate our 
neighbor's right to freedom even though he might express that freedom
in a manner we consider to be eccentric.

----- End forwarded message -----
(Continue reading)

Pierre Willenbrock | 1 Jan 2007 18:37

Re: Plustek Optic Slim 2420

Maximilian Fabricius schrieb:
> Hi all,
> 
> I have been working on trying to get the OpticSlim 2420 to work.
> Is disassembled the scanner (hardware) and made pictures. they may be
> found here
> 
> http://rosa.physik.tu-berlin.de/~mxhf/OS2420/
> 
> They are fairly high resolution ~1MB per image so that you can see all
> details. lease excuse the German on the navigation bar.

This scanner has a Wolfson Micro WM8196 analog frontend, an ICSI
IC41LV16256-35K memory chip(256k 16bit words), LB1940 motor driver chip.

> From this I learned that the scanner has a GL842 chip (not GL841). The
> GL842 seems
> to be very similar to the 841 though as a quick scan through the data
> sheet revealed.

In fact, at least the things documented in genesys' datasheets are
identical.

> 
> So far I cloned the ST24 section in genesys_gl841 and
> I got as far as being able to execute "tstbackend" without getting an
> error.
> I had to comment the Init_Devices lines 4990-4993 in genesys_gl841.c.
> 
> I am somewhat stuck now. Starting scanimage results in strange noise
(Continue reading)

Gerard Klaver | 1 Jan 2007 18:49
Picon

Re: [claudesutton <at> suttonmachine.com: lib/libjpeg.la]

On Mon, 2007-01-01 at 12:14 -0500, Claude Sutton wrote:
> 
> 
> Sorry.
> 
> I meant to advise that I am running Ubuntu Dapper.
> 
> 
> ----- Forwarded message from Claude Sutton <claudesutton <at> suttonmachine.com> -----
> 
> From: Claude Sutton <claudesutton <at> suttonmachine.com>
> Date: Mon, 1 Jan 2007 12:12:30 -0500
> To: sane-devel <at> lists.alioth.debian.org
> Subject: lib/libjpeg.la
> 
> I am attempting to install iscan for an Epson PHOTO 4490.
> 
> When I run ./compile, I get the error message  /usr/lib/libjpeg.la: No such
> file or directory
> 
> googling this problem found a post that libjpeg is in lib64, so I checked
> to see if I have lib64 and I do.
> 
> So what to do?
> 
> CSSJR
> -- 
> 
Did you install the -dev packages (header files)?
--

-- 
(Continue reading)

X-Face

Re: scanner's buttons daemon+gui

Le lundi 1 janvier 2007 07:50, JKD a écrit :
> El Sat, 30 de Dec de 2006, a las 05:27:43PM +0100, Jean-Christophe 'Jice' 
Cardot dijo:
> > Hi
> >
> > I've developped a GUI + daemon (based on code by Rene Rebe - avision
> > backend) for buttons support through SANE.
> > Web site: http://cardot.net/KScannerButtons
> > At the moment the daemon is a quick and dirty hack based on Rene's code,
> > but at least working. The GUI is built using Kommander from kde-webdev;
> > only the daemon is mandatory.
> >
> > It's using the SANE backend to talk to the scanner (and not adressing the
> > scanner directly through libusb as scanbuttond does - see
> > scanbuttond.sourceforge.net).
> >
> > I tested it only with the avision backend and a HP 5300 C scanner.
> >
> > I was wondering wether or not there is a convention for buttons among
> > backends: in the avision backend, the option name is equal to
> > "button-<button number>".
> >
> > Also, which backend support buttons?
> >
> > Could you please test my software with your scanner (if your backend
> > support buttons) to help me build a list of supported devices?
>
> I've added support for buttons in hp3900 scanner in the same way avision
> does (SVN server at sourceforge). So at least these scanners should work
> with KScannerButtons:
(Continue reading)

abel deuring | 1 Jan 2007 23:16
Picon

Sane and HAL

Hi all,

a happy new year to you all!

I tried to become a bit more familiar with HAL
(http://freedesktop.org/wiki/Software_2fhal) and I think that this
is a project that Sane should support. And no, it will not create
any compatibility problems, as feared by some colleagues during the
short discussion in December last year.

As I understand it, HAL is mainly a daemon that manages a
list/database of hardware resources, monitors hotplugging, and
provides mechanisms for device configuration and other things like
automatic launch of an application, if a certain device is
detected/plugged in.

The minimum we can (and IMO should) do is to provide an XML file (or
".fdi file" in HAL terminology) that describes the scanners
supported by Sane, and optionally the unsupported scanners. The fdi
file contains information like scanner vendor/model name, interface
type (USB/SCSI/parport...), Sane backend(s) for the device, and
"unique device information", like USB vendor/product ID or the SCSI
vendor/product strings.

This file can be easily generated from our *.desc files. Right now,
the latter contain already all required information for USB
scanners; for the SCSI interface, we would need to add the keyword
:scsiid; an entry for this keyword should look like

:scsiid "SHARP" "JX250 SCSI"
(Continue reading)

Claude Sutton | 1 Jan 2007 18:12

lib/libjpeg.la

I am attempting to install iscan for an Epson PHOTO 4490.

When I run ./compile, I get the error message  /usr/lib/libjpeg.la: No such
file or directory

googling this problem found a post that libjpeg is in lib64, so I checked
to see if I have lib64 and I do.

So what to do?

CSSJR
-- 

If we do not wish to lose our freedom, we must learn to tolerate our 
neighbor's right to freedom even though he might express that freedom
in a manner we consider to be eccentric.

--

-- 
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

Claude Sutton | 2 Jan 2007 14:44

Re: lib/libjpeg.la

Quoting Claude Sutton (claudesutton <at> suttonmachine.com):

> I am attempting to install iscan for an Epson PHOTO 4490.
> 
> When I run ./compile, I get the error message  /usr/lib/libjpeg.la: No such
> file or directory
> 
> googling this problem found a post that libjpeg is in lib64, so I checked
> to see if I have lib64 and I do.
> 
> So what to do?
> 
> CSSJR

Ignore.  I have worked my way through this down to the point that the only
file left, I think, is libesmod.so.1, and I can not find it.  It appears to
be a sane file.

CSSJR

> -- 
> 
> 
> 
> If we do not wish to lose our freedom, we must learn to tolerate our 
> neighbor's right to freedom even though he might express that freedom
> in a manner we consider to be eccentric.
> 
> -- 
> sane-devel mailing list: sane-devel <at> lists.alioth.debian.org
(Continue reading)


Gmane