Closed alext-mkrs closed 3 years ago
I have fixed this in my patches which will be merged soon. So stay tuned...
This should be closed I think.
No, sorry I haven't made much progress. Family matters consumed a bit of time. I will continue to work on your patches after summer and after finishing the btrfs stuff. In the mean time, let's keep this as a reminder...
@alext-mkrs Okay in the meantime my patches have been merged so please re-test!
I guess that we may definitely close this now, the cli has been working since last spring.
From #2 (courtesy of @htot):
Still
configure_edison --wifi
doesn't work. The reason iswpa_cli scan
returns:Failed to connect to non-global ctrl_ifname: (nil) error: No such file or directory
This interface also may need replacement (quick googled).
connmanctl scan wifi && connmanctl services
works, but does not show the bssid / frequency /signal level / encryption flags / ssidwpi_cli
does. We can retrieve them withconnmanctl service --properties <service>
. Or we could useiw
, I found this one liner:iw dev wlan0 scan | egrep "signal|SSID" | sed -e "s/\tsignal: //" -e "s/\tSSID: //" | awk '{ORS = (NR % 2 == 0)? "\n" : " "; print}' | sort
which outputs:Not too bad. What do you think?
We've agreed I'll take a look into this and this issue is to track the task.