How to connect to WIFI?

When installed KiOS, it will use an ethernet connection and assign a dynamic IP-address. If you want to use a WIFI connection you will need to the wireless.conf file in the boot directory.

update_config=1
ctrl_interface=/var/run/wpa_supplicant

network={
scan_ssid=1
ssid=""
psk=""
}
Have more questions? Submit a request

2 Comments

  • 0
    Avatar
    alberto

    Hi, i change this file but my wifi doesn't work. How can i check if my usb wifi dongle is in function? In the web gui there isn't any network section?

  • 0
    Avatar
    Alex.shultz

    I installed using the KIOS app on OSX. When it asked me about my wifi it did not give an option for no password. It did not create a wireless.conf file. Here is what I had to do:

    edit /data/etc/os.conf and change

    os_debug="false"

    to

    os_debug="true"

    Then rebooted.

    Next, I edited /etc/wpa_supplicant.conf and changed

    psk="undefined"

    to

    key_mgmt=NONE

    After a reboot, things worked as I had expected them to.

Please sign in to leave a comment.
Powered by Zendesk