> Hence, I manually edited  /etc/conf.modules to include a line like
> 
> alias scsi_host aha152x aha152x=0x140,9,7
> 
> ( NOTE  ioport=140 HEX   IRQ=9  and  card scsiid=7 )
> 
> ALTERNATIVELY I tried a line like
> 
> alias scsi_host sg
> 
> to no avail. I could not find any syntax hints to tell sg the ioport etc.
My conf.modules contains the following lines:
    alias	scsi_hostadapter aha152x
    alias	block-major-8	aha152x
    pre-install	sd		insmod -k aha152x
    pre-install	sg		insmod -k aha152x
    pre-install	aha152x		insmod -k sd_mod
    pre-install	sd_mod		insmod -k scsi_mod
    options	aha152x		0x340,9
With these lines it all used to work. At the moment I'm using a kernel
with all the relevant stuff build in.
Henk.
-- -------------------------------------------------------------------------------- Henk Elbers henk@humulus.xs4all.nl Linux 2.0.33 --------------------------------------------------------------------------------
-- Source code, list archive, and docs: http://www.mostang.com/sane/ To unsubscribe: echo unsubscribe sane-devel | mail majordomo@mostang.com