[sane-devel] Kodak DS 3520 on Ubuntu 10.04 w/1.0.22 backend

2011-10-21 Thread Kevin MacNeil
Yes, they probably are that old and I think they are actual Kodak
units. I believe we paid ~8k each for them. They're fairly large and
will probably do 50 ppm. Right now they're connected to a couple of
w2k boxes that I would like to decommission.

Any help would be greatly appreciated.


On Fri, Oct 21, 2011 at 10:29 AM, m. allan noah  wrote:
> ...that's 10+ years old? :)
>
> If it is truly made by Kodak, then we might be able to modify the
> backend to talk to it. If it is actually Panasonic or BB+H, we will
> have more work to do.
>
> I will ask my contacts at kodak if they have any info on this machine.
> They have been helpful in the past.
>
> allan
>
> On Fri, Oct 21, 2011 at 10:23 AM, Kevin MacNeil  
> wrote:
>> This would be more of a high-speed, high-volume $$$ SCSI scanner. We
>> actually have two of them.
>>
>>
>> On Fri, Oct 21, 2011 at 10:20 AM, m. allan noah  
>> wrote:
>>> let's see- 300 dpi monochrome scsi scanner, possibly not actually made
>>> by Kodak. You sure you want to put any effort into this? :)
>>>
>>> We would need a log of the thing making a scan under windows, so we
>>> can see if bears any relationship to other kodaks.
>>>
>>> allan
>>>
>>> On Fri, Oct 21, 2011 at 10:12 AM, Kevin MacNeil >> gmail.com> wrote:
 I have a Kodak DS 3520 scanner I'm trying to get working with Ubuntu 10.04.

 http://www.sane-project.org/sane-mfgs.html#Z-KODAK says "Please test!"

 sane-find-scanner worked with 10.04's included 1.0.20 version of
 sane-backends, however scanimage -L failed to locate the scanner. I
 built prevu debs for 10.04 with version 1.0.22 from the current Ubuntu
 Oneriric release. I was not able to get sane-backends-extras to build.

 With the new libsane and sane-utils installed scanimage -L now works,
 but scanimage -T returns an illegal request error (see below).

 Despite its current refusal to work with Linux, the 3520 is a pretty nice
 scanner. I'd like to get it working if possible. Does anyone have any
 suggestions, or is this a lost cause?

 root at ubuntu-scanner:~# dpkg -l | egrep '(libsane | sane-utils)'
 ii ?libsane ? ? ? ? ? 1.0.22-2ubuntu2~10.04prevu1 ? ? API library for 
 scanners
 ii ?sane-utils ? ? ? ?1.0.22-2ubuntu2~10.04prevu1 ? ? API library for
 scanners -- utilities

 root at ubuntu-scanner:~# export SANE_DEBUG_KODAK=5

 root at ubuntu-scanner:~# sane-find-scanner
 found SCSI scanner "KODAK DS Scanner 3000 0201" at /dev/sg2

 root at ubuntu-scanner:~# scanimage -L
 [sanei_debug] Setting debug level of kodak to 5.
 [kodak] sane_init: kodak backend 1.0.7, from sane-backends 1.0.22
 device `kodak:/dev/sg2' is a KODAK DS Scanner 3000 scanner

 root at ubuntu-scanner:~# scanimage -T
 [sanei_debug] Setting debug level of kodak to 5.
 [kodak] sane_init: kodak backend 1.0.7, from sane-backends 1.0.22
 [kodak] sense_handler: start
 [kodak] SK=0x5, ASC=0x24, ASCQ=00, ILI=0, info=
 [kodak] Illegal request: invalid field in CDB
 [kodak] do_cmd: return 'Invalid argument'
 [kodak] sane_open: GX error 4
 scanimage: open of device kodak:/dev/sg2 failed: Invalid argument

 --
 sane-devel mailing list: sane-devel at lists.alioth.debian.org
 http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/sane-devel
 Unsubscribe: Send mail with subject "unsubscribe your_password"
 ? ? ? ? ? ? to sane-devel-request at lists.alioth.debian.org




[sane-devel] Kodak DS 3520 on Ubuntu 10.04 w/1.0.22 backend

2011-10-21 Thread m. allan noah
...that's 10+ years old? :)

If it is truly made by Kodak, then we might be able to modify the
backend to talk to it. If it is actually Panasonic or BB+H, we will
have more work to do.

I will ask my contacts at kodak if they have any info on this machine.
They have been helpful in the past.

allan

On Fri, Oct 21, 2011 at 10:23 AM, Kevin MacNeil  
wrote:
> This would be more of a high-speed, high-volume $$$ SCSI scanner. We
> actually have two of them.
>
>
> On Fri, Oct 21, 2011 at 10:20 AM, m. allan noah  wrote:
>> let's see- 300 dpi monochrome scsi scanner, possibly not actually made
>> by Kodak. You sure you want to put any effort into this? :)
>>
>> We would need a log of the thing making a scan under windows, so we
>> can see if bears any relationship to other kodaks.
>>
>> allan
>>
>> On Fri, Oct 21, 2011 at 10:12 AM, Kevin MacNeil  
>> wrote:
>>> I have a Kodak DS 3520 scanner I'm trying to get working with Ubuntu 10.04.
>>>
>>> http://www.sane-project.org/sane-mfgs.html#Z-KODAK says "Please test!"
>>>
>>> sane-find-scanner worked with 10.04's included 1.0.20 version of
>>> sane-backends, however scanimage -L failed to locate the scanner. I
>>> built prevu debs for 10.04 with version 1.0.22 from the current Ubuntu
>>> Oneriric release. I was not able to get sane-backends-extras to build.
>>>
>>> With the new libsane and sane-utils installed scanimage -L now works,
>>> but scanimage -T returns an illegal request error (see below).
>>>
>>> Despite its current refusal to work with Linux, the 3520 is a pretty nice
>>> scanner. I'd like to get it working if possible. Does anyone have any
>>> suggestions, or is this a lost cause?
>>>
>>> root at ubuntu-scanner:~# dpkg -l | egrep '(libsane | sane-utils)'
>>> ii ?libsane ? ? ? ? ? 1.0.22-2ubuntu2~10.04prevu1 ? ? API library for 
>>> scanners
>>> ii ?sane-utils ? ? ? ?1.0.22-2ubuntu2~10.04prevu1 ? ? API library for
>>> scanners -- utilities
>>>
>>> root at ubuntu-scanner:~# export SANE_DEBUG_KODAK=5
>>>
>>> root at ubuntu-scanner:~# sane-find-scanner
>>> found SCSI scanner "KODAK DS Scanner 3000 0201" at /dev/sg2
>>>
>>> root at ubuntu-scanner:~# scanimage -L
>>> [sanei_debug] Setting debug level of kodak to 5.
>>> [kodak] sane_init: kodak backend 1.0.7, from sane-backends 1.0.22
>>> device `kodak:/dev/sg2' is a KODAK DS Scanner 3000 scanner
>>>
>>> root at ubuntu-scanner:~# scanimage -T
>>> [sanei_debug] Setting debug level of kodak to 5.
>>> [kodak] sane_init: kodak backend 1.0.7, from sane-backends 1.0.22
>>> [kodak] sense_handler: start
>>> [kodak] SK=0x5, ASC=0x24, ASCQ=00, ILI=0, info=
>>> [kodak] Illegal request: invalid field in CDB
>>> [kodak] do_cmd: return 'Invalid argument'
>>> [kodak] sane_open: GX error 4
>>> scanimage: open of device kodak:/dev/sg2 failed: Invalid argument
>>>
>>> --
>>> sane-devel mailing list: sane-devel at lists.alioth.debian.org
>>> http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/sane-devel
>>> Unsubscribe: Send mail with subject "unsubscribe your_password"
>>> ? ? ? ? ? ? to sane-devel-request at lists.alioth.debian.org
>>>
>>
>>
>>
>> --
>> "The truth is an offense, but not a sin"
>>
>



