Chinaunix首页 | 论坛 | 博客
  • 博客访问: 456570
  • 博文数量: 96
  • 博客积分: 6045
  • 博客等级: 大校
  • 技术积分: 906
  • 用 户 组: 普通用户
  • 注册时间: 2007-07-03 11:29
文章分类

全部博文(96)

文章存档

2014年(1)

2012年(22)

2011年(23)

2010年(31)

2008年(1)

2007年(18)

分类:

2007-07-04 14:05:20

安装网卡首先要有网卡驱动程序(当然是sco unix系统格式),如果没有可以到网上搜寻(根据自己的网卡型号):
查看网卡型号,我的网卡型号是8139B,下载驱动程序,获得文件名:8139.vol和SETUP,然后将这连个文件拷贝到1.44M软盘中。
1.     # cd /
       # doscp A:/5.x/setup  /setup
       # chmod +x /setup
       # ./setup
     提示路径:输入a:
 2.  Run 'custom' utility to add RTL8139 driver software to system.
          Select the following option::
                "Software"
           -> "Install New"
                -> "From 'your computer'"
           -> 'MediaImages"
         Then enter the directory of driver image(8139.VOL) which
         should be "/tmp"
     3.    Use netconfig utility
          Avaiable options:
          # netconfig
     4.  To add adapters, select "Add New Lan Adapter" from "Hardware".
     5.  Select the line speed from the menu:
            (1)Hwset,(2)Auto,(3)10half.(4)10full.(5)100half.(6)100full.
         if you select Hwset, driver will read configuration from EEPROM
         on the card. the configuration can be modified by running
         'rset8139' in the driver disk. The program is for DOS.
     6.  Add Protocol to select SCO TCP/IP.
     7.  Enter the internet Address of this interface,
         for example : 192.9.9.1
     8.  Enter the netmask for this interface
           (default 255.255.255.0)
     9.  Enter the boardcast address for this interface
          use default: n.n.n.n
    10.  Do you want to relink to kernel now ? (y/n)
          type in 'y'
    11. Do you want this kernel to boot by default (y/n)
          type in 'y'
    11. Do you want the kernel environment rebuilt (y/n)
          type in 'y'
    12. Reboot unix
            # shutdown -y -g0
 
//=====================
网卡修改:netconfig-Protocol
阅读(3528) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~