Distri Lenny, Kernel 2.6.26-1-686 [seit Anfang Juli 2.6.26-2-686]
lspci | grep Ethernet
Code: Alles auswählen
02:00.0 Ethernet controller: Atheros Communications Inc. AR242x 802.11abg Wireless PCI Express Adapter (rev 01)
Code: Alles auswählen
Kernel-IP-Routentabelle
Ziel Router Genmask Flags Metric Ref Use Iface
192.168.178.0 * 255.255.255.0 U 0 0 0 wlan0
link-local * 255.255.0.0 U 1000 0 0 wlan0
default foo 0.0.0.0 UG 0 0 0 wlan0
Code: Alles auswählen
# The loopback network interface
auto lo
iface lo inet loopback
# WLAN - dhcp - wpa_supplicant
auto wlan0
iface wlan0 inet dhcp
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
Code: Alles auswählen
ctrl_interface=/var/run/wpa_supplicant
eapol_version=1
ap_scan=1
network={
ssid="foo"
scan_ssid=1
proto=WPA
key_mgmt=WPA-PSK
pairwise=TKIP
group=TKIP
psk="meinschluessel"
}
![Very Happy :D](./images/smilies/icon_biggrin.gif)
![Wink :wink:](./images/smilies/icon_wink.gif)
![Very Happy :D](./images/smilies/icon_biggrin.gif)
Die entsprechenden Module ndiswrapper sind bei ath0 bzw. ath5k, mac80211, cfg80211 bei wlan0 "geblacklistet". Auch habe ich vor einigen Tagen den Madwifi für die Installation des Ndiswrapper spurenlos entfernt. So wie vorher beim Madwifi den Ndiswrapper. Mein Router ist eine Fritzbox 7113. Mit meinem Smartphone habe ich keine Einwahlprobleme. Ich resette auch oft parallel den Router. Was läuft da falsch? Die Sache nervt mittlerweile, weil manchmal möchte man schon gerne mal schnell ins Internet.
Wer weiß was?
Luusa