Artix Linux Forum

Artix Linux => System => Topic started by: wintermute on 20 December 2021, 23:51:30

Title: Can’t Connect to Wi-Fi
Post by: wintermute on 20 December 2021, 23:51:30
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?
Title: Re: Can’t Connect to Wi-Fi
Post by: ####### on 21 December 2021, 03:10:56
The spaces either side of the equals sign stopped it working for me, it was OK after that with my details in there.
network = {
 
Title: Re: Can’t Connect to Wi-Fi
Post by: wintermute on 21 December 2021, 04:26:05
The spaces either side of the equals sign stopped it working for me, it was OK after that with my details in there.
network = {
 
I fixed that, still no dice
Title: Re: Can’t Connect to Wi-Fi
Post by: strajder on 21 December 2021, 09:37:57
Code: [Select]
man wpa_supplicant

Or https://wiki.archlinux.org/title/wpa_supplicant#Connection

You need to specify driver with the -D option. But it is best to activate wpa_supplicant through a service package for your init.