aotian55 发表于 2004-4-25 22:23:01

red-flag linux 网卡安装

我用的是redflag linux desktop4.0
网卡是Myson MTD80X Based Fast Ethernet Card。可按自动检测时却提示"已检测到MYSON Technology Inc|SURECOM EP-320x-S 100/10M Ethernet PCI adapter 网卡但没有找到该设备的驱动"
请哪位大哥指条明路,怎样解决网卡安装的问题。
先谢了!!!

davistar 发表于 2004-4-26 01:33:10

自己搜索一下for linux 的驱动吧
编译加载到内核就可以了

aotian55 发表于 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

flashor 发表于 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}
页: [1]
查看完整版本: red-flag linux 网卡安装