> At boot up the jaz adaptor is recognized and is located at port DE00,
> IRQ 10, and ID 7.
> I placed these parameters in my lilo configuration file using..
>
> append aha152x=0xDE00,10,7
Instead of having to reboot each time you want to try out the change, try
doing it with modules first.
Once you have logged in, try this:
# modprobe aha152x aha152x=0xDE00,10
and you should be fine. Leave out the `,7' part on the end, as its not
necessary, and its better to let the driver figure that information out --
less chance for error.
Be sure /lib/modules/2.0.33/scsi/aha152x.o exists, and substitute `2.0.33' for
your kernel version.
You could also supply this information on the LILO: command-line, like this:
LILO: linux aha152x=0xDE00,10
Assuming `LILO:' is your prompt, and `linux' is your kernel boot name..
Dave
--
PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
To unsubscribe: mail [EMAIL PROTECTED] with
"unsubscribe" as the Subject.