Re: [Fwd: HP ScanJet 5p + Linux 2.2.3 w/ sym53c416 driver]

Wolfgang Goeller (wgoeller@active.ch)
Mon, 15 Mar 1999 18:17:00 +0100

Paulo Afonso Graner Fessel wrote:
>
>
>
> --------------------------------------------------------------------------
>
> Subject: HP ScanJet 5p + Linux 2.2.3 w/ sym53c416 driver
> Date: Mon, 15 Mar 1999 11:14:10 -0300
> From: Paulo Afonso Graner Fessel <pafessel@netsol.com.br>
> To: majordomo@mostang.com
>
> HI, guys.
>
> I've set up Linux 2.2.3 with the Symbios Logic 53c416 driver for use with
> the HP ScanJet 5p scanner. After changing the scanner SCSI ID from 0 to 1
> I've got the kernel recognising the scanner. It reports the scanner as HP
> C5110A, with type of device marked as "processor". (?)

Have a look at the sources:
/usr/src/linux/drivers/scsi.c

Search for the lines:

{"HP", "C1750A", "3226", BLIST_NOLUN}, /* scanjet iic */
{"HP", "C1790A", "", BLIST_NOLUN}, /* scanjet iip */
{"HP", "C2500A", "", BLIST_NOLUN}, /* scanjet iicx */
{"HP", "C2500A", "", BLIST_NOLUN}, /* scanjet iicx */

Now add your line
{"HP", "C5110A", "", BLIST_NOLUN}, /* scanjet 5p */

then:
rm scsi.o

after that: cd ../..

and make install + reboot will do your job

It's not a fault of sane but of HP

Keep this mail in case you install a new kernel and your HP
is again recognised as "processor"

Regards
Wolfgang

--
Source code, list archive, and docs: http://www.mostang.com/sane/
To unsubscribe: echo unsubscribe sane-devel | mail majordomo@mostang.com