Wifi not working on pi3

  • I installed hyperion on a pi3 also added the wpa_supplicant.conf file. I used this example


    Country =us
    Update_config=1
    Crtl_interface=/var/run/wpa_supplicant


    Network=[
    Scan_ssid=1
    Ssid="myssid"
    Psk="my password "
    ]


    But don't see it on my router. It does work if wire it though. Anymore know why the wifi file is not working.


  • Try this example :

    Code
    country=AU
    ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
    update_config=1
    network={
     ssid="MyWiFiNetwork"
     psk="aVeryStrongPassword"
    }

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!