Folgendes Problem: Habe ein Laptop, auf dem ich mittels ipw2200 (Kernelconfig!) bisher prima ins Internet gekommen bin. Seit vorgestern klappt das nicht mehr. Leider kann ich keinen Fehler finden !
Vielleicht fällt ja Euch was dazu ein - hier mal ein paar Infos:
- System: Debian Sarge
- WLAN-Router AVM FritzBox Phon WLAN 7050
- ipw2200 wird über Kernel 2.6.18 (von kernel.org) eingebunden. Aktuellste Firmware (3.0) ist installiert
- Verschlüsselung: WPA2 über wpa_supplicant
- ipw2200 wird beim Systemstart geladen
Code: Alles auswählen
nihonto@sushi:~$ dmesg | grep ipw
ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.1.2k
ipw2200: Copyright(c) 2003-2006 Intel Corporation
ipw2200: Detected Intel PRO/Wireless 2200BG Network Connection
ipw2200: Detected geography ZZM (11 802.11bg channels, 0 802.11a channels)
Code: Alles auswählen
sushi:/home/nihonto# ifup eth1
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:0e:35:29:94:c3
Sending on LPF/eth1/00:0e:35:29:94:c3
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 7
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 12
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 17
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 20
No DHCPOFFERS received.
No working leases in persistent database.
Exiting.
Failed to bring up eth1.
Code: Alles auswählen
sushi:/home/nihonto# iwconfig eth1
Warning: Driver for device eth1 has been compiled with version 20
of Wireless Extension, while this program supports up to version 17.
Some things may be broken...
eth1 unassociated ESSID:off/any
Mode:Managed Channel=0 Access Point: 00:00:00:00:00:00
Bit Rate:0 kb/s Tx-Power=20 dBm Sensitivity=8/0
Retry limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
Link Quality:0 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
Code: Alles auswählen
sushi:/home/nihonto# wpa_cli status
Selected interface 'eth1'
bssid=00:00:00:00:00:00
pairwise_cipher=UNKNOWN
group_cipher=UNKNOWN
key_mgmt=UNKNOWN
wpa_state=DISCONNECTED
Supplicant PAE state=DISCONNECTED
suppPortStatus=Unauthorized
EAP state=DISABLED
Code: Alles auswählen
sushi:/home/nihonto# less /etc/network/interfaces
auto lo
iface lo inet loopback
iface eth0 inet dhcp
iface eth1 inet dhcp
pre-up /usr/sbin/wpa_supplicant -Bw -Dwext -ieth1 -c/etc/wpa_supplicant.conf
post-down killall -q wpa_supplicant
Code: Alles auswählen
sushi:/home/nihonto# less /etc/wpa_supplicant.conf
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0
eapol_version=1
ap_scan=2
fast_reauth=1
network={
ssid="<die ssid>"
scan_ssid=1
mode=0
proto=RSN
pairwise=CCMP
key_mgmt=WPA-PSK
auth_alg=OPEN
group=CCMP
psk="<geheimes passwort>"
}
Edit: Hab' das WLAN gerade unter Windows ausprobiert, dass ich auf 'ner anderen Partition habe - funktioniert tadelos !