QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 740|回复: 3

red-flag linux 网卡安装

[复制链接]
发表于 2004-4-25 22:23:01 | 显示全部楼层 |阅读模式
我用的是redflag linux desktop4.0
网卡是Myson MTD80X Based Fast Ethernet Card。可按自动检测时却提示"已检测到MYSON Technology Inc|SURECOM EP-320x-S 100/10M Ethernet PCI adapter 网卡但没有找到该设备的驱动"
请哪位大哥指条明路,怎样解决网卡安装的问题。
先谢了!!!
发表于 2004-4-26 01:33:10 | 显示全部楼层
自己搜索一下for linux 的驱动吧
编译加载到内核就可以了
回复

使用道具 举报

 楼主| 发表于 2004-4-26 17:55:00 | 显示全部楼层
大哥,怎样加载啊,我已经下载好了。
请大哥用中文指点一下好吗?以下是英文说明:               **************************************************
                      Myson MTD80X Based Fast Ethernet Card

                      Linux 2.4.X Driver Installation Guide
               **************************************************


-----------------------
Installation Procedure
-----------------------

  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}

  6. Now, you should be able to ping local network.

*Every time you reboot the system, you must execute step 4 and step 5
  again to bind your card.


Compability:
        This driver is tested with the Distribution.
       
        RedHat 7.1/7.2
        Mandrake 8.0/8.1
        Slackware 8.0
        SuSe 7.2
        RedFlag 2.4
        Caldera 3.0
回复

使用道具 举报

发表于 2004-4-26 23:23:59 | 显示全部楼层
已经很清楚了

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

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

touch *
make clean
make

insmod pciscan.o
insmod mtd80x.o

ifconfig eth0 {IPADDR} netmask {NETMASK}
回复

使用道具 举报

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

本版积分规则

GMT+8, 2024-11-8 05:49 , Processed in 0.043103 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

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