I didn't have a file called "settings" in /var/lib/connman folder so I created one using nano.
- Code: Select all
nano /var/lib/connman/settings
Contents of 'settings':
- Code: Select all
[global]
OfflineMode=false
[WiFi]
Enable=true
[Bluetooth]
Enable=false
[Wired]
Enable=true
[3G]
Enable=false
[WiMAX] Enable=false
I also created a new file called "wifi.config" in the same folder.
- Code: Select all
nano /var/lib/connman/wifi.config
Contents of 'wifi.config':
- Code: Select all
[service_home]
Type=wifi
Name=MyNetworkNameCaseSeNSiTivE
Security=wpa
Passphrase=MyCaseSenSitivEPassWord
I then reset the connman
- Code: Select all
sytemctl restart connman.services
I seem to not connect after using ifconfig wlan0.
Any idea what I can do next? I am connecting to a BB Rev A3 and using Terminal in Mac OSX.

