The entire process of installing ar8161 wired NICs in linux and the entire process of linuxar8161

Source: Internet
Author: User

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.


Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.