ncp100
07-15-2004, 03:05 PM
Okay this is my problem - I have a ITE8212 IDE raid controller card which is connected to a hard drive (the only hard drive in the system). I booted using the slack 10.0 CD it would not see the hard drive, so
1. I downloaded the drivers onto a floppy - mount /dev/fd0 /mnt
2. Loaded the driver using insmod -f /mnt/iteraid.o (I had to use the -f coz of linux version incompatibility.
3. It detected my hard drive, and I created a linux partition and installed linux on it, created lilo for boot up etc.
4. When I boot up my machine and select Linux at the lilo loader, it comes up with a kernel panic error - at this point I'm assuming its because linux does not see my hard drive.
5. Boot of the CD again and compile the kernel with the iteraid drivers copied to the /usr/src/linux/drivers/scsi folder.
6. After booting up again, I get a Setup signature not found.
My thought is if I can somehow force the module to load on bootup I should be all set. I have added the option insmod_opt=-f in the modules.conf file and still no luck.
Any help is appreciated.
Thanks
1. I downloaded the drivers onto a floppy - mount /dev/fd0 /mnt
2. Loaded the driver using insmod -f /mnt/iteraid.o (I had to use the -f coz of linux version incompatibility.
3. It detected my hard drive, and I created a linux partition and installed linux on it, created lilo for boot up etc.
4. When I boot up my machine and select Linux at the lilo loader, it comes up with a kernel panic error - at this point I'm assuming its because linux does not see my hard drive.
5. Boot of the CD again and compile the kernel with the iteraid drivers copied to the /usr/src/linux/drivers/scsi folder.
6. After booting up again, I get a Setup signature not found.
My thought is if I can somehow force the module to load on bootup I should be all set. I have added the option insmod_opt=-f in the modules.conf file and still no luck.
Any help is appreciated.
Thanks