请问高手,红旗LINUX 3.0~~
我装了红旗LINUX 3.0后,网卡装不上,我是新手不知道怎么安装驱动.那位高手请教,有驱动.但不知道怎么安装,那位高帮我了.我在这先谢谢了 里边没有README和INSTALL文件吗 有readme但照着做也不行,找不到那个文件夹我的是红旗LINUX,是不是不同啊 把README中关于安装的过程的部分贴出来看看 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. 里面可以手动找到网卡,是rongfeng的RTL 8139c,但是IO和IPQ不知道怎么设,帮帮我了 一般的pci网卡是不用指明io和irq(不是ipq)的,RTL 8139c应该也不用的。你自己的网卡,人家怎么样知道你的io和irq是多少,你先回到你的ms看看,或者用网卡本身的驱动来查询。 我不知道啊,我以前都是用windows那里没有这个说明,我IRQ都不知道是什么,实在是差,可以指点我一下不
页:
[1]