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

王林
Release: 2020-03-23 11:40:07
Original
5236 people have browsed it

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
Copy after login

or

service network restart
Copy after login
Copy after login

(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
Copy after login

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
Copy after login
Copy after login

Finally, check whether there is an eth0 network card

ifconfig
Copy after login

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!

Related labels:
source:php.cn
Statement of this Website
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
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!