Error seting up netcfg
Posted: Sat Apr 06, 2013 4:29 pm
Hi:
I am triying to use netcfg to set up the connection but I get this error :
My /etc/wpa_supplicant.conf is :
When I run:
It connects, but when I try to use netcfg I get the previous error. The config profile I am using is:
Do you know what could happen?
Thank you very much
I am triying to use netcfg to set up the connection but I get this error :
Code: Select all
Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory.Code: Select all
network={
ssid="xxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
psk=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
}
Code: Select all
wpa_supplicant -iwlan0 -c /etc/wpa_supplicant.conf & dhcpcd wlan0Code: Select all
WPA_DRIVER='wext'
CONNECTION='wireless'
DESCRIPTION='A wpa_supplicant configuration based wireless connection'
INTERFACE='wlan0'
SECURITY='wpa-config'
WPA_CONF='/etc/wpa_supplicant.conf'
IP='dhcp'
# Uncomment this if your ssid is hidden
#HIDDEN=yes
Thank you very much