You are not logged in.
Hello everyone,
In my new office, I have a WPA2 network with hidden SSID. I can't get it to work with net-auto nor net-profiles, while I can do netcfg <profilename> and get connected.
I tried to put SCAN=no in my profile config file, but it didn't change anything.
my wpa-supplicant.conf :
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel
ap_scan=1
network={
ssid="home-network"
psk=foo-bar-baz
}
network={
ssid="work-wifi"
scan_ssid=1
key_mgmt=WPA-EAP
eap=PEAP
phase2="auth=MSCHAPV2"
identity="foo"
password="bar"
}
and the profile, in /etc/network.d/
CONNECTION="wireless"
DESCRIPTION="A wpa_supplicant configuration based wireless connection"
INTERFACE="wlan0"
SECURITY="wpa-config"
WPA_CONF="/etc/wpa_supplicant.conf"
IP="dhcp"
My wifi card is intel 5100, with driver iwlagn.
I must have forgot soething somewhere... All ideas are welcome !
configs files on github -- keep up the good work, arch devs
Offline
similar problem here
Offline
You have to set the essid manually if you are using a wireless lan with hidden essid.
To achive this add PRE_UP="iwconfig wlan0 essid myessid" to your configuration.
Offline
Don't know which version you are runnig, but with latest netcfg version "net-auto" is not working anymore.
Read http://wiki.archlinux.org/index.php/Net … omatically to connect automatically.
Arch x86_64 on HP 6820s and on HP nx9420. Registered Linux User 350155, since 24-03-2004
"Everyone said that it could not be done, until someone came along who didn't know that."
Offline