On 10/5/20 4:36 PM, Cristian Llanos wrote:
$ lsmod | grep rtw
rtw_8821ce 16384 0
rtw_8821c 77824 1 rtw_8821ce
rtw_pci 24576 1 rtw_8821ce
rtw_core 167936 2 rtw_8821c,rtw_pci
mac80211 843776 2 rtw_core,rtw_pci
cfg80211 704512 2 rtw_core,mac80211
The drivers look OK.
Try the following commands:
iw dev | grep Interface
sudo iw dev XXXXX scan | egrep "signal|SSID"
Replace the XXXXX with the device name listed on the "Interface" line following
the first command. Post the output of the second command and indicate which SSID
is from your AP.
Larry