On 8/19/06, Jacob <[EMAIL PROTECTED]> wrote:
> I am running WEP on the router. And yes, that is strange.
Try creating a wpa_supplicant.conf like this:
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0
eapol_version=1
ap_scan=2
fast_reauth=1
# Single key 128bit WEP
network={
ssid="SSIDNAME"
key_mgmt=NONE
wep_key0=ENTERKEYHERE
wep_tx_keyidx=0
priority=5
}
Stop NetworkManager with:
sudo /etc/dbus-1/event.d/25NetworkManager stop
Then bring up WPA_Supplicant with:
wpa_supplicant -c/path/to/wpa_supplicant.conf -iwlan0 -Dwext -dd
or if that fails:
wpa_supplicant -c/path/to/wpa_supplicant.conf -iwlan0 -Dndis -dd
Then just bring up the interface normally with ifup wlan0
ifup eth1
Post the output of wpa_supplicant and post if you were able to connect or not.
_______________________________________________
NetworkManager-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/networkmanager-list