网卡驱动安装。。。。。。
操作系统:Magic Linux 1.1 Final硬件:金浪 Myson803F网卡
驱动:在Mydrivers dl的For Linux驱动,2002.8.5,mtd80x-Linux2.2.x.tgz
故障描述:用gzip和tar解压没有问题,但是执行make命令的时候,总是显示error1,无法生成pci-scan.o,mtd80x.o。
不知道有没有人也用这个网卡的,怎么解决的?
更盼望highhand帮帮忙,可能是makefile文件出错。不胜感激!!!! 在make前执行./configure了吗? 我把Installation Guide贴一下
1. Copy the compress file mtd80x.v021.tar gz to /tmp directory,
mount -t msdos /dev/fd0 /mnt/floppy
cp /mnt/floppy/linux-2.2.x/mtd80x.linux-2.2.x.tgz /tmp
2. Uncompress the file
cd /tmp
tar -zxvf mtd80x.linux-2-2.x.tgz
3. Make network adapter driver modules
touch *
make clean
make
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.
请问有什么问题吗?
每次都是在make的时候出问题。
那位highhand说执行./configure,是在/tmp下还是在/root下?我执行了,显示“没有这个文件或目录”
感谢大家不吝赐教!!! 补充一点:
我刚学会./configure的作用,但是tgz解压后发现已经存在makefile,因此这一步可以省略,问题应该还是出在makefile文件本身。 看看它用什么芯片,直接用芯片的相关驱动行不行? Thanks a lot! I have solved the problem.I find the driver for myson chips on its web page.And now it works well.But I have not learned how to type chinese characters in ML,hehe !!
页:
[1]