Subject: ss0, scanner not found in 1.6ZK
To: None <current-users@NetBSD.org>
From: Art Lemasters <slemas1@mindspring.com>
List: current-users
Date: 03/09/2004 14:55:55
   xsane can't find the device. Here's the relevant part of the
dmesg output. And after that, the relevant parts of the kernel
config. I'm trying to use a Microtek E3 scanner with an Adaptec
ISA 1502 scsi card.  The port and IRQ numbers in the kernel
config are the same as what the card is configured to (except
that on the card, it's written as "140h").  I think something's
changed since the 1.6 release, as the scanner worked fine with
the old kernel config (aic0, etc.).  This was tried with the
uk0 congif set, also, and that showed simply "disk fixed" at the
end of the dmesg line, but xsane still didn't detect it.

aic0 at isa0 port 0x140-0x15f irq 10
scsibus0 at aic0: 8 targets, 8 luns per target
com0 at isa0 port 0x3f8-0x3ff irq 4: ns16550a, working fifo
com1 at isa0 port 0x2f8-0x2ff irq 3: ns16550a, working fifo
pckbc0 at isa0 port 0x60-0x64
pckbd0 at pckbc0 (kbd slot)
pckbc0: using irq 1 for kbd slot
wskbd0 at pckbd0: console keyboard, using wsdisplay0
isapnp0 at isa0 port 0x279: ISA Plug 'n Play device support
npx0 at isa0 port 0xf0-0xff: using exception 16
fdc0 at isa0 port 0x3f0-0x3f7 irq 6 drq 2
isapnp0: no ISA Plug 'n Play devices found
fd0 at fdc0 drive 0: 1.44MB, 80 cyl, 2 head, 18 sec
IPsec: Initialized Security Association Processing.
scsibus0: waiting 2 seconds for devices to settle...
scsibus0 target 0 lun 0: <, c\000n\000e, .\0000> disk fixed not configured

****kernel config stuff****

scsibus* at aic?			# My line - probably of
					# no consequence, as it
					# it was not in the file

aic0	at isa? port 0x140 irq 10	# Adaptec 152[02] SCSI

scsibus* at scsi?

ss*	at scsibus? target ? lun ?	# SCSI scanners

****end kernel config stuff****



Art