Home  >  Article  >  Operation and Maintenance  >  What should I do if the centos system cannot find the wireless network card?

What should I do if the centos system cannot find the wireless network card?

王林
王林Original
2020-03-23 11:40:075257browse

What should I do if the centos system cannot find the wireless network card?

1. Enter the following directory and edit

What should I do if the centos system cannot find the wireless network card?

2. In the picture below, we edit ifcfg-eth0 (this is what we want to use Network card)

What should I do if the centos system cannot find the wireless network card?

(Recommended tutorial: centos usage tutorial)

3. vi ifcfg-eth0 (as shown below)

What should I do if the centos system cannot find the wireless network card?

(1) If it is static, save and exit directly, and then execute the command

ifup eth0

or

service network restart

(2) If it is set to static, we You also need to set up DNS. If you don’t know the DNS IP, please fill in (8.8.8.8) (4.4.4.4)

vi /etc/resolv.conf

What should I do if the centos system cannot find the wireless network card?

After saving and exiting Restart the network card:

service network restart

Finally, check whether there is an eth0 network card

ifconfig

What should I do if the centos system cannot find the wireless network card?

Recommended related video tutorials: linux video tutorial

The above is the detailed content of What should I do if the centos system cannot find the wireless network card?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn