- 論壇徽章:
- 1
|
作者: 出處:Unix愛(ài)好者家園unix-cd.com 更新時(shí)間: 2005年10月09日
天闊PC服務(wù)器 SCO UNIX OpenServer 5.0.5 安裝說(shuō)明-配有MYLEX170 RAID卡
1.更改IDE-CDROM 設(shè)置,將CDROM 跳線設(shè)為 MASTER,將CDROM IDE線接到IDE 1 口。從光驅(qū)啟動(dòng)系統(tǒng)出現(xiàn)Boot提示符時(shí):
boot:后輸入:defbootstr ahslink=mdac Sdsk=mdac(0,0,0,1) disable=slha ,系統(tǒng)會(huì)提示安裝mdac依次插入RAID卡自帶OpenServer的驅(qū)動(dòng)盤依次加載完成后再次提示插入BOOT盤,插入該軟盤回車。
當(dāng)系統(tǒng)出現(xiàn)""a" if you want to use character major 6 [default]"時(shí), 選 "a" 回車。 繼續(xù)安裝直到完成。
網(wǎng)卡配置:
1. Copy the eee.vol file to any directory, say /tmp, on the SCO system,renaming the file as VOL.000.000. Also, make the file read-only by using 'chmod'.for example, # cp eee.vol /tmp/VOL.000.000
# chmod 444 /tmp/VOL.000.000
2. If there is an older version of the eeE driver on the system, you must first remove it. To do this, run 'netconfig'. Remove all instances of the "Intel ..." adapters. Exit netconfig without opting to relink the kernel.
3. Install the new driver using 'custom'. When asked for the installation media, choose 'media images', and type the directory path to the VOL.000.000 file. (In step 1, if if you copied it to /tmp, type '/tmp'). After the installation of the driver is complete, exit 'custom'.
4. Run 'netconfig' and add the adapters. For each adapter that is present in the system, enter the appropriate TCP/IP parameters. By default, the driver automatically detects the line speed and duplex mode. If you want to force any of these settings, choose 'Advanced Options' and set the speed and duplex modes. Exit 'netconfig' and choose to relink the kernel.
.
5. Reboot the system.
mouse 設(shè)置:
#mkdev mouse
選擇PS/2 -Style Keyboard mouse 重新鏈接核心,重起系統(tǒng)。
本文來(lái)自ChinaUnix博客,如果查看原文請(qǐng)點(diǎn):http://blog.chinaunix.net/u/31/showart_509559.html |
|