Posts by Dal

    Hello again.
    I looked into this some more, and I got it working!

    Here's how:
    I created a file called connman-service.config under /storage/.cache/connman
    In that file I put this information (for PEAP logon onto a WPA2 Enterprise network):

    [service_name] - Must be unique for each SSID you have on your network
    Type = wifi
    Name = name_of_SSID
    EAP = peap
    Phase2 = MSCHAPV2
    Identity = username
    Passphrase = password

    I rebooted, and voila! It works!

    One question, though: Is it possible to encrypt the password with MD5 or something? For security reasons..

    Thanks again.

    Hi.
    I just tried this, but get exactly the same error: Invalid Arguments.

    WPA2-Enterprise seems to require /etc/wpa_supplicant/wpa_supplicant.conf, and that does not exist in your builds.
    Can it still be created, though?

    Edit: I see now that I actually CAN run wpa_supplicant, but I'm not able to create a wpa_supplicant.conf file: Read-only file system.

    Thanks.

    Hi.
    I just found this product, and it seems promising.
    But I need to be able to connect Libreelec to an Enterprise WIFI network that uses username/password.
    But I get an error when trying to connect to such networks: Network Error: Invalid arguments.

    Is there a way to achieve this?

    Thanks.