+ -
当前位置:首页 → 问答吧 → 请教安装网卡的步骤

请教安装网卡的步骤

时间:2002-07-19

来源:互联网

如何安装网卡?      

作者: mountman   发布时间: 2002-07-19

1. Shutdown machine
2. Plug new ethernet card hardware
3. start machine add press STOP+a
4. in PROM monitor, input boot -r   // to reconfigure all device
5. after reboot, check the device use following command
   prtconf | grep -v not
   check if such entry exists
    network,instance #0
    network,instance #1

6. vi /etc/hostname.hme0    --- 0 means card 1, hme means 100Mbits
  or vi /etc/hostname.le0   --- le means 10M card
   add hostname to file hostname.le0 or hostname.hme0

7. add entry in /etc/hosts

8. #ifconfig hme0 plumb
   or ifconfig le0 plumb

9. # ifconfig hme0 inet 192.1.1.1 netmask 255.255.255.0 up
   or # ifconfig le0 inet 192.1.1.1 netmask 255.255.255.0 up

10. by now, your card should work
    For Solaris x86, i have no platform to test. maybe it is same.      

作者: irvon   发布时间: 2002-07-22

热门下载

更多