The entire process of installing ar8161 wired NICs in linux and the entire process of linuxar8161
Today, the company launched a new test server. Centos6.5 is installed to test the game development process. As a result, the network adapter did not drive the Internet and found it quite troublesome. So we recorded the process for future generations ~~!
1) linux requires gcc and kernel-devel. Next, download the alx-linux-v2.0.0.6 driver package. If you cannot find the official download link, you can find a download link.
The driver is not installed successfully. Therefore, the configuration process is not completed before it is called. Is there any time to make it difficult. Who knows how to inform me.
2) Configure/etc/sysconfig/networkNETWORKING = yes
HOSTNAME = localhost. localdomain
3) Configure/etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE = "eth0"
BOOTPROTO = "dhcp"
ONBOOT = "yes"
TYPE = "Ethernet"
4) Compile and install the NIC unzip make install test install will automatically install the driver online someone has studied manual configuration installation here I will attach a reference to the portal.
Command Used
Install the kernel insmod alx. ko
Uninstall command rmmod alx. ko
Insmod rmmod modprobe lsmod
View Nic lspci | grep Ethernet
Check/var/log/message to check whether the installation is successful.