[code:1]cd /tmp
tar -zxvf mtd80x-linux-2.4.x.tgz[/code:1]
3. 编译网卡驱动模块
[code:1]touch *
make clean
make[/code:1]
*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.