Hi all,
I'm new in this Operating System ( and a little bit in linux ) and I need you knowledge and help. I have a new laptop with Centos 8.2. and I'm not able to configure it.
The laptop Wifi card is a Intel Wireless 9260AC
[root@localhost network-scripts]# nmcli dev status
DEVICE TYPE STATE CONNECTION
enp59s0f1 ethernet conectado enp59s0f1
lo loopback sin gestión --
wlp0s20f3 wifi sin gestión --
I don't know how to configure it..can you help me? I have tried to configure it using the graphical mode, but I cant do it because it doesn't appear.. like if it would be installed.
Regards
Help Centos 8.2 doesn't detect the wifi card
Re: Help Centos 8.2 doesn't detect the wifi card
Usually (or that is my expectation) "doesn't detect" means that OS does not detect a device. At all.
You, however, have "wlp0s20f3" that could be a wifi?
lspci -nn shows devices. lspci -nnv lists kernel module/driver too.
Since you have "wlp0s20f3", you can ask:
The wlp0s20f3 shows as "unmanaged", like the loopback.
AFAIK, one has to explicitly tell NetworkManager: "do not touch this" to get that.
Then again, I don't do wireless.
You, however, have "wlp0s20f3" that could be a wifi?
lspci -nn shows devices. lspci -nnv lists kernel module/driver too.
Since you have "wlp0s20f3", you can ask:
Code: Select all
ethtool wlp0s20f3
ethtool -i wlp0s20f3
AFAIK, one has to explicitly tell NetworkManager: "do not touch this" to get that.
Then again, I don't do wireless.