ich habe Probleme mich mit meinem Router (Fritzbox 7270), den ich mit WPA2 personal AES/CCMP verschlüsselt habe, zu verbinden.
kernel: 2.6.30-1-686
wlan-karte: Netgear WN121T
meine usb wlan karte habe ich glaube ich erfolgreich mit ndiswrapper installiert. (schnittstelle wlan0 ist aktiv)
Code: Alles auswählen
debian:/home/truthy# iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
eth1 no wireless extensions.
wlan0 IEEE 802.11g ESSID:off/any
Mode:Managed Frequency:2.472 GHz Access Point: Not-Associated
Bit Rate:216 Mb/s Sensitivity=-200 dBm
RTS thr=2346 B Fragment thr=2346 B
Encryption key:off
Power Management:off
Link Quality:53/100 Signal level:-62 dBm Noise level:-96 dBm
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
debian:/home/truthy# ndiswrapper -l
WARNING: All config files need .conf: /etc/modprobe.d/ndiswrapper, it will be ignored in a future release.
wn121t : driver installed
device (0846:7100) present
debian:/home/truthy# lsusb
Bus 001 Device 002: ID 0846:7100 NetGear, Inc. WN121T RangeMax Next Wireless-N [Marvell TopDog]
iwlist scanning shows:
Code: Alles auswählen
Cell 04 - Address: My MAC-Adr
ESSID:"My SSID"
Protocol:IEEE 802.11g
Mode:Managed
Frequency:2.472 GHz (Channel 13)
Quality:51/100 Signal level:-63 dBm Noise level:-96 dBm
Encryption key:on
Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 6 Mb/s; 9 Mb/s
11 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s; 36 Mb/s
48 Mb/s; 54 Mb/s
Extra:bcn_int=100
Extra:atim=0
IE: IEEE 802.11i/WPA2 Version 1
Group Cipher : CCMP
Pairwise Ciphers (1) : CCMP
Authentication Suites (1) : PSK
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="My SSID"
scan_ssid=1
proto=RSN
key_mgmt=WPA-PSK
pairwise=CCMP
group=CCMP
psk="My Passphrase"
priority=5
}
wpa_supplicant -i wlan0 -D wext -c /etc/wpa_supplicant/wpa_supplicant.conf -dd
stimmt zwar die SSID aber bei iwconfig steht dann Encryption key=off
habe auch erfolglos probiert einfach ssid & key in /etc/network/interfaces zu schreiben mit dhcp & static ip
meine /etc/network/interfaces
Code: Alles auswählen
# The loopback network interface
auto lo
iface lo inet loopback
auto eth0
#iface eth0 inet dhcp
auto eth1
#iface eth1 inet dhcp
auto wlan0
iface wlan0 inet dhcp
wpa-driver wext
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
#wpa-ssid My SSID
#wpa-psk "My Passphrase"
#address 192.168.182.20
#netmask 255.255.255.0
#gateway 192.168.182.1
was ich noch probiert habe - alles in /etc/network/interfaces ohne wpa_supplicant konfigurieren & meine passphrase in hex umzuwandeln und ohne quotes reinzuschreiben - leider dasselbe ergebnis (static&dhcp) - verbunden zu meiner SSID Encryption off
Code: Alles auswählen
auto wlan0
iface wlan0 inet dhcp
#address 192.168.182.20
#gateway 192.168.182.1
#dns-nameservers 192.168.182.1
#netmask 255.255.255.0
wpa-driver wext
wpa-ssid My SSID
wpa-ap-scan 1
wpa-proto RSN
wpa-pairwise CCMP
wpa-group CCMP
wpa-key-mgmt WPA-PSK
wpa-psk My Hex-Key