[sane-devel] Reflecta RPS 7200

Klaus Kaempf kkaempf at suse.de
Wed May 31 08:29:27 UTC 2017


* Julian Hauser <julian at julianhauser.com> [May 31. 2017 00:06]:
> Hello,
> 
> I'm trying the get the Reflecta RPS 7200 to work with pieusb, so far
> with little success.
> 
> I can find the scanner with sane-find-scanner:
> 
> - "found USB scanner (vendor=0x05e3, product=0x0144) at libusb:001:014"

Good, you already have two of the three required values.

> 
> I want to add a relevant line to pieusb.conf, but I require the model
> number for this as well, which I do not know. scanimage -L in debug mode
> does not find the scanner nor show me any info about it (it only lists
> the scanners enabled by default and the ones listed in the config file).

Run scanimage with

  SANE_DEBUG_PIEUSB=14 scanimage

> 
> Do you know how I could find the model number?

Look for this line in the output:

  [pieusb] INQUIRY:

followed by something like

  [pieusb] vendor........................: 'PIE'
  [pieusb] product.......................: 'SF Scanner'
  [pieusb] model  .......................: 0x0036
  [pieusb] version.......................: '1.70'

Now edit pieusb.conf and add a line with

usb 0x05e3 0x0144 0x36 0x00

(vendor, product, model, 0x00)

and run scanimage again.

> 
> Also, this scanner supports automatic transport of film (but not
> slides). Should I enable "has-slide-transport" in the config file or
> not?

If scanning works in general, change the trailing 0x00 in pieusb.conf
with 0x01. This enables automatic slide transport.

Good luck ! ;-)

Klaus
-- 
SUSE Linux GmbH, GF: Felix Imendörffer, Jane Smithard, Graham Norton, HRB 21284 (AG Nürnberg)



More information about the sane-devel mailing list