Does rt3090 driver support Dynamic WEP (802.1X)

Post Reply
humberaquino
Posts: 8
Joined: Mon Oct 26, 2009 6:43 pm

Does rt3090 driver support Dynamic WEP (802.1X)

Post by humberaquino »

I have to connect to auniversity Wifi network that has Dynamic WEP (802.1X) with TTLS and PAP.

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
My /etc/wpa_supplicant/wpa_supplicant.conf file:

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"
}
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.

Post Reply

Return to “Ubuntu 9.10”