Raspberry-PI

From Blue-IT.org Wiki

Raspberry 3B

WLAN will not connect

Enable the ssh-service. As normal user connect the device to LAN (not WLAN).

   connmanctl
   connmanctl> scan wifi
   connmanctl> services
   connmanctl> agent on

Select the hidden (!) wifi

   connmanctl> connect  wifi_###############_hidden_managed_psk
   Agent RequestInput wifi_###############_hidden_managed_psk
   Hidden SSID name? <YOUR-SSID>
   Passphrase? <YOUR-PASSWORD>
   Connected wifi_###############_hidden_managed_psk

Quit Connman:

   connmanctl> quit

This is important so that you settings will be saved upon reboot: go to the myOSMC network configuration menu and to wireless.

  • You see your connection <hidden (psk)> on the right, but no IP-Address
  • Press "Apply" on the bottom of the page
  • Reboot and check

The next time you will see your SSID and IP enabled in the wireless lan menu :-)