OESF Portables Forum
Model Specific Forums => Gemini PDA => Gemini PDA - Linux => Topic started by: speculatrix on June 23, 2018, 07:19:58 pm
-
I don't seem to have any wifi functionality.
I ssh'd in over the usb ether, and I see a wifi device,
root@gemini:~# ip ad show dev wlan0
34: wlan0: mtu 1500 qdisc noop state DOWN group default qlen 1000
link/ether 00:09:34:5a:83:db brd ff:ff:ff:ff:ff:ff
root@gemini:~# ip link set dev wlan0 up
root@gemini:~# ip ad show dev wlan0
34: wlan0: mtu 1500 qdisc mq state DOWN group default qlen 1000
link/ether 00:09:34:5a:83:db brd ff:ff:ff:ff:ff:ff
root@gemini:~# connmanctl enable wifi
Enabled wifi
root@gemini:~# connmanctl scan wifi
Scan completed for wifi
I installed connman-ui but if I run connman-ui-gtk at the command line, nothing happens. There's nothing in the menus that looks useful.
-
The connman UI we've been using is 'cmst'.
See the debian notes: http://support.planetcom.co.uk/index.php/Debian_Notes (http://support.planetcom.co.uk/index.php/Debian_Notes)
-
Ah, wonderful, worked perfectly. thanks.