- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
网卡驱动程序的编译与安装(Network card driver compilation and installation)
网卡驱动程序的编译与安装(Network card driver compilation and installation)
Network card driver compilation and installation.Txt
In general, the current version of the Linux default can support the network card chipset has been very complete, many network card chip has been supported,
For example, the RLT 8139 chip (RealTek 8139) network card, so users can easily set their network cards easily.
However, if in case the unfortunate kernel doesnt support the network card, you can recompile the kernel or compile the network card driver module (Modules),
And load the module, today is so clever, encountered a D-Link DFE-530TX, can not, and only manually install network card driver
A,
You can use the command dmesg grep eth | #
To view system startup information and display information about eth0 or eth1, if eth1 does not find the correct information, it means that Linux cannot find the hardware,
Eth0 is 8139 and has been shown to be normal, for example:
[root@kindgeorge root]# dmesg grep eth |
Eth0:, RealTek, RTL8139, Fast, Ethernet, at, 0xf0160000, 00:0a:a6:30:0d:0e, IRQ 11
Eth0: Identified 8139, chip, type,RTL-8139C
Eth0:, Setting, 10Mbps, full-duplex, based, on, auto-negotiated, partner, ability,
Check the kernel version of your system
[root@kindgeorge root]# uname -r
2.4.18-3
Im redhat7.3 here, kernel 2.4.18-3
Generally speaking,
The kernel driver module will be in /lib/modules/2.4.18-3/kernel/drivers/net
Two. Make sure the system has been installed
Kernel-source-2.4.20-18.9
Kernel-2.4.20-18.9
Gcc-3.2.2-5
Make-3.79.1-17
(query whether a package has been installed. Use this command)
1. because compilation requires the kernels source code package and the compiler gcc., if you dont, you have to load it first
See:
[root@kindgeorge, root]#, RPM, -qa|grep, kernel
Kernel-2.4.18-3
Kernel-source-2.4.18-3
[root@kindgeorge, root]#, RPM, -qa|grep, GCC (GCC is compiled)
Gcc-2.96-110
Gcc-g77-2.96-110
Gcc-c++-2.96-110
Generally installed the kernel source package, it will appear in the /usr/src/l
您可能关注的文档
- 给宝宝选用枕头,4个误区和3个关键点(Choose the pillow for your baby, 4 mistakes and 3 key points).doc
- 络合滴定练习题(Complexometric titration exercises).doc
- 给排水安装工程施工组织设计(Construction design of water supply and drainage installation project).doc
- 络活喜论文选题职称论文题目(The topic title title Norvasc).doc
- 绝体绝命(Ruin oneself).doc
- 结构设计若干问题(Some problems in structural design).doc
- 绝对有用的46个生活小常识(46 useful little common sense).doc
- 绝望之塔100层攻略(Tower of despair 100 layers of Raiders).doc
- 给宝宝做喜欢的20种好粥(20 good snacks for your baby).doc
- 绝经后妇女糖代谢的变化(Changes of glucose metabolism in postmenopausal women).doc
- 网印不干胶标贴的印刷生产流程(Printing process of net printing adhesive label).doc
- 网吧概念(Internet cafe concept).doc
- 网友整理案例分析答案(Net friend case analysis answer).doc
- 编译记载(Compile record).doc
- 网吧活动(Internet bar activities).doc
- 网吧员工管理(Internet cafe staff management).doc
- 绿色植物中的化学知识(Chemistry in green plants).doc
- 网店宣传语(Shop advertisement).doc
- 网游厂商逼员工看世界杯 不参与者开除(Online games manufacturers forcing employees to watch the world cup, not expelled participants).doc
- 网文赤塔一事(The issue of Chita).doc
文档评论(0)