On Mon, 2008-07-21 at 00:13 -0600, Derek wrote: > > > > Your lucent card doesn't support WPA, actually. It's driven by the > > 'orinoco' driver, which doesn't have WPA capability, but furthermore, > > the card itself doesn't have WPA capability in hardware. > > > > Dan > > > Thanks, that's not something I would have known....I appreciate all of > the help. So, I've installed compat-wireless, and I think things are > working fine now with the rt2500pci driver (see below). But I still > have had some trouble; the link is timing out. Does that mean my > password is not being accepted?
Need to figure this out in the driver; it could be a passphrase issue. It could be driver bugs. Add "-dddt" to the Exec= line in /usr/share/dbus-1/system-services/fi.epitest.hostap.WPASupplicant.service, reboot, and re-try the connection. You should get a /var/log/wpa_supplicant.log that has detailed connection information. You probably don't want to post that to a public list since it may contain sensitive information, but I'm happy to look at it and see what I can figure out. Dan > Jul 21 00:02:41 localhost NetworkManager: <info> Activation > (wlan0/wireless): connection 'Auto jerry' has security, and secrets > exist. No new secrets needed. > Jul 21 00:02:41 localhost NetworkManager: <info> Config: added 'ssid' > value 'jerry' > Jul 21 00:02:41 localhost NetworkManager: <info> Config: added > 'scan_ssid' value '1' > Jul 21 00:02:41 localhost NetworkManager: <info> Config: added > 'key_mgmt' value 'WPA-PSK' > Jul 21 00:02:41 localhost NetworkManager: <info> Config: added 'psk' > value '<omitted>' > Jul 21 00:02:41 localhost NetworkManager: <info> Config: added 'proto' > value 'WPA RSN' > Jul 21 00:02:41 localhost NetworkManager: <info> Config: added > 'pairwise' value 'TKIP CCMP' > Jul 21 00:02:41 localhost NetworkManager: <info> Config: added 'group' > value 'WEP40 WEP104 TKIP CCMP' > Jul 21 00:02:41 localhost NetworkManager: <info> Activation (wlan0) > Stage 2 of 5 (Device Configure) complete. > Jul 21 00:02:41 localhost NetworkManager: <info> Config: set interface > ap_scan to 1 > Jul 21 00:02:41 localhost NetworkManager: <info> (wlan0): supplicant > connection state change: 0 -> 2 > Jul 21 00:02:41 localhost NetworkManager: <info> (wlan0): supplicant > connection state change: 2 -> 3 > Jul 21 00:03:01 localhost NetworkManager: <info> (wlan0): supplicant > connection state change: 3 -> 0 > Jul 21 00:03:01 localhost NetworkManager: <info> (wlan0): supplicant > connection state change: 0 -> 2 > Jul 21 00:03:02 localhost NetworkManager: <info> (wlan0): supplicant > connection state change: 2 -> 3 > Jul 21 00:03:06 localhost NetworkManager: <info> Activation > (wlan0/wireless): association took too long. > Jul 21 00:03:06 localhost NetworkManager: <info> (wlan0): device state > change: 5 -> 6 > Jul 21 00:03:06 localhost NetworkManager: <info> Activation > (wlan0/wireless): asking for new secrets > Jul 21 00:03:06 localhost NetworkManager: <info> (wlan0): supplicant > connection state change: 3 -> 0 > Jul 21 00:03:11 localhost NetworkManager: <info> (wlan0): supplicant > connection state change: 0 -> 2 > Jul 21 00:03:22 localhost NetworkManager: <info> (wlan0): supplicant > connection state change: 2 -> 0 > Jul 21 00:03:36 localhost NetworkManager: <info> wlan0: link timed out. > > > I think this means my driver is working properly: > * > /sbin/iwlist wlan0 scan* > wlan0 Scan completed : > Cell 01 - Address: 00:1C:10:99:40:57 > ESSID:"jerry" > Mode:Master > Channel:11 > Frequency:2.462 GHz (Channel 11) > Quality=75/100 Signal level:-29 dBm > Encryption key:on > IE: WPA Version 1 > Group Cipher : TKIP > Pairwise Ciphers (1) : TKIP > Authentication Suites (1) : PSK > Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 18 Mb/s > 24 Mb/s; 36 Mb/s; 54 Mb/s; 6 Mb/s; 9 Mb/s > 12 Mb/s; 48 Mb/s > Extra:tsf=0000002a3e3d5183 > Extra: Last beacon: 90ms ago > > _______________________________________________ NetworkManager-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/networkmanager-list
