Skip to content

WiFi config via wpa_supplicant.conf #29

Description

@350d

Is this possible to setup wifi network via wpa_supplicant.conf in boot folder? I'm trying to use img setup on Pi Zero W but looks like this configuration method doesn't work.

Here is my .conf file:

ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
    ssid="Networkname"
    psk="passw0rd"
}

I've tried to connect to Pi via usb ethernet and enabled wifi successfully via web interface but it won't connect to my network after reboot. Wifi settings are 100% correct.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions