Linux GA-945GZM-S2 NIC Driver Installation-Linux general technology-Linux technology and application information, the following is a detailed reading. Today, I switched the system to Linux. After installing the system, I found a problem with the NIC Driver. after searching for a long time on the Internet, I did not find a good solution (or I may not be able to use google). After a long time, I finally installed it successfully. it is not difficult to install other drivers. The trouble is to find the correct driver.
1. View information about the motherboard.
My motherboard is gigabyte GA-945GZM-S2, so first go to the website to find the driver, did not find the Linux Driver (http://www.gigabyte.com.cn), but found the motherboard information.
(400) {this. resized = true; this. width = 400; this. alt = 'click here to open new window';} "onmouseover =" if (this. resized) this. style. cursor = 'hand'; "onclick =" window. open ('HTTP: // response); ">
(400) {this. resized = true; this. width = 400; this. alt = 'click here to open new window';} "onmouseover =" if (this. resized) this. style. cursor = 'hand'; "onclick =" window. open ('HTTP: // response); ">
Later, I found no related driver on the marvell website for half a day, and finally found that the same motherboard model actually has multiple versions. here is V2.1, and the following is V3.X. The correct position of the driver is found only by viewing the instructions below. you can compare these images.
(400) {this. resized = true; this. width = 400; this. alt = 'click here to open new window';} "onmouseover =" if (this. resized) this. style. cursor = 'hand'; "onclick =" window. open ('HTTP: // response); ">
(400) {this. resized = true; this. width = 400; this. alt = 'click here to open new window';} "onmouseover =" if (this. resized) this. style. cursor = 'hand'; "onclick =" window. open ('HTTP: // response); ">
Ii. Download the driver
If you know the relevant information, go to google to search for the relevant stuff, and finally google will bring it to http://www.realtek.com.tw/. the background is simple, and the relevant stuff will be downloaded,
(400) {this. resized = true; this. width = 400; this. alt = 'click here to open new window';} "onmouseover =" if (this. resized) this. style. cursor = 'hand'; "onclick =" window. open ('HTTP: // response); ">
Download r8169-6.003.00.tar.bz2 to/tmp. The installation is simple.
3. Install the NIC
Su-
Cd/tmp
Tar jxvf r8169-6.003.00.tar.bz2
Cd r8169-6.003.00
Make
Make install
(400) {this. resized = true; this. width = 400; this. alt = 'click here to open new window';} "onmouseover =" if (this. resized) this. style. cursor = 'hand'; "onclick =" window. open ('HTTP: // response); ">
(400) {this. resized = true; this. width = 400; this. alt = 'click here to open new window';} "onmouseover =" if (this. resized) this. style. cursor = 'hand'; "onclick =" window. open ('HTTP: // response); ">
After compilation, the r8169.ko file is generated under/lib/modules/2.6.9-42.EL/ kernel/drivers/net. If no file is generated, the compilation is unsuccessful.
(400) {this. resized = true; this. width = 400; this. alt = 'click here to open new window';} "onmouseover =" if (this. resized) this. style. cursor = 'hand'; "onclick =" window. open ('HTTP: // response); ">
Cd/tmp
Depmod-
Iv. Complete installation check
Insmod./src/r8169
Lsmod | grep r8169
Ifconfig-
Ifconfig eth0 up
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.