Today the company made a new test suit. centos6.5 was installed to test the game development process. Results network card actually did not drive the Internet to find a lap found quite troublesome. So documenting the process is convenient for posterity. ~~!
1) Linux is required to have GCC and kernel-devel. Next, download the alx-linux-v2.0.0.6 driver package. Cannot find the official download link to find a download link.
The previous installation drive succeeded or failed. So the configuration of the process before the installation will not say the end of the pit. Specifically there is no time to toss. Who knows the trouble to tell me the sound.
2) configuration/etc/sysconfig/networknetworking=yes
Hostname=localhost.localdomain
3) configuration/etc/sysconfig/network-scripts/ifcfg-eth0
Device= "Eth0"
Bootproto= "DHCP"
onboot= "Yes"
Type= "Ethernet"
4) Compile and install the network card decompression make install I test install automatically installed driver online someone has researched the manual configuration installation Here I attach a reference to the portal.
Use of the command
Installing the kernel Insmod Alx.ko
Uninstall Command Rmmod Alx.ko
Insmod Rmmod modprobe Lsmod
View Nic Lspci | grep Ethernet
View/var/log/message to see if the installation was successful
Linux installation ar8161 wired network card whole process