LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 2606|回复: 12

D-Link DE-528 Ethernet PCI Adapter网卡,Redhat 80不支持,求助!

[复制链接]
发表于 2002-12-30 13:08:12 | 显示全部楼层 |阅读模式
网卡是:D-Link DE-528 Ethernet PCI Adapter
系统是:redhat8.0
我在D-Link的网站上下了驱动程序,可不知道怎么装下面的提示文档,不知道说些什么???怎么操作???
How to Install under Linux

Details: __________
Background:  "make config" is a routine in Linux that lets you configure
all the components that you want to have compiled into the Kernel.  This
entire procedure consists of about 11 steps.

make mrproper
make config OR make menuconfig OR make xmenuconfig (s.th. like that)
make clean
make dep
make install
... etc.

_________
Procedure:  Did the customer "extract" or "decompress" the driver??
If not, here's what he/she needs to do (see --

1. Login as root user. Using the cp command to copy the "lin8029.tar"
      files from the drivers' diskette into the Linux directory.
      # mount -t msdos /dev/fd0 /mnt
      # cp /mnt/linux/lin8029.tar /

   2. Extract drivers from the "lin8029.tar" file.
      # cd /
      # tar -xvf lin8029.tar

   3. To include networking and DE-528 support in your kernel:
      # cd /usr/src/linux
      # make config (answer yes on CONFIG_NET and CONFIG_INET and Realtek)
         a. "Network device support?"  ------> y
         b. When system prompts "Realtek cards?", answer 'y'.
         c. Then answer 'y' to the "RTL8029 support" item.
      # make clean
      # make depend
      # make zlilo (or whatever magic you usually do)

   4. Do "sync" and reboot the new kernel with a DE-528 adapter
      connected.


Step 1: a) mounts the floppy that the file is on; b) copies the file to the
hard drive
Step 2: extracts the driver

NOTE:  the actual driver should be copied to a directory under
/usr/src/linux, but I'm not sure which exact sub-directory it needs to go
to... possibly /usr/src/linux/net/ethernet --

Step 3: a) change directory to ...; b) they really should use "make
menuconfig", it's much easier; the rest just follow verbatim except for
"make depend" -- with Linux 4.0-5.1 the command should be "make dep"

BTW: "sync" just copies whatever file info was buffered to hard drive
before you reboot.

Detlev
发表于 2002-12-30 14:08:04 | 显示全部楼层
先用redhat-config-network来看一下是不是支持这块网卡。
#redhat-config-network
 楼主| 发表于 2002-12-30 17:38:58 | 显示全部楼层
我看了,没有这一块!!

那该怎么办呢??
 楼主| 发表于 2002-12-31 17:25:17 | 显示全部楼层
谁能帮帮我吗??
发表于 2002-12-31 21:44:58 | 显示全部楼层
看来得编内核来支持了,不要急。我先来找一下,看有没有RPM包。如果有那就方便 了。
发表于 2003-1-1 10:16:00 | 显示全部楼层

去看看吧

http://www.linuxsir.cn/forum.php?mod=viewthread&tid=10701
情况与你相同,会有帮助的,我和你一样也是用内置pci modem
用它的方法也行的通
 楼主| 发表于 2003-1-1 14:00:39 | 显示全部楼层
我的redhat8。0是kernel-2.4.18-14的内核
 楼主| 发表于 2003-1-1 22:16:03 | 显示全部楼层
我到网上下了一个驱动,里面有这四个文件,
Makefile  rtl8029.c  Space.c
config.in

怎么用这几个文件装驱动呢?
发表于 2003-1-1 23:54:28 | 显示全部楼层
兄弟,这样吧,把下载的网址给我,我看一下说明和安装的的文件。
多谢。
发表于 2003-1-2 09:00:19 | 显示全部楼层
这块网卡用的是realtek 8029芯片,用ne2k-pci的驱动就可以支持,redhat里应该有的。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表