WiFi interface does not come up.

Issues related to configuring your network
Post Reply
AlexTS
Posts: 1
Joined: 2023/07/04 14:07:08

WiFi interface does not come up.

Post by AlexTS » 2023/07/04 14:15:32

Hello Experts,

Could you please take a look at the folowing:
I have installed CentOs 7.9.2009 on my Lenova Ideopad 3 laptop with Realtek bult in wifi adapter.

When i run

Code: Select all

ip a
it displays the interface wlp2s0 with its state DOWN

When I try nmcli --> activate network I simply see an empty list, ei, there is no wifi adapter to activate shown.

if I run nmcli radio I get the following

Code: Select all

WIFI-HW  WIFI            WAN-HW  WAN
enabled    disabled       enabled     enabled

If i run nmcli radio wifi on - it does not change anything :(

Since this is only network device I cannot access internet to tun yum/apt.

Could you seggest me please how I can enable wifi

tunk
Posts: 1206
Joined: 2017/02/22 15:08:17

Re: WiFi interface does not come up.

Post by tunk » 2023/07/04 15:20:43

I'd guess that Realtek has made many different adapters.
Can you run these two commands to see if you can find a model number:
lspci
lsusb

User avatar
TrevorH
Site Admin
Posts: 33223
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: WiFi interface does not come up.

Post by TrevorH » 2023/07/04 16:07:39

Make that lspci -nn as it tells more useful info.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

Post Reply