<div class="gmail_quote">The only model that seems to be "compatible" is Docketport 467.<br><br>## Files modificated:<br><br>File: /etc/sane.d/genesys.conf<br>     # Syscan DocketPort 467<br>     usb 0x1dcc 0x4812 -----> usb 0x1dcc 0x4817<br>
<br>File: /sane-backends/backend/<div class="gmail_quote">genesys_devices.c<br>     {0x1dcc, 0x4812, &syscan_docketport_467_model} ----> {0x1dcc, 0x4817, &syscan_docketport_467_model},</div><br><br>I managed to scan with xsane and with the command line scanimage.<br>
<br>scanimage -L<br>     device `genesys:libusb:002:004' is a Syscan DocketPORT 467 flatbed scanner<br>
<br>

scanimage --mode Color --resolution 300 --format=jpeg >image.jpeg -x 200 -y 290<br><br>- Resolution, format, color and basic options seem to be supported,<br>- It does not detect end of document automatically, need to specify x and y<br>
- Callibration is not available:<br>     scanimage --calibrate []<br>
     scanimage: setting of option --calibrate failed (Operation not supported)<br>
- Height of the image is ok, but not the width, the scanned image is streched. <br><br><br>Regards<br>
</div>