You are not logged in.
Pages: 1
hello,
I've got a problem with my wireless and netctl, but I'm not sure what it is.
My actions:
- copied example 'wireless-wpa' to /etc/netctl
- adjusted the example to fit my needs:
Interface = wlp1s0
ESSID = myESSID
Security = wpa-config
WPAConfigFile='/etc/wpa_supplicant/wpa_supplicant.conf'
- enabled this profile on boot
The 'wpa_supplicant.conf' file was created with wpa_passphrase and it works when I'm using wpa_supplicant with this configuration file.
But for some reason, it won't work with netctl...
I got the following errors:
Failed to connect to non-global ctrl_ifname: wlp1s0 error: no such file or directory
WPA association/authentication failed for interface 'wlp1s0'
Failed to bring the network up for profile 'wireless-wpa'
thx
Failure is success in progress.
A.E.
Offline
Try adding
ctrl_interface=/var/run/wpa_supplicant
to your /etc/wpa_supplicant/wpa_supplicant.conf.
Inofficial first vice president of the Rust Evangelism Strike Force
Offline
Thank you, now it works!
Could it be I forgot something, or is this not specifically mentioned in the Wiki?
Failure is success in progress.
A.E.
Offline
Pages: 1