I'm facing an issue where nmcli
stops working on a custom rockchip controller.
When running nmcli dev wifi
, I get no results so I had to start using iwlist scan
. Is there something similar for nmcli d wifi connect
?
I keep getting back No network with SSID '2KLIC Guests' found
with nmcli
.
This is the script I want to replace:
if [ -n "$2" ];then
nmcli d wifi connect "$1" password "$2"
else
nmcli d wifi connect "$1"
fi
Or maybe there is a command I can run to fix nmcli
(it did return results at one point, seems it had its configurations changed while using AP mode).
Results of iwconfig wlan3
:
wlan3 unassociated Nickname:"<WIFI@REALTEK>"
Mode:Auto Frequency=2.412 GHz Access Point: Not-Associated
Sensitivity:0/0
Retry:off RTS thr:off Fragment thr:off
Power Management:off
Link Quality=0/100 Signal level=0 dBm Noise level=0 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0