OSMC RPi 3B+ WiFi

Hi, on MyOsmc RPi 3B+ there is not SSID wifi network (a 4G LTE box webpocket). How to resolve it?
Thanks

I believe you will need to use the command line interface to connect to hidden WiFi networks.

Hi, how to set the connection through terminal?

There are several post on that topic search for connmanctl scan wifi

but below is already one that gives all steps.

WiFi does not start at startup

I have solved:

sudo nano /etc/network/interfaces

I have add this line into the file:

allow-hotplug wlan0
iface wlan0 inet manual
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf

I have started the service:

sudo systemctl enable wpa_supplicant.service

Finally:

sudo reboot 0