Does rt3090 driver support Dynamic WEP (802.1X)
Posted: Thu Jan 28, 2010 3:16 pm
I have to connect to auniversity Wifi network that has Dynamic WEP (802.1X) with TTLS and PAP.
My /etc/network/interfaces file:
My /etc/wpa_supplicant/wpa_supplicant.conf file:
Does the current rt3090 driver (rt2860sta module according to lsmod) for Linux fitpc2 2.6.31-34-fitpc2 i686 GNU/Linux can handle it? I suppose so but just wanted to check.
I'm using ifup/ifdown commands (not network manager) because the Ubuntu version is a stripped Karmic with xorg but without a window manager (e.g gnome)
I can connect to my WPA2-PSK wireless network but not the first one.
Thanks in advance.
My /etc/network/interfaces file:
Code: Select all
auto lo
iface lo inet loopback
auto eth0
allow-hotplug eth0
iface eth0 inet dhcp
auto wlan0
allow-hotplug wlan0
iface wlan0 inet dhcp
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
Code: Select all
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0
fast_reauth=1
network={
scan_ssid=1
ssid="wlanname"
key_mgmt=IEEE8021X
eap=TTLS
phase2="auth=PAP"
identity="xxxxx@somedomainname"
anonymous_identity="xxxxx@somedomainname"
password="xxxxxxxxx"
ca_cert="/etc/ssl/certs/GTE_CyberTrust_Global_Root.pem"
}
I'm using ifup/ifdown commands (not network manager) because the Ubuntu version is a stripped Karmic with xorg but without a window manager (e.g gnome)
I can connect to my WPA2-PSK wireless network but not the first one.
Thanks in advance.