QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1101|回复: 5

网卡安装,请教高手

[复制链接]
发表于 2002-11-18 20:39:55 | 显示全部楼层 |阅读模式
我的网卡是myson的芯片,装mamdrake9.0时不认,不过有驱动,但不知道怎么装,帮助文件如下
1. Copy the compress file mtd80x-linux-2.4.x.tgz to /tmp directory,

        mount -t msdos /dev/fd0 /mnt/floppy
        cp /mnt/floppy/linux-2.4.x/mtd80x-linux-2.4.x.tgz /tmp

2. Uncompress the file

        cd /tmp
        tar -zxvf mtd80x-linux-2.4.x.tgz

3. Make network adapter driver modules

        touch *
        make clean
        make

     *Under some distribution, such as SuSe 7.2 and BluePoint 2.0, there is no version.h.
      You have to run "make config" or "make menuconfig" at /usr/src/linux to create it.
      
    **If you are using Mandrake 8.0 and you have problems when insmod the dirver, please
      remove "-DMODVERSIONS" option from makefile.

   ***On SMP system, the driver may NOT work well. The bug will be fixed in the future.
4. Insert network adapter driver modules

        insmod        pciscan.o
        insmod        mtd80x.o
5. Bind your card to an IP address

        ifconfig eth0 {IPADDR} netmask {NETMASK}

主要是第3,4步不知道怎么弄,请教高手
发表于 2002-11-18 22:34:42 | 显示全部楼层
3,
touch
make clean
make

在运行touch前,确定你装有内核源代码,做链接到/usr/src/linux
进入,make menuconfig,生产version.h

4.顺利的话,应当生成网卡模块

insmod pciscan.o
insmod mtd80x.o

5,………………………………

最好将模块名字写入/etc/modules.conf
回复

使用道具 举报

发表于 2002-11-18 22:45:40 | 显示全部楼层
sd444老兄成翻译了,呵呵
回复

使用道具 举报

发表于 2002-11-19 20:44:08 | 显示全部楼层
残………………

幸亏知道点命令,套着蒙………………
回复

使用道具 举报

 楼主| 发表于 2002-11-21 19:52:37 | 显示全部楼层
成功了,谢谢
回复

使用道具 举报

发表于 2002-11-22 22:14:02 | 显示全部楼层
高手们,上面那位大哥说的“在运行touch前,确定你装有内核源代码,做链接到/usr/src/linux
进入,make menuconfig,生产version.h ”
应该怎么理解啊???
回复

使用道具 举报

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

本版积分规则

GMT+8, 2024-9-29 07:03 , Processed in 0.065157 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

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