In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-15 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/03 Report--
1. Check the model of the network card
Lspci | grep-I ethernet
2. Download the network card driver, pay attention to 32-bit and 64-bit
3, after downloading, copy to the computer that installs centos through U disk, and you can only use U disk to move hard disk, because there is no network connection.
4. Check the dependent environment
Rpm-qa | grep kernel
5. Unpack the installation package
Tar-zxf e1000e-3.4.0.2.tar.gz
6. Switch to the root user's unzipped driver folder, which contains a src directory.
Under the src directory, execute the following:
Make # # compile driver source code make install # # install the corresponding driver program
If there is no error, enter the directory / lib/modules/3.10.0-693.el7.x86_64/updates/drivers/net/ethernet/intel/e1000e
Copy the e1000e.ko file to the directory / lib/modules/3.10.0-693.el7.x86_64/updates/drivers/net
Cp e1000e.ko / lib/modules/3.10.0-693.el7.x86_64/updates/drivers/net
7. Load the driver
Depmod-a
8, test the driver, if you report it correctly, it will be correct.
Modprobe e1000e
Check to see if it has been loaded:
Lsmod
9. Restart network services
Service network restart
These are the details of how to install the network card driver in the linux system. Please pay more attention to other related articles!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.