And me again...
well, build 12 of the LM983x stuff is available. The HP2200c should
now be supported in a much better way, thanx to Stefan.
The Plustek OpticPro UT12 is now fully functional. The UT24
will work, but produces some bluish pictures. The Genius
scanner has also been reported to work a
Hello:
PLUSTEK USB backend.(LM983x)
I finally got enough time to test KYE Genius ColorPage HR6-V2 aka
Vendor=0x0458, Product=0x2007
but I did not had slides / negatives available to test those features.
Color and Grayscale modes are working fine, xscanimage works fine, xcam had
some issues, abor
Good work, thanks
build 12 will include your stuff...
Gerhard
On Thursday, 13. December 2001 01:07, Stefan Nilsen wrote:
> Hi.
>
> Here is a patch for backend/plustek-devs.c that corrects memory size and
> motor fullsteps/inch setting. Using this I can make much better scans in
> xscanimage (only
Thank you for the tests - great news...
Gerhard
On Thursday, 13. December 2001 17:31, Tasnim Ahmed wrote:
> Hello:
>
> PLUSTEK USB backend.(LM983x)
>
> I finally got enough time to test KYE Genius ColorPage HR6-V2 aka
> Vendor=0x0458, Product=0x2007
> but I did not had slides / negatives availabl
Hi,
On Wed, Dec 12, 2001 at 10:45:44AM +0100, Christoph Kukulies wrote:
> SANE_DEBUG_MUSTEK=5 scanimage -L
[...]
> [mustek] sane_init: config file line 11: trying to attach `scsi MUSTEK *
> Scanner
> [mustek] sane_init: config file line 18: trying to attach `scsi SCANNER'
> [mustek] sane_init: c
Hi,
> it tells me that its vendor=03f0 and product=0605
> then i do a modprobe scanner vendor=03f0 product=0605 and it tells me
sometimes
These are hexadecimal (base 16) numbers so you probably need to prefix them
with "0x", ie:
modprobe scanner vendor=0x3f0 product=0x605
Prefixing something w
Hi.
Here is a patch for backend/plustek-devs.c that corrects memory size and
motor fullsteps/inch setting. Using this I can make much better scans in
xscanimage (only scanprog i have tested).
diff -br -u sane-backends-1.0.6/backend/plustek-devs.c
sane-backends-1.0.6-sj22/backend/plustek-devs.c