sorry wenn ich hier die selbe Fragen zum xten mal stelle aber ich schaffe es einfach nicht an meinem Router via WLAN anzumelden.
Ich habe mir einen Kernel-2.6.11 gemacht und mir den ipw2200-Treiber als Modul eingebunden. Meine configs:
/etc/wpa_supplicant.conf
Code: Alles auswählen
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0
eapol_version=1
ap_scan=1
fast_reauth=1
network={
ssid="anubis_net"
psk=9eb37f73e429c72dd5b1a0302d3c644cf21f9c836ed2a0fe2b9baf18925b20ee
priority=5
}
/etc/default/
Code: Alles auswählen
# /etc/default/wpasupplicant
# WARNING! Make sure you have a configuration file!
ENABLED=0
# Useful flags:
# -D <driver> Wireless Driver
# -i <ifname> Interface (required, unless specified in config)
# -c <config file> Configuration file
# -d Debugging (-dd for more)
# -w Wait for interface to come up
OPTIONS="-w"
Code: Alles auswählen
auto lo
iface lo inet loopback
iface eth0 inet dhcp
iface eth1 inet dhcp
pre-up /usr/sbin/wpa_supplicant -Bw -Dipw -ieth1 -c/etc/wpa_supplicant.conf
post-down killall -q wpa_supplicant
Code: Alles auswählen
Internet Software Consortium DHCP Client 2.0pl5
Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.
All rights reserved.
Please contribute if you find this software useful.
For info, please visit http://www.isc.org/dhcp-contrib.html
Listening on LPF/eth1/00:12:f0:79:98:e2
Sending on LPF/eth1/00:12:f0:79:98:e2
Sending on Socket/fallback/fallback-net
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 4
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 4
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 9
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 9
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 12
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 20
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 2
No DHCPOFFERS received.
No working leases in persistent database.
Exiting.
Failed to bring up eth1.
Vielen Dank!