I took my F26 cubieboard to a hackathon where all they have here is
wireless.
So I put in a wifi usb dongle and see wlan0 available:
# nmcli device status
DEVICE TYPE STATE CONNECTION
eth0 ethernet unavailable --
lo loopback unmanaged --
wlan0 wifi unmanaged --
I create a connection:
nmcli con add con-name cobo ifname wlan0 type wifi ssid CoboFree
(CoboFree is the SSID I am using here on my notebook)
# nmcli connection show
NAME UUID TYPE DEVICE
cobo d9e7a648-0d48-4353-856f-7c3a3dd3db3b 802-11-wireless --
eth0 9699134e-a93c-32fb-b518-a0dc17cc78a3 802-3-ethernet --
I then try to bring the connection up:
# nmcli con up cobo
Error: Connection activation failed: No suitable device found for this
connection.
nmcli device wifi list
is an empty list
What am I missing here. I have used mncli on other builds in the past.
This is my first try with this image.
thanks
Bob
_______________________________________________
arm mailing list -- arm@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to arm-leave@xxxxxxxxxxxxxxxxxxxxxxx