精华区 [关闭][返回]

当前位置:网易精华区>>讨论区精华>>电脑技术>>● Linux>>Linux之配置篇>>网络配置>>我刚成功装完DLINK530TXB+到RH6。2上,经验分享

主题:我刚成功装完DLINK530TXB+到RH6。2上,经验分享
发信人: jjboy()
整理人: skybird(2002-01-26 01:09:52), 站内信件
1:先下载驱动:http://www.legend-networks.com.cn/downfile/(找到DLINK530的LINUX驱动)
2:可以在WINDOW里解开压缩文件,里面有如下README。TXT文件,打开内容如下:照着括号内步骤保证可以:)
    D-Link DFE-530TX Gigabit Ethernet Adapter Installation for Linux

Floppy disc drive
-----------------

  cd root
  mkdir tmp
  cd tmp
  mcopy a:linux530_321.tar /root/tmp
  tar xfv linux530_321.tar 
  make all


Installing the Driver
=====================

  Manual Installation
  -------------------
  Once the driver has been compiled, it must be loaded, enabled, and bound
  to a protocol stack in order to establish network connectivity. To load a
  module enter the command:

  insmod via-rhine.o

  or

  insmod via-rhine.o <optional parameter>    ; add parameter

  Please reference the list of the command line parameters supported by
  the Linux device driver below.

  The insmod command only loads the driver and gives it a name of the form
  eth0, eth1, etc. To bring the NIC into an operational state,
  it is necessary to issue the following command:

  ifconfig eth0 up

  Finally, to bind the driver to the active protocol (e.g., TCP/IP with
  Linux), enter the following command:

  ifup eth0
祝各位好运

[关闭][返回]