QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 515|回复: 3

新人求助,焦急等待【网卡问题】

[复制链接]
发表于 2003-7-3 13:42:53 | 显示全部楼层 |阅读模式
本人用cable modem 上网,不知道是不是在linux里选择以太网上网方式就可以?
另外,开机的时候 有一项错误
bringing up eth0............[Failed]

是不是我的网卡驱动没装好啊,可是我不知道怎样装。每次用make命令好像都有错误提示,另外我的网卡其中一块是集成的在我的nf2主板南桥MCP芯片上的,也不知道是什么芯片的,另外一块是神州数码的,驱动程序说明如下

<================================================================>
<                 Digitalchina Networks Limited                  >
<           DigitalChina DCN-530TX Fast Ethernet Adapter         >
<                   SOFTWARE DRIVER SUPPORT                      >
<                                                                >
<       Copyright 2002 Digitalchina Networks Limited          >
<                     All Rights Reserved.                       >
<                                                                >
<================================================================>

FOR LINUX KERNEL 2.4
======================

    The readme file contains the following information for Accton's DCN-530TX
series (DCN-530TX) Fast Ethernet adapter Linux driver
installation

      A. Rebuild the DCN-530TX Linux driver

      B. Driver installation


A. Rebuild the DCN-530TX Linux driver
======================================
   
   1. Copy the source code directory to a temporary directory, for example /tmp,

      #cp -r tulip /tmp

   2. Rebuild the driver using the following command,

      #cd /tmp/tulip

      #make

      Now, you have the new driver object code in the /tmp/tulip directory.
      You can go to section B, to install the new driver.
到这一步非常奇怪,make命令似乎不成功,但是在我的/lib/modules/2.4.X/kernel/drivers/net 目录里却有了tulip这个文件夹,而且里面也有tulip.o这个文件。也能运行netconfig


B. Driver Installation
======================
   1. Copy the driver object code to net modules directory,

      #cp -f /tmp/tulip/tulip.o /lib/modules/2.4.X/kernel/drivers/net

      where the 2.4.X is the Linux kernel version,be careful to type the proper path.

   2. Load the driver by

      #insmod tulip.o

   3. Config your network with

      #netconfig

      or

      #ifconfig eth0 xxx.xxx.xxx.xxx

      where xxx is your IP

All trademarks or brand names mentioned are properties of their respective companies.

--- End of File ---
 楼主| 发表于 2003-7-3 13:44:05 | 显示全部楼层
另外,怎样才能说明网卡是安装好的呢?我的网卡状态始终是处于“不活跃”状态,这是为什么呢?
向高手大虾们求教!!谢谢!!!!!!
回复

使用道具 举报

 楼主| 发表于 2003-7-3 14:44:48 | 显示全部楼层
upup~好心人和斑竹解答一下吧,我发愁死了。
回复

使用道具 举报

发表于 2003-7-3 14:55:40 | 显示全部楼层
ifconfig能看出来
在/etc/modules.conf里加入alias eth0 tulip
用netconfig配好ip
执行
ifdown eth0
ifup eth0
如果显示ok那就ok啦
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-10-1 21:23 , Processed in 0.037291 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

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