|
楼主 |
发表于 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. |
|