LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Installing Slackware on SINXP (ITE8218 RAID Controller) (https://www.linuxquestions.org/questions/slackware-14/installing-slackware-on-sinxp-ite8218-raid-controller-89147/)

Saffsd 09-04-2003 07:13 AM

Installing Slackware on SINXP (ITE8218 RAID Controller)
 
Hello all.
I've gotten Slackware running on one of my machines (yay!) and now I'm trying to convert another to it, but this one is a little trickier. I'm 2 HDDs in a striped array on a Gigabyte SINXP motherboard. This mobo has the ITE8212 ATA133 RAID controller, which none of the images from the slackware install CD is able to access. I have located the ITE drivers for the controller here:

XXX/productInfo/Download.html#IT8212%20ATA133%20Controller

(Sorry this is my first post so it won't let me post urls, replace XXX above with www dot ite dot com dot tw)


There is however one small problem. The driver comes compiled for Mandrake and Red Hat, but not Slackware. I have downloaded the source for it and have attempted to compile it, but I'm not entirely sure how to do this.

The problem is this. The source comes with Makefile.md and Makefile.rh, which i assume are Mandrake and Red Hat makefiles respectively? I've tried renaming both to just Makefile and making from there. The rh one spits out a bunch of missing files, but the md one compiles.

Trying to insmod iteraid.o however rewards me with a long collection of "unresolved symbol" prompts.

Can anyone tell me how to get the kernel to talk to the disks? Thanks!

Saffsd 09-05-2003 02:32 AM

Erm... bump?

To restate the problem: I have source for a module for my RAID controller that I can't convince to compile properly. I need this module to install slackware onto disks in this array. Please help.

sjoeboo 10-02-2003 09:44 AM

same issue...almost....
 
I have the same issue, kind of. I'm running debian, but non the less am trying to get the driver for the ITE8212 RAID setup. I have not tried to complie it, yet, i was just looking around, seeing if i could find any sucess storys. Any luck so far?

MarkLu 11-19-2003 06:59 AM

The Slackware 9.0 default kernel may not have scsi and scsi disk support. So when you "insmod iteraid.o", you will get some "resolved symbol ....".
Try to load the scsi and scsi disk module first, hope will solve the problem.

#modprobe sd_mod
#insmod iteraid.o

Good luck!

Mark


All times are GMT -5. The time now is 10:33 AM.