免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 3180 | 回复: 1
打印 上一主题 下一主题

编译网卡驱动过程中的问题 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2004-04-01 12:51 |只看该作者 |正序浏览
请问哪位知道怎么安装realtek8150网卡的驱动么?\r\n该驱动的guide如下:\r\nThe procedure to activate rtl8150 on linux is as follows:\r\n\r\n  step 1: compile:\r\n           gcc -DMODULE -D__KERNEL__ -c rtl8150.c\r\n\r\n  step 2: insert the driver as module:\r\n           insmod rtl8139.o        \r\n           (run \'lsmod\' to see if the module is inserted)\r\n\r\n  step 3: bind your card to an IP address:\r\n\r\n           /sbin/ifconfig eth0 ${IPADDR} netmask ${NETMASK} broadcast ${BROADCAST} \r\n           (run \'netstat -i\' to see if there is a interface \'eth0\')\r\n\r\n  step 4: add your card to IP routing table and add gateway:\r\n           /sbin/route add default gw ${GATEWAY} dev eth0\r\n\r\n\r\n*make sure that your kernel is version 2.4.0 above. Otherwise, you have to \r\n        upgrade your kernel.\r\n\r\n\r\n//本人在red hat 8.0下编译。

论坛徽章:
0
2 [报告]
发表于 2004-04-02 06:50 |只看该作者

编译网卡驱动过程中的问题

那是什么?\r\n能详细说一下吗?谢谢
  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP