Re: Problems detecting my scanner.

Ingo Wilken (Ingo.Wilken@Informatik.Uni-Oldenburg.DE)
Sat, 26 Jun 1999 22:51:11 +0200 (MET DST)

> scsi : 0 hosts.

This means it does not detect the SCSI controller. Since it runs in
Windows, you might want to check in it Device Manager whether your
parameters

> append="aha152x=0x140,11"

are correct. It could be on port 0x340 or IRQ 9 or 10. (If it's a PNP
card, it's most likely on 10 in Linux - try pnpdump) Also check
/var/log/messages for additional error messages and make sure your
kernel really has aha152x-support compiled in (you can compile it as a
module, but then it's not accessible at boot-time, you have to load it
with insmod or via kerneld).

I've always used "aha152x=<port>,<irq>,7" for the two 150x-cards that
are in my vicinity without problems, so maybe it's even a bit picky
about the adapter ID on the command line.

Regards,
Ingo

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