各位大大:
請問我有張主機版,上面提供SIS964 RAID,請問該如何安裝驅動程式?!
抓下來檔案說明檔如下:
1. Files List
- Makefile
- sata_sis.c
Since the ata_host_set structure is redefined from kernel-2.6.10,
I have to part the sata_sis.c to different branch.
2. How to build the driver ?
1. You have to prepare the kernel source. Downlad it / Untar it / and link it to /usr/src/linux
2. Check you kernel version. Take 2.6.9 for an example, cd sis18x_2.6.9_1.00.00
2. Change to administrator.
3. Type " make " to build the driver
4. Type " make install " to intall the sata_sis.ko module
3. How to use it ?
1. To load the driver, use " modprobe sata_sis ". Or "load-18x"
2. To unload the driver, type " rmmod sata_sis ". Or "unload-18x"
3. For SATA devices will be named to /dev/sda, /dev/sdb, /dev/sdc etc,.
4. For S-ATAPI devices will be named to /dev/scd0, /dev/scd1, /dev/scd2, etc,.
4. Partion the disk
If you disk does not have any partition, you have to create some first.
fdisk /dev/sd[a-d]
5. Mount the partition to somewhere
After you get some partitions, mount it to somewhere to use.
like, mount /dev/sda1 /mnt/dos ....
6. Summary of Current Status
1. Fedore Core-3 use kernel 2.6.9, at this release does not support S-ATAPI devices
2. From kernel 2.6.10, libata port support S-ATAPI devices.
3. MSI ODD device, model MS-8452T could not pass the identify command.
Any question? Contact with me
touch@sis.com
-----------------------------------
請問是該重新編譯kernel嗎?目前我的系統是FC3 Kernel2.6.9-1.667!!
還是只要載入模組就好?!
請各位大大敎小弟正確步驟!!非常用~~拜託!