Skip to main content
Topic: Can’t Connect to Wi-Fi (Read 876 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Can’t Connect to Wi-Fi

Before I'm prompted to login I get:
Code: [Select]
x220 login: Sucessfully initialized wpa_supplicant
dbus: fill_dict_with_properties dbus_interface=fi.w1.wpa_supplicant1.interfaceP2PDevice dbus_property=P2PDeviceConfig getter failed

Inside /etc/wpa_supplicant I have a wpa_supplicant-wlan0.config file containing:
Code: [Select]
ctrl_interface=/run/wpa_supplicant
update_config=1
network={
    ssid="Skynet"
    psk="mypasshere"
}
When I run
Code: [Select]
wpa_supplicant -B -i wlan0 -c /etc/wpa_supplicant/wpa_supplicant-wlan0.config
I get this:
Code: [Select]
nl80211: deinit ifname=wlan0 disabled_11b_rates=0
wlan0: Failed to initialize driver interface
Any ideas?

Re: Can’t Connect to Wi-Fi

Reply #1
The spaces either side of the equals sign stopped it working for me, it was OK after that with my details in there.
network = {