... | ... | @@ -4,14 +4,14 @@ can even connect using the terminal on the phone: |
|
|
$ connmanctl \
|
|
|
connmanctl> **en**_able_ **w**_ifi_ \
|
|
|
connmanctl> **a**_gent_ **on** \
|
|
|
connmanctl> **conn**_ect_ **w**_ifi\__**d**_aa119XXXXXX\__**\<your SSID in ASCII HEX\>**_\_managed\_psk_ \
|
|
|
connmanctl> **conn**_ect_ **w**_ifi\_2_**0**_3956XXXXXX\__**\<your SSID in ASCII HEX\>**_\_managed\_psk_ \
|
|
|
... \
|
|
|
Passphrase? **\<your PSK in plaintext\>** \
|
|
|
connmanctl> **disa**_ble_ **e**_thernet_
|
|
|
|
|
|
- Only type in the **bold** text
|
|
|
- Press the left softkey (TAB) to autocomplete the _italic_ text
|
|
|
- daa119XXXXXX: you might need to adapt this if you changed your MAC address. Don't use 000af58989ff unless you're sure it's the MAC address of the `wlan0` interface!
|
|
|
- `203956XXXXXX`: Some devices use the "daa119" prefix instead. You will need to adapt this if you have such a device or if you changed your MAC address. Don't use 000af58989ff unless you're sure it's the MAC address of the `wlan0` interface!
|
|
|
- `<your SSID in ASCII HEX>`: e.g. 41424344 for ABCD
|
|
|
- The last command (disable ethernet) is needed to use WiFi for the default connection.
|
|
|
|
... | ... | |