Ouvrir un terminal
- user : osmc
- pass : osmc
Taper la commande :
connmanctl
Puis :
technologies
enable wifi
scan wifi
sgent on
services
Puis :
connect wifi_Something here_managed_psk
Puis exit et redémarrer le Raspberry.
Ouvrir un terminal
Taper la commande :
connmanctl
Puis :
technologies
enable wifi
scan wifi
sgent on
services
Puis :
connect wifi_Something here_managed_psk
Puis exit et redémarrer le Raspberry.
Dans le cas ou tout comme moi vous avez masquez votre SSID, éditer le fichier /etc/network/interfaces
# /etc/network/interfaces allow-hotplug wlan0 auto wlan0 iface wlan0 inet dhcp wpa-ap-scan 1 wpa-scan-ssid 1 wpa-ssid "SSID" wpa-proto RSN wpa-pairwise CCMP wpa-key-mgmt WPA-PSK wpa-psk "PASS"
Sources :