Install the intel NIC Driver in linux-general Linux technology-Linux technology and application information. For more information, see. The platform used in this method is 845E-802, Nic chip: intel 82541
Download the driver from the intel website and copy it to the path you want to store.
For example,/tmp
Cp intel-lan_linux_v10.x.tar/tmp
Open the corresponding directory
Cd/tmp
Decompress the file
Tar zxf intel-lan_linux_v10.x.tar
Enter intel-lan_linux_v10.x, open driversals, and decompress e1000-7.0.xx.tar.gz
Tar zxf e1000-7.0.xx.tar.gz
Go to the directory/tmp/intel-lan_linux_v10.x/drivers/e1000-7.0.xx/src and run the command
Make install
Use the following command to import the NIC Model
Modprobe e1000
Or
Insmod e1000, so far the NIC Driver is attached. Restart the machine to identify the NIC and set the IP address of the NIC.
Refer to the instruction manual provided by the NIC. For other Nic drivers, refer to this method or the instruction manual corresponding to the driver.
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.