Tirado diretamente do código fonte do driver da placa
/usr/src/linux/drivers/scsi/aha152x.c:
CONFIGURATION ARGUMENTS:
IOPORT base io address (0x340/0x140)
IRQ interrupt level (9-12; default 11)
SCSI_ID scsi id of controller (0-7; default 7)
RECONNECT allow targets to disconnect from the bus (0/1; default 1 [on])
PARITY enable parity checking (0/1; default 1 [on])
SYNCHRONOUS enable synchronous transfers (0/1; default 0 [off])
(NOT WORKING YET)
DELAY: bus reset delay (default 100)
EXT_TRANS: enable extended translation (0/1: default 0 [off])
SYMBOLS FOR MODULE CONFIGURATION:
aha152x=IOPORT,IRQ,SCSI_ID,RECONNECT,PARITY,SYNCHRONOUS,DELAY,EXT_TRANS
|
Especifique as opções separadas por
vírgulas, nesta ordem. Geralmente apenas as três
primeiras serão necessárias, pois nas outras o valor
padrão (default) é o mesmo para a maioria das
placas:
aha152x=IOPORT,IRQ,SCSI_ID
|
Então, os parâmetros ficariam:
0x340,12,4
Com o linux instalado, coloque a seguinte linha no início
do /etc/lilo.conf
append = "aha152x=0x340,12,4"
|
Apenas troque pelos valores corretos. Caso não baste,
especifique TODAS as opções.
OBS.: Não esqueça rodar o lilo após editar
o arquivo /etc/lilo.conf.
[root@localhost]# /sbin/lilo
|
Ou ainda, para algo mais imediato, tente executar na linha de
comando:
[root@localhost]# insmod aha152x aha152x=0x340,12
|