Chinaunix

标题: 网卡驱动安装问题! [打印本页]

作者: fyb2003    时间: 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
请教各位高手该怎样装这个网卡的驱动??先谢了!
作者: ycy    时间: 2003-05-21 08:27
标题: 网卡驱动安装问题!
将VOL.000.000拷到/tmp,custom 中选从image安装
作者: maids    时间: 2003-05-21 08:28
标题: 网卡驱动安装问题!
按理说VOL.000.000用custom就可以直接安装。如果不行就按照说明中说的那样把VOL.000.000  dd到软盘上再安装。
作者: thinkeryy    时间: 2003-05-21 15:25
标题: 网卡驱动安装问题!
[quote]原帖由 "ycy"]将VOL.000.000拷到/tmp,custom 中选从image安装[/quote 发表:


就这么简单!
作者: custom2003    时间: 2003-05-21 17:16
标题: 网卡驱动安装问题!
一定要是VOL.00.000文件,custom安装就可以。
作者: ustcboy    时间: 2003-05-21 17:27
标题: 网卡驱动安装问题!
说明很清楚
custom
/tmp/VOL.000.000
netconfig
add new lan
tcp/ip
作者: fyb2003    时间: 2003-05-22 07:58
标题: 网卡驱动安装问题!
用custom就是不能安装,我已经试过很多种方法!!
哪位高手能指点一下!!
作者: ycy    时间: 2003-05-22 08:09
标题: 网卡驱动安装问题!
你的VOL.000.000若是用doscp拷进去的不要用-m参数,或试一下
用-r参数;  若是用ftp则要用二进制模式
作者: fyb2003    时间: 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是一个什么包?
作者: 海浪001    时间: 2003-05-22 09:08
标题: 网卡驱动安装问题!
我什么都不懂,,什么二进制...??真晕....~`~`
作者: ycy    时间: 2003-05-22 09:35
标题: 网卡驱动安装问题!
O5ndsampl.pkg就是network driver sample/development kit
作者: fyb2003    时间: 2003-05-22 15:02
标题: 网卡驱动安装问题!
谢谢你们的帮助!!但这个网卡的驱动我还是没装上……
作者: cinord    时间: 2003-05-22 19:40
标题: 网卡驱动安装问题!
装不上应该有个提示的阿。
作者: fyb2003    时间: 2003-05-23 08:04
标题: 网卡驱动安装问题!
将VOL.000.000 doscp到/tmp,custom 中选从image安装,提示没有找到安装软件。出现“重试”、“取消”对话框。
作者: meteor06    时间: 2003-05-23 08:10
标题: 网卡驱动安装问题!
ls -l  /tmp/VOL.000.000
确认文件在,大小写没有错误,文件属性,权限都对
作者: fyb2003    时间: 2003-05-23 08:15
标题: 网卡驱动安装问题!
文件在,大小写没有错误,文件属性,权限全部都对!!
作者: meteor06    时间: 2003-05-23 08:17
标题: 网卡驱动安装问题!
file /tmp/VOL.000.000
是否  ASCII cpio archive
作者: fyb2003    时间: 2003-05-23 08:20
标题: 网卡驱动安装问题!
这个我不懂,能否详细说??
作者: meteor06    时间: 2003-05-23 08:39
标题: 网卡驱动安装问题!
看文件类型是否正确
作者: fyb2003    时间: 2003-05-23 08:41
标题: 网卡驱动安装问题!
你是说VOL.000.000应该是ASCII cpio archive类型??
作者: meteor06    时间: 2003-05-23 08:43
标题: 网卡驱动安装问题!
把驱动(VOL.000.000) 发给我
我帮你试试
作者: fyb2003    时间: 2003-05-23 08:45
标题: 网卡驱动安装问题!
好的!十二万分的感谢!!
作者: fyb2003    时间: 2003-05-23 08:47
标题: 网卡驱动安装问题!
你的邮箱地址给一个
作者: meteor06    时间: 2003-05-23 08:52
标题: 网卡驱动安装问题!
看站内信件,mail地址给你了
作者: fyb2003    时间: 2003-05-23 08:54
标题: 网卡驱动安装问题!
已经发了,再次感谢!!
作者: meteor06    时间: 2003-05-23 09:02
标题: 网卡驱动安装问题!
meteor06@sina.com
作者: fyb2003    时间: 2003-05-23 09:05
标题: 网卡驱动安装问题!
没收到吗?
作者: meteor06    时间: 2003-05-23 10:03
标题: 网卡驱动安装问题!
在5.0.4 和5.0.5上试过了,在/tmp/和 软盘装都不行,
用src下的文件生成一个试一下,如果还不行,换个驱动
看VOL.000.000.files
opt/K/NationalSemiconductor 是什么目录,VOL.000.000的驱动程序
安装完成后应该在这个目录下的。
作者: fyb2003    时间: 2003-05-23 10:07
标题: 网卡驱动安装问题!
这个网卡的驱动我用百度搜索搜了一下,从不同的网站下载的都是一样,UNIX下的都只包含这三个文件,如果是windows下的还包含一个LINX下的驱动!
作者: custom2003    时间: 2003-05-23 10:11
标题: 网卡驱动安装问题!
chmod 777 /tmp/VOL.000.000
作者: fyb2003    时间: 2003-05-23 10:12
标题: 网卡驱动安装问题!
chmod 777这些都试过了!谢谢回复




欢迎光临 Chinaunix (http://bbs.chinaunix.net/) Powered by Discuz! X3.2