plustek: Problem with EPSON 1260 (SANE 1.09/plustek 0.45TEST5) under SuSE 8.1


Previous by date: 11 Jan 2003 22:37:30 -0000 Re: [sane-devel] [ANN] Plustek Backend update V0.45-1, Gene Heskett
Next by date: 11 Jan 2003 22:37:30 -0000 Re: [sane-devel] [ANN] Plustek Backend update V0.45-1, Jaeger, Gerhard
Previous in thread: 11 Jan 2003 22:37:30 -0000 Re: Problem with EPSON 1260 (SANE 1.09/plustek 0.45TEST5) under SuSE 8.1, Jaeger, Gerhard
Next in thread: 11 Jan 2003 22:37:30 -0000 Re: Problem with EPSON 1260 (SANE 1.09/plustek 0.45TEST5) under SuSE 8.1, Jaeger, Gerhard

Subject: Re: Problem with EPSON 1260 (SANE 1.09/plustek 0.45TEST5) under SuSE 8.1
From: Christoph Haas ####@####.####
Date: 11 Jan 2003 22:37:30 -0000
Message-Id: <1042324172.1941.20.camel@kusterdingen01.haas-online.org>

On Sat, 2003-01-11 12.27 Jaeger, Gerhard wrote:
> Hi,
> 
> well, all looks good so far!
> Two points:
> Have you installed the binary SANE from SuSE 8.1 before?

I de-installed the original SuSE 8.1-RPM before installing the patched
sane 1.09.

> If yes, make sure that your newly compiled SANE 1.0.9 has been
> configured using ./configure --prefix=/usr --sysconfdir=/etc

I built this eavening again a new sane 1.09 from
sane-backends-1.0.9.tar.gz with the new released
plustek-sane-0.45-1.tar.gz with the above mentioned configure-options
(btw. I built a rpm with checkinstall)

> The other thing is check /etc/sane.d/dll.conf
> It must contain 
> plustek without leading #

as I wrote in my first email, /etc/sane.d/dll.conf contains just this.

> This should do the trick!

sadly: no!

> If not, please try:
> export SANE_DEBUG_PLUSTEK=12 ; scanimage -L
> and send us the output of that action

I think the problem is that the "USB device vend/prod 0x4b8/0x11d) is
not claimed by any active driver."

> > - excerpts from /var/log/messages:
> >   Jan 10 21:02:42 kusterdingen01 kernel: hub.c: USB new device connect on
> > bus1/1, assigned device number 2
> >   Jan 10 21:02:42 kusterdingen01 kernel: usb.c: USB device 2 (vend/prod
> > 0x4b8/0x11d) is not claimed by any active driver.

here we go:
--- snip ---
haas@kusterdingen01:~ > export SANE_DEBUG_PLUSTEK=12 ; scanimage -L
[sanei_debug] Setting debug level of plustek to 12.
[plustek] Plustek backend V0.45-1, part of sane-backends 1.0.9
[plustek] ># Plustek-SANE Backend configuration file<
[plustek] ># For use with Plustek parallel-port scanners and<
[plustek] ># LM9831/2/3 based USB scanners<
[plustek] >#<
[plustek] >#<
[plustek] >#<
[plustek] ># The USB section:<
[plustek] ># each device needs at least two lines:<
[plustek] ># - [usb] vendor-ID and product-ID<
[plustek] ># - device devicename<
[plustek] ># i.e. for Plustek (0x07B3) UT12/16/24 (0x0017)<
[plustek] ># [usb] 0x07B3 0x0017<
[plustek] ># device /dev/usbscanner<
[plustek] ># or<
[plustek] ># device libusb:bbb:ddd<
[plustek] ># where bbb is the busnumber and ddd the device number<
[plustek] ># make sure that your user has access to
/proc/bus/usb/bbb/ddd<
[plustek] >#<
[plustek] ># additionally you can specify some options<
[plustek] ># warmup, lOffOnEnd, lampOff<
[plustek] >#<
[plustek] ># For autodetection use<
[plustek] ># [usb]<
[plustek] ># device /dev/usbscanner<
[plustek] >#<
[plustek] ># or simply<
[plustek] ># [usb]<
[plustek] >#<
[plustek] ># or if you want a specific device but you have no idea
about<
[plustek] ># the device node or you use libusb, simply set vendor- and
product-ID<
[plustek] ># [usb] 0x07B3 0x0017<
[plustek] ># device auto<
[plustek] >#<
[plustek] ># NOTE: autodetection is safe, as it uses the info it got<
[plustek] >#       from the USB subsystem. If you're not using the<
[plustek] >#       autodetection, you MUST have attached that device<
[plustek] >#       at your USB-port, that you have specified...<
[plustek] >#<
[plustek] ><
[plustek] ># 07.01.2003, chhaas:<
[plustek] >[usb] 0x4b8 0x11d<
[plustek] next device is a USB device (0x04B8-0x011D)
[plustek] next device is an USB device
[plustek] ># and of course the device-name<
[plustek] ># device /dev/usbscanner<
[plustek] >device auto<
[plustek] Decoding device name >auto<
[plustek] ><
[plustek] >#<
[plustek] ># options for the previous USB entry<
[plustek] >#<
[plustek] ># switch lamp off after xxx secs, 0 disables the feature<
[plustek] ># 07.01.2003, chhaas: Lampe nach 5 Minuten ausschalten:<
[plustek] >option lampOff 300<
[plustek] Decoding option >lampOff<
[plustek] ><
[plustek] ># warmup period in seconds, 0 means no warmup<
[plustek] ># 07.01.2003, chhaas: Aufwaermzeit vor Kalibrierung 30 sec.:<
[plustek] >option warmup 30<
[plustek] Decoding option >warmup<
[plustek] ><
[plustek] ># 0 means leave lamp-status untouched, not 0 means switch
off<
[plustek] ># on sane_close<
[plustek] ># option lOffOnEnd 0<
[plustek] ># 07.01.2003, chhaas: Lampe nach dem Beenden von SANE
ausschalten:<
[plustek] >option lOffOnEnd 1<
[plustek] Decoding option >lOffOnEnd<
[plustek] ><
[plustek] >#<
[plustek] ># options to tweak the image start-position<
[plustek] ># (WARNING: there's no internal range check!!!)<
[plustek] >#<
[plustek] ># for the normal scan area<
[plustek] >#<
[plustek] >option posOffX 0<
[plustek] Decoding option >posOffX<
[plustek] >option posOffY 0<
[plustek] Decoding option >posOffY<
[plustek] ><
[plustek] ># for transparencies<
[plustek] >option tpaOffX 0<
[plustek] Decoding option >tpaOffX<
[plustek] >option tpaOffY 0<
[plustek] Decoding option >tpaOffY<
[plustek] ><
[plustek] ># for negatives<
[plustek] >option negOffX 0<
[plustek] Decoding option >negOffX<
[plustek] >option negOffY 0<
[plustek] Decoding option >negOffY<
[plustek] ><
[plustek] >#<
[plustek] ># for setting the calibration strip position<
[plustek] ># (WARNING: there's no internal range check!!!)<
[plustek] ># -1 means use built in<
[plustek] >#<
[plustek] >option posShadingY -1<
[plustek] Decoding option >posShadingY<
[plustek] >option tpaShadingY -1<
[plustek] Decoding option >tpaShadingY<
[plustek] >option negShadingY -1<
[plustek] Decoding option >negShadingY<
[plustek] ><
[plustek] >#<
[plustek] ># to invert the negatives, 0 disables the feature<
[plustek] >#<
[plustek] >option invertNegatives 0<
[plustek] Decoding option >invertNegatives<
[plustek] ><
[plustek] ># for skipping whole calibration step<
[plustek] >option skipCalibration 0<
[plustek] Decoding option >skipCalibration<
[plustek] ><
[plustek] ># for skipping entire fine calibration step<
[plustek] ># coarse calibration is done<
[plustek] >option skipFineCalibration 0<
[plustek] ><
[plustek] ># discard the result of the fine white calibration<
[plustek] >option skipFineWhite 0<
[plustek] Decoding option >skipFineWhite<
[plustek] ><
[plustek] ># for replacing the gain values found during<
[plustek] ># calibration<
[plustek] >option red_gain   -1<
[plustek] Decoding option >red_gain<
[plustek] >option green_gain -1<
[plustek] Decoding option >green_gain<
[plustek] >option blue_gain  -1<
[plustek] Decoding option >blue_gain<
[plustek] ><
[plustek] >#<
[plustek] ># for adjusting the default gamma values<
[plustek] >#<
[plustek] >option redGamma         1.0<
[plustek] Decoding option >redGamma<
[plustek] >option greenGamma       1.0<
[plustek] Decoding option >greenGamma<
[plustek] >option blueGamma        1.0<
[plustek] Decoding option >blueGamma<
[plustek] >option grayGamma        1.0<
[plustek] Decoding option >grayGamma<
[plustek] ><
[plustek] >#<
[plustek] ># to enable TPA (non Plustek devices only)<
[plustek] ># 0 means default behaviour as specified in the internal
tables<
[plustek] ># 1 means enable<
[plustek] >#<
[plustek] ># option enableTPA 0<
[plustek] ># 07.01.2003, chhaas: Durchlichtaufsatz (Transparency Photo
Adaptor) aktivieren:<
[plustek] >option enableTPA 1<
[plustek] Decoding option >enableTPA<
[plustek] ><
[plustek] ><
[plustek] ><
[plustek] ><
[plustek] ># EOF<
[plustek] attach (auto, 0xbfffce60, (nil))
[plustek] Device configuration:
[plustek] device name  : >auto<
[plustek] porttype     : 1
[plustek] USB-ID       : >0x04B8-0x011D<
[plustek] warmup       : 30s
[plustek] lampOff      : 300
[plustek] lampOffOnEnd : 1
[plustek] skipCalibr.  : 0
[plustek] skipFine     : 0
[plustek] skipFineWhite: 0
[plustek] invertNegs.  : 0
[plustek] pos_x        : 0
[plustek] pos_y        : 0
[plustek] pos_shading_y: -1
[plustek] neg_x        : 0
[plustek] neg_y        : 0
[plustek] neg_shading_y: -1
[plustek] tpa_x        : 0
[plustek] tpa_y        : 0
[plustek] tpa_shading_y: -1
[plustek] red gain     : -1
[plustek] green gain   : -1
[plustek] blue gain    : -1
[plustek] red Gamma    : 1.00
[plustek] green Gamma  : 1.00
[plustek] blue Gamma   : 1.00
[plustek] gray Gamma   : 1.00
[plustek] ---------------------
[plustek] drvopen()
[plustek] usbDev_open(auto,0x04B8-0x011D)
[plustek] No matching device found!
[plustek] open failed: -1
[plustek] sane_get_devices (0xbfffef68, 0)

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).
[plustek] sane_exit
--- snap ---


-- 
Mit freundlichen Gruessen / Yours sincerely
Christoph Haas
Linux User #99546




Previous by date: 11 Jan 2003 22:37:30 -0000 Re: [sane-devel] [ANN] Plustek Backend update V0.45-1, Gene Heskett
Next by date: 11 Jan 2003 22:37:30 -0000 Re: [sane-devel] [ANN] Plustek Backend update V0.45-1, Jaeger, Gerhard
Previous in thread: 11 Jan 2003 22:37:30 -0000 Re: Problem with EPSON 1260 (SANE 1.09/plustek 0.45TEST5) under SuSE 8.1, Jaeger, Gerhard
Next in thread: 11 Jan 2003 22:37:30 -0000 Re: Problem with EPSON 1260 (SANE 1.09/plustek 0.45TEST5) under SuSE 8.1, Jaeger, Gerhard


Powered by ezmlm-browse 0.20.