免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
12下一页
最近访问板块 发新帖
查看: 3238 | 回复: 11
打印 上一主题 下一主题

[SCO UNIX] 新手问题:很简单的网卡驱动我都不会装,RealTelk8139!!! [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2003-04-30 23:18 |只看该作者 |倒序浏览
安装的时候默认不支持,所以我下了个for sco uinx的,请问怎么安装呀!
我是第一次玩uinx,大家帮帮我啊

论坛徽章:
0
2 [报告]
发表于 2003-04-30 23:51 |只看该作者

新手问题:很简单的网卡驱动我都不会装,RealTelk8139!!!

1.custom
2.netconfig

论坛徽章:
3
天蝎座
日期:2014-10-25 13:44:312015年辞旧岁徽章
日期:2015-03-03 16:54:152015年迎新春徽章
日期:2015-03-04 09:48:31
3 [报告]
发表于 2003-05-01 00:41 |只看该作者

新手问题:很简单的网卡驱动我都不会装,RealTelk8139!!!

我的网卡是8029的。
请问哪里有for unix的驱动下载啊?
谢谢了!~
已经找到了```````````````

论坛徽章:
0
4 [报告]
发表于 2003-05-01 09:00 |只看该作者

新手问题:很简单的网卡驱动我都不会装,RealTelk8139!!!

SCO UNIX 5.X

   Introduction:
   -------------
      This document describes the procedure to install the SCO UNIX driver
      for REALTEK RTL8139 PCI ethernet adapter.

   Location of Driver:     \SCO\5.X\8139.VOL

   Installing driver procedure on SCO UNIX :
   -----------------------------------------
      Before you start with the installation  process,  make sure that the
      SCO UNIX system is properly installed. Similarly,your adapter should
      also be properly installed in your machine.

     1. Installation Diskette in DOS format.
        Put RTL SCO UNIX Driver diskette to floppy A: and use doscp
        command to copy RTL SCO UNIX PCI Driver into UNIX's directories.

       # cd /
       # doscp A:setup  /setup
       # chmod +x /setup
       # ./setup


         Then, the install program will ask you for path of the files,
         you can key in:

                      a:/sco/5.x
               or
                      b:/sco/5.x
     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

论坛徽章:
0
5 [报告]
发表于 2003-05-01 09:46 |只看该作者

新手问题:很简单的网卡驱动我都不会装,RealTelk8139!!!

首先,用custom将网卡驱动程序挂上去,custom的作用实际上是安装软件包的,你在custom中选择install new,然后选择从本机的软盘(floppy)或指定位置(media image),加载网卡软件包,重联核心即可。
第二步,用netconfig安装网卡(硬件),在菜单中选择install new lan adapter,注意安装的网卡中断号等参数(一般一共有三个参数,我记不清楚了),要和用hwconfig看到的一样或者在网卡设置程序(用dos软盘启动,再用网卡的设置程序如setup.exe等)看到的参数一致。再重联核心,重启ok。

论坛徽章:
3
天蝎座
日期:2014-10-25 13:44:312015年辞旧岁徽章
日期:2015-03-03 16:54:152015年迎新春徽章
日期:2015-03-04 09:48:31
6 [报告]
发表于 2003-05-01 12:09 |只看该作者

新手问题:很简单的网卡驱动我都不会装,RealTelk8139!!!

海德老大:
我按照你的那样做的。但是
我输入
# ./setup
Install RTL 8029 Enthenet Adapter Driver(MDI)
please input sourpath?(ex:a:/sco/5.x) ./setup:d-path^M:is not a identifier
#
这是怎么回事?我该怎么做,谢谢了。

论坛徽章:
0
7 [报告]
发表于 2003-05-01 13:21 |只看该作者

新手问题:很简单的网卡驱动我都不会装,RealTelk8139!!!

please input sourpath?(ex:a:/sco/5.x)后面输入a:/sco/5.x

论坛徽章:
0
8 [报告]
发表于 2003-05-01 13:34 |只看该作者

新手问题:很简单的网卡驱动我都不会装,RealTelk8139!!!

:wink:

论坛徽章:
0
9 [报告]
发表于 2003-05-01 16:53 |只看该作者

新手问题:很简单的网卡驱动我都不会装,RealTelk8139!!!

其实把软盘内的文件拷到/tmp下改成VOL.000.000就可以了,用custom多省事啊~~~

论坛徽章:
0
10 [报告]
发表于 2003-05-01 17:12 |只看该作者

新手问题:很简单的网卡驱动我都不会装,RealTelk8139!!!

安装文件里面有个scopci.drv的文件,然后dd if=scopci.drv of=VOL.000.000就可以了,比用安装文件方便多了,再在scoadmin里面安装网卡的软件,最后netconfig安装网卡,选择你刚才安装的网卡驱动就可以了。
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP