[EMAIL PROTECTED] (Thalia L. Hooker) writes: > Finally got a kernel that detects that I have a SCSI host but some of the > settings seem to be incorrect. Any ideas? Here are some of my boot messages > & the APPEND command I put in the /etc/lilo.conf file: [...] > kernel: aha152x: processing commandline: > kernel: aha152x: <NULL> > kernel: aha152x: invalid line (controller=1)
For some reason the kernel is not reading your command properly; the configuration parameters are not getting to it. It doesn't see your specification of irq 11, for instance. > last line of /etc/lilo.conf, > append="aha152x=0x340,11,7,1" Try using a different boot manager, like loadlin. If you still get the same results, there is something wrong with your kernel; otherwise, it is a problem with your lilo configuration. -- Ben Pfaff <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> Senders of unsolicited commercial e-mail will receive free 32MB core files! -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .

