Die Karte wird erkannt aber ich bekomme keine Verbindung zum Router bzw. Internet
Hier mal die Facts! Ich hoffe es kann mir geholfen werden!
Code: Alles auswählen
root@testing:/home/michael# lsmod |grep ath9k
ath9k 249912 0
mac80211 137340 1 ath9k
ath 8006 1 ath9k
cfg80211 101496 3 ath9k,mac80211,ath
led_class 2433 1 ath9k
root@testing:/home/michael#
Code: Alles auswählen
root@testing:/home/michael# lspci | grep Atheros
04:01.0 Network controller: Atheros Communications Inc. AR922X Wireless Network Adapter (rev 01)
root@testing:/home/michael#
Code: Alles auswählen
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
allow-hotplug eth0
iface eth0 inet dhcp
##Wireless
auto wlan0
iface wlan0 inet static
address 192.168.xxx.xx
netmask 255.255.255.0
gateway 192.168.xxx.xx
wpa-driver wext
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
Code: Alles auswählen
wpa_supplicant.conf
network={
ssid="heimnetz"
bssid=00:1c:4a:4f:xx:xx
scan_ssid=1
mode=0
key_mgmt=WPA-PSK
proto=WPA
auth_alg=OPEN
pairwise=TKIP
psk="geheim"
}
Code: Alles auswählen
root@testing:/home/michael# iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
wlan0 IEEE 802.11bgn ESSID:off/any
Mode:Managed Access Point: Not-Associated Tx-Power=20 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:on
root@testing:/home/michael#
Code: Alles auswählen
root@testing:/home/michael# ifconfig
lo Link encap:Lokale Schleife
inet Adresse:127.0.0.1 Maske:255.0.0.0
inet6-Adresse: ::1/128 Gültigkeitsbereich:Maschine
UP LOOPBACK RUNNING MTU:16436 Metrik:1
RX packets:168 errors:0 dropped:0 overruns:0 frame:0
TX packets:168 errors:0 dropped:0 overruns:0 carrier:0
Kollisionen:0 Sendewarteschlangenlänge:0
RX bytes:10938 (10.6 KiB) TX bytes:10938 (10.6 KiB)
wlan0 Link encap:Ethernet Hardware Adresse d8:5d:4c:xx:xx_xx
inet Adresse:192.168.xxx.xx Bcast:192.168.xxx.xxx Maske:255.255.255.0
UP BROADCAST MULTICAST MTU:1500 Metrik:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
Kollisionen:0 Sendewarteschlangenlänge:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)