QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 715|回复: 5

网卡驱动安装。。。。。。

[复制链接]
发表于 2003-6-14 02:07:23 | 显示全部楼层 |阅读模式
操作系统: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文件出错。不胜感激!!!!
发表于 2003-6-14 10:40:20 | 显示全部楼层
在make前执行./configure了吗?
回复

使用道具 举报

 楼主| 发表于 2003-6-14 12:24:05 | 显示全部楼层
我把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下?我执行了,显示“没有这个文件或目录”
感谢大家不吝赐教!!!
回复

使用道具 举报

 楼主| 发表于 2003-6-14 12:34:16 | 显示全部楼层
补充一点:
我刚学会./configure的作用,但是tgz解压后发现已经存在makefile,因此这一步可以省略,问题应该还是出在makefile文件本身。
回复

使用道具 举报

发表于 2003-6-14 12:54:24 | 显示全部楼层
看看它用什么芯片,直接用芯片的相关驱动行不行?
回复

使用道具 举报

 楼主| 发表于 2003-6-14 20:06:40 | 显示全部楼层
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 !!
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-5 11:29 , Processed in 0.063537 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表