tdtl 发表于 2002-12-2 23:33:15

请问高手,红旗LINUX 3.0~~

我装了红旗LINUX 3.0后,网卡装不上,我是新手不知道怎么安装驱动.那位高手请教,有驱动.但不知道怎么安装,那位高帮我了.我在这先谢谢了

吴文官 发表于 2002-12-3 09:48:41

里边没有README和INSTALL文件吗

tdtl 发表于 2002-12-3 10:09:52

有readme但照着做也不行,找不到那个文件夹
我的是红旗LINUX,是不是不同啊

吴文官 发表于 2002-12-3 10:44:16

把README中关于安装的过程的部分贴出来看看

tdtl 发表于 2002-12-3 11:25:30

MTD80X.O for Linux

                        Myson Technology Inc.



Installation:

1. copy the source code mtd80x.c to Linux,

2. compile the source code, the instruction for compiling the driver is
   as follows:

      #gcc -DMODULE -D__KERNEL__ -I/usr/src/linux/net/inet -Wall
             -Wstrict-prototypes -O6 -c mtd80x.c

3. insert the driver as module,

      #insmod mtd80x.o

4. bind your card to an IP address

      #ifconfig eth0 ${IPADDR} broadcast ${BROADCAST} netmask ${NETMASK}

5. add your card to IP routing table,

      #route add -net ${NETWORK} netmask ${NETMADK} eth0

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


Histories of Release:

***) 1.00,12-17-1999
         First release.

tdtl 发表于 2002-12-3 11:28:35

里面可以手动找到网卡,是rongfeng的RTL 8139c,但是IO和IPQ不知道怎么设,帮帮我了

pk 发表于 2002-12-3 11:53:19

一般的pci网卡是不用指明io和irq(不是ipq)的,RTL 8139c应该也不用的。你自己的网卡,人家怎么样知道你的io和irq是多少,你先回到你的ms看看,或者用网卡本身的驱动来查询。

tdtl 发表于 2002-12-3 12:01:09

我不知道啊,我以前都是用windows那里没有这个说明,我IRQ都不知道是什么,实在是差,可以指点我一下不
页: [1]
查看完整版本: 请问高手,红旗LINUX 3.0~~