Jump to content

HP Scanjet 2300c


Guest joehill
 Share

Recommended Posts

Guest joehill

I was following this thread and it seems I have the opposite problem.

 

Every indication is that my scanner is detected properly.

 

To whit:

 

joehill@node1:/dev/usb>$lsmod

Module                  Size  Used by    Tainted: P  

scanner                 9140   0 (unused)

 

and

 

joehill@node1:/dev/usb>$cat /proc/bus/usb/devices

T:  Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=12  MxCh= 2

B:  Alloc= 11/900 us ( 1%), #Int=  1, #Iso=  0

D:  Ver= 1.00 Cls=09(hub  ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1

P:  Vendor=0000 ProdID=0000 Rev= 0.00

S:  Product=USB UHCI Root Hub

S:  SerialNumber=fb00

C:* #Ifs= 1 Cfg#= 1 Atr=40 MxPwr=  0mA

I:  If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub

E:  Ad=81(I) Atr=03(Int.) MxPS=   8 Ivl=255ms

T:  Bus=01 Lev=01 Prnt=01 Port=01 Cnt=01 Dev#=  2 Spd=12  MxCh= 0

D:  Ver= 1.10 Cls=ff(vend.) Sub=ff Prot=ff MxPS= 8 #Cfgs=  1

P:  Vendor=03f0 ProdID=0901 Rev= 1.01

S:  Manufacturer=Hewlett-Packard

S:  Product=hp scanjet scanner

S:  SerialNumber=CN27ZS70RP

C:* #Ifs= 1 Cfg#= 1 Atr=c0 MxPwr= 48mA

I:  If#= 0 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=ff Prot=ff Driver=usbscanner

E:  Ad=81(I) Atr=02(Bulk) MxPS=  64 Ivl=0ms

E:  Ad=02(O) Atr=02(Bulk) MxPS=  64 Ivl=0ms

E:  Ad=83(I) Atr=03(Int.) MxPS=   1 Ivl=8ms

 

and

 

[root@node1 joehill]# cd /dev/usb

[root@node1 usb]# ls

scanner0

 

Feb 19 16:28:27 node1 kernel: hub.c: USB new device connect on bus1/2, assigned device number 2

Feb 19 16:28:27 node1 kernel: usb.c: USB device 2 (vend/prod 0x3f0/0x901) is not claimed by any active driver.

Feb 19 16:28:31 node1 /etc/hotplug/usb.agent: ... no modules for USB product 3f0/901/101

Feb 19 16:30:37 node1 kernel: ide-floppy driver 0.99b

Feb 19 16:31:09 node1 kernel: cdrom: open failed.

Feb 19 16:31:16 node1 last message repeated 14 times

Feb 19 16:31:31 node1 su(pam_unix)[10651]: session opened for user root by (uid=501)

Feb 19 16:31:38 node1 kernel: usb.c: registered new driver usbscanner

Feb 19 16:31:38 node1 kernel: scanner.c: probe_scanner: User specified USB scanner -- Vendor:Product - 3f0:901

Feb 19 16:31:38 node1 kernel: scanner.c: 0.4.6:USB Scanner Driver

Feb 19 16:31:39 node1 scannerdrake[10693]: ### Program is starting ###

Feb 19 16:31:39 node1 scannerdrake[10693]: ### Program is starting ###

Feb 19 16:31:39 node1 scannerdrake[10693]: unknown line 1574 ( #for hardware detection)

 

and

 

/etc/modules.conf



probeall scsi_hostadapter ide-scsi

probeall usb-interface usb-uhci

alias eth0 eepro100

alias sound-slot-0 i810_audio

alias /dev/nvidia*   NVdriver

options scanner vendor=0x03f0 product=0x0901

 

and even

 

joehill@node1:/dev/usb>$sane-find-scanner



 # No SCSI scanners found. If you expected something different, make sure that

 # you have loaded a SCSI driver for your SCSI adapter.



found USB scanner (vendor=0x03f0, product=0x0901) at /dev/usb/scanner0

 # Your USB scanner was detected. It may or may not be supported by

 # SANE. Try scanimage -L and read the backend's manpage.



 # Scanners connected to the parallel port or other proprietary ports can't be

 # detected by this program.



 # You may want to run this program as root to find all devices. Once you

 # found the scanner devices, be sure to adjust access permissions as

 # necessary.

 

of course, if i look here it says that the 2200c is supported but that mine, the 2300c, is "unknown".

 

my sane version is 1.09 which is supposed to have a Plustek scanner driver that might work, but I am not sure where to specify the driver used.

 

I can see that hotplug is seeing the scanner, but it too refers to no driver being "claimed".

 

How do I specify a driver?

 

Thanks!

Link to comment
Share on other sites

Guest joehill

ack! I thought I posted that...

 

joehill@node1:/dev/usb>$scanimage -L

 

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).

Link to comment
Share on other sites

If you think the plustek driver might work, make sure it is listed in /etc/sane.d/dll.conf (try commenting out all the other lines). According to my docs, your scanner is not supported, but this might be worth a shot.

 

Did you try

 

modprobe scanner vendor=0x03f0 product=0x0901

 

?

Link to comment
Share on other sites

Also, I see a patch here:

 

http://ftp.kernel.org/pub/linux/kernel/peo...-1-2.5.52.patch

 

that looked promising for your scanner, but it seems to be for 2.5.* kernels (don't ask me about patches, I know nothing...lol)

 

Also, I dug this up in my sane docs:

So, if sane-find-scanner can find your scanner, but scanimage doesn't work,

then you need to check, double check, and even triple-check your SANE

configuration file for plustek scanners (plustek.conf, usually in

/etc/sane.d

or maybe in /usr/local/sane/ or somewhere, a "find" will be able to tell you

where. It may take a while though!).

 

Particularly in reference to the plustek, but may apply to your HP.

 

Edit: I've looked and looked and find nothing specific about your model, except for the one site that says it is 'Unknown'. I did find this for newer HPScanJets:

 

http://www.meier-geinitz.de/kernel/

 

maybe it fixes yours too?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...