-- 
"The truth is an offense, but not a sin"



[sane-devel] Kodak DS 3520 on Ubuntu 10.04 w/1.0.22 backend

2011-10-21 Thread Kevin MacNeil
This would be more of a high-speed, high-volume $$$ SCSI scanner. We
actually have two of them.

On Fri, Oct 21, 2011 at 10:20 AM, m. allan noah  wrote:
> let's see- 300 dpi monochrome scsi scanner, possibly not actually made
> by Kodak. You sure you want to put any effort into this? :)
>
> We would need a log of the thing making a scan under windows, so we
> can see if bears any relationship to other kodaks.
>
> allan
>
> On Fri, Oct 21, 2011 at 10:12 AM, Kevin MacNeil  
> wrote:
>> I have a Kodak DS 3520 scanner I'm trying to get working with Ubuntu 10.04.
>>
>> http://www.sane-project.org/sane-mfgs.html#Z-KODAK says "Please test!"
>>
>> sane-find-scanner worked with 10.04's included 1.0.20 version of
>> sane-backends, however scanimage -L failed to locate the scanner. I
>> built prevu debs for 10.04 with version 1.0.22 from the current Ubuntu
>> Oneriric release. I was not able to get sane-backends-extras to build.
>>
>> With the new libsane and sane-utils installed scanimage -L now works,
>> but scanimage -T returns an illegal request error (see below).
>>
>> Despite its current refusal to work with Linux, the 3520 is a pretty nice
>> scanner. I'd like to get it working if possible. Does anyone have any
>> suggestions, or is this a lost cause?
>>
>> root at ubuntu-scanner:~# dpkg -l | egrep '(libsane | sane-utils)'
>> ii ?libsane ? ? ? ? ? 1.0.22-2ubuntu2~10.04prevu1 ? ? API library for 
>> scanners
>> ii ?sane-utils ? ? ? ?1.0.22-2ubuntu2~10.04prevu1 ? ? API library for
>> scanners -- utilities
>>
>> root at ubuntu-scanner:~# export SANE_DEBUG_KODAK=5
>>
>> root at ubuntu-scanner:~# sane-find-scanner
>> found SCSI scanner "KODAK DS Scanner 3000 0201" at /dev/sg2
>>
>> root at ubuntu-scanner:~# scanimage -L
>> [sanei_debug] Setting debug level of kodak to 5.
>> [kodak] sane_init: kodak backend 1.0.7, from sane-backends 1.0.22
>> device `kodak:/dev/sg2' is a KODAK DS Scanner 3000 scanner
>>
>> root at ubuntu-scanner:~# scanimage -T
>> [sanei_debug] Setting debug level of kodak to 5.
>> [kodak] sane_init: kodak backend 1.0.7, from sane-backends 1.0.22
>> [kodak] sense_handler: start
>> [kodak] SK=0x5, ASC=0x24, ASCQ=00, ILI=0, info=
>> [kodak] Illegal request: invalid field in CDB
>> [kodak] do_cmd: return 'Invalid argument'
>> [kodak] sane_open: GX error 4
>> scanimage: open of device kodak:/dev/sg2 failed: Invalid argument
>>
>> --
>> sane-devel mailing list: sane-devel at lists.alioth.debian.org
>> http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/sane-devel
>> Unsubscribe: Send mail with subject "unsubscribe your_password"
>> ? ? ? ? ? ? to sane-devel-request at lists.alioth.debian.org
>>
>
>
>
> --
> "The truth is an offense, but not a sin"
>



[sane-devel] Kodak DS 3520 on Ubuntu 10.04 w/1.0.22 backend

2011-10-21 Thread m. allan noah
let's see- 300 dpi monochrome scsi scanner, possibly not actually made
by Kodak. You sure you want to put any effort into this? :)

We would need a log of the thing making a scan under windows, so we
can see if bears any relationship to other kodaks.

allan

On Fri, Oct 21, 2011 at 10:12 AM, Kevin MacNeil  
wrote:
> I have a Kodak DS 3520 scanner I'm trying to get working with Ubuntu 10.04.
>
> http://www.sane-project.org/sane-mfgs.html#Z-KODAK says "Please test!"
>
> sane-find-scanner worked with 10.04's included 1.0.20 version of
> sane-backends, however scanimage -L failed to locate the scanner. I
> built prevu debs for 10.04 with version 1.0.22 from the current Ubuntu
> Oneriric release. I was not able to get sane-backends-extras to build.
>
> With the new libsane and sane-utils installed scanimage -L now works,
> but scanimage -T returns an illegal request error (see below).
>
> Despite its current refusal to work with Linux, the 3520 is a pretty nice
> scanner. I'd like to get it working if possible. Does anyone have any
> suggestions, or is this a lost cause?
>
> root at ubuntu-scanner:~# dpkg -l | egrep '(libsane | sane-utils)'
> ii ?libsane ? ? ? ? ? 1.0.22-2ubuntu2~10.04prevu1 ? ? API library for scanners
> ii ?sane-utils ? ? ? ?1.0.22-2ubuntu2~10.04prevu1 ? ? API library for
> scanners -- utilities
>
> root at ubuntu-scanner:~# export SANE_DEBUG_KODAK=5
>
> root at ubuntu-scanner:~# sane-find-scanner
> found SCSI scanner "KODAK DS Scanner 3000 0201" at /dev/sg2
>
> root at ubuntu-scanner:~# scanimage -L
> [sanei_debug] Setting debug level of kodak to 5.
> [kodak] sane_init: kodak backend 1.0.7, from sane-backends 1.0.22
> device `kodak:/dev/sg2' is a KODAK DS Scanner 3000 scanner
>
> root at ubuntu-scanner:~# scanimage -T
> [sanei_debug] Setting debug level of kodak to 5.
> [kodak] sane_init: kodak backend 1.0.7, from sane-backends 1.0.22
> [kodak] sense_handler: start
> [kodak] SK=0x5, ASC=0x24, ASCQ=00, ILI=0, info=
> [kodak] Illegal request: invalid field in CDB
> [kodak] do_cmd: return 'Invalid argument'
> [kodak] sane_open: GX error 4
> scanimage: open of device kodak:/dev/sg2 failed: Invalid argument
>
> --
> sane-devel mailing list: sane-devel at lists.alioth.debian.org
> http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/sane-devel
> Unsubscribe: Send mail with subject "unsubscribe your_password"
> ? ? ? ? ? ? to sane-devel-request at lists.alioth.debian.org
>



-- 
"The truth is an offense, but not a sin"



[sane-devel] Kodak DS 3520 on Ubuntu 10.04 w/1.0.22 backend

2011-10-21 Thread Kevin MacNeil
I have a Kodak DS 3520 scanner I'm trying to get working with Ubuntu 10.04.

http://www.sane-project.org/sane-mfgs.html#Z-KODAK says "Please test!"

sane-find-scanner worked with 10.04's included 1.0.20 version of
sane-backends, however scanimage -L failed to locate the scanner. I
built prevu debs for 10.04 with version 1.0.22 from the current Ubuntu
Oneriric release. I was not able to get sane-backends-extras to build.

With the new libsane and sane-utils installed scanimage -L now works,
but scanimage -T returns an illegal request error (see below).

Despite its current refusal to work with Linux, the 3520 is a pretty nice
scanner. I'd like to get it working if possible. Does anyone have any
suggestions, or is this a lost cause?

root at ubuntu-scanner:~# dpkg -l | egrep '(libsane | sane-utils)'
ii  libsane   1.0.22-2ubuntu2~10.04prevu1 API library for scanners
ii  sane-utils1.0.22-2ubuntu2~10.04prevu1 API library for
scanners -- utilities

root at ubuntu-scanner:~# export SANE_DEBUG_KODAK=5

root at ubuntu-scanner:~# sane-find-scanner
found SCSI scanner "KODAK DS Scanner 3000 0201" at /dev/sg2

root at ubuntu-scanner:~# scanimage -L
[sanei_debug] Setting debug level of kodak to 5.
[kodak] sane_init: kodak backend 1.0.7, from sane-backends 1.0.22
device `kodak:/dev/sg2' is a KODAK DS Scanner 3000 scanner

root at ubuntu-scanner:~# scanimage -T
[sanei_debug] Setting debug level of kodak to 5.
[kodak] sane_init: kodak backend 1.0.7, from sane-backends 1.0.22
[kodak] sense_handler: start
[kodak] SK=0x5, ASC=0x24, ASCQ=00, ILI=0, info=
[kodak] Illegal request: invalid field in CDB
[kodak] do_cmd: return 'Invalid argument'
[kodak] sane_open: GX error 4
scanimage: open of device kodak:/dev/sg2 failed: Invalid argument