免费注册 查看新帖 |

Chinaunix

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

[SCO UNIX] 网卡驱动安装问题! [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2003-05-21 08:08 |只看该作者 |倒序浏览
我笔记本网卡好不容易才找到网卡for unix的驱动但只有下面三个文件:
pkg/FLOPPY/VOL.000.000.files
pkg/FLOPPY/VOL.000.000
pkg/FLOPPY/VOL.000.000.sum
用custom却不能安装。有一个自述文件,全文如下:
OpenServer Related Files
========================
This is the release 1.20 of the DP83815 driver for SCO Openserver 5
The directory contains the following files:

        ./README
        ./pkg
        ./pkg/FLOPPY
        ./pkg/FLOPPY/VOL.000.000.files
        ./pkg/FLOPPY/VOL.000.000
        ./pkg/FLOPPY/VOL.000.000.sum
        ./src
        ./src/AOF
        ./src/AOF/dp83815
        ./src/Driver.o
        ./src/Make.inc
        ./src/Makefile
        ./src/Master
        ./src/Node
        ./src/Space.c
        ./src/System
        ./src/dp83815.h
        ./src/dp83815mdi.c
        ./src/dp83815mdi.o
        ./src/lkcfg
        ./src/space.h
       

The files dp83815mdi.c and dp83815.h are the driver source
files. Makefile, and Make.inc contain the build rules. The files in
the sub-directory dp.cf are the configuration files including the
driver object file.

Creating a Binary Distribution Diskette
========================================
The files under pkg are the distribution files, and can be used to create
binary driver distribution diskettes. A custom installable, driver
diskette can be created by, inserting a blank floppy in drive A, and
running the command

        # dd if=VOL.000.000 of=/dev/rfd0135ds18


Rebuilding the Driver from Sources
==================================
To build and install the driver, you'll need O5ndsampl.pkg, the network
driver sample/development kit. It's available for download from
http://www.sco.com/hdk/samples/index.html

First install the dp driver tar archive in some directory,
say /usr/src/dp. The openserver related files will be available at
/usr/src/dp/openserver/

Then, install the O5ndsampl.pkg on your system, and follow instructions
below,

        # pkgadd -d <path_to_O5ndsampl>;/O5ndsampl.pkg
        # cd /usr/src/O5hdk/net
        # cp Make.inc Make.inc.save
        # ln -s /usr/src/dp/openserver/Make.inc .
        # mkdir drv/mdi/dp
        # ln -s /usr/src/dp/openserver/* drv/mdi/dp/
        # make dist
        # make floppy
        # cd archives/FLOPPY
        (Insert a floppy into the A drive)
        # dd if=VOL.000.000 of=/dev/rfd0135ds18
       
The custom-installable package is now available on the floppy.

NOTE: To compile the driver, you'll need to install SCO Openserver
Development system which resides on the SCO Openserver CDROM (not the
UDK).

Installing the Driver
======================
Create a custom-installable driver diskette, as explained above.
Then to install the package, run the command custom, choose, Software, and
select the floppy device. Follow instructions to install the package.
       
Next configure TCP/IP -- run the command scoadmin, and choose the
'Networks' menu item. From the networks menu, choose 'Network
Configuration Manager'. Then select 'Hardware', and select 'Add a New
LAN Adapter' menu. You should see a menu containing the DP
device. Select it, and then select the option to add TCP/IP
protocol. Once the configuration is done, you will be prompted to
rebuild the kernel. Rebuild the kernel, and answer 'y' to both
questions: rebuild the environment, and install the kernel as default.

You should then configure the IP address for the board. Once this is
done, reboot the system, and the interface should be functional.

To reboot,

   # cd /
   # shutdown -y -i6 -g0


To test the driver:
  
  #  netstat -rn  (This will provide you the current routes)
  #  ping <host>;  (To test arp, udp tx/rx)
  #  ping -s 224.0.0.1  (To test multicast tx/rx)
  #  ftp <host>;  (To test TCP tx/rx)
  #  mount <nfs_server>;:<exported_dir>; /mnt
请教各位高手该怎样装这个网卡的驱动??先谢了!

论坛徽章:
0
2 [报告]
发表于 2003-05-21 08:27 |只看该作者

网卡驱动安装问题!

将VOL.000.000拷到/tmp,custom 中选从image安装

论坛徽章:
0
3 [报告]
发表于 2003-05-21 08:28 |只看该作者

网卡驱动安装问题!

按理说VOL.000.000用custom就可以直接安装。如果不行就按照说明中说的那样把VOL.000.000  dd到软盘上再安装。

论坛徽章:
0
4 [报告]
发表于 2003-05-21 15:25 |只看该作者

网卡驱动安装问题!

[quote]原帖由 "ycy"]将VOL.000.000拷到/tmp,custom 中选从image安装[/quote 发表:


就这么简单!

论坛徽章:
0
5 [报告]
发表于 2003-05-21 17:16 |只看该作者

网卡驱动安装问题!

一定要是VOL.00.000文件,custom安装就可以。

论坛徽章:
0
6 [报告]
发表于 2003-05-21 17:27 |只看该作者

网卡驱动安装问题!

说明很清楚
custom
/tmp/VOL.000.000
netconfig
add new lan
tcp/ip

论坛徽章:
0
7 [报告]
发表于 2003-05-22 07:58 |只看该作者

网卡驱动安装问题!

用custom就是不能安装,我已经试过很多种方法!!
哪位高手能指点一下!!

论坛徽章:
0
8 [报告]
发表于 2003-05-22 08:09 |只看该作者

网卡驱动安装问题!

你的VOL.000.000若是用doscp拷进去的不要用-m参数,或试一下
用-r参数;  若是用ftp则要用二进制模式

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

网卡驱动安装问题!

请教ycy:我用doscp时并没有用任何参数,但在自述文件中:To build and install the driver, you'll need O5ndsampl.pkg, the network
driver sample/development kit. It's available for download from
http://www.sco.com/hdk/samples/index.html
所说的O5ndsampl.pkg是一个什么包?

论坛徽章:
0
10 [报告]
发表于 2003-05-22 09:08 |只看该作者

网卡驱动安装问题!

我什么都不懂,,什么二进制...??真晕....~`~`
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

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

清除 Cookies - ChinaUnix - Archiver - WAP - TOP