Hallo, ich bin ein ziemlicher Linux neuling und bitte d.h. um Nachsicht, falls ich mein Problem ungenau schilder bzw. mich etwas doof anstelle .
Ich habe es nach einigem Hin- und Her geschafft mithilfe des wpa supplicants ins Internet zu kommen. Das Problem ist, dass ich nur ins netz komme (über dhcp), wenn ich wpa supplicant manuell starte (wpa_supplicant -i wlan0 -D wext -c /etc/wpa_supplicant.conf).
Beim booten klappt das Verbinden nie und ich erhalte nur die Meldung:
DHCPDISCOVER on wlan0 to 255.255.255.255 Port 67 mit verschiedenen Intervallen.
In der /etc/network/interfaces habe ich stehen:
iface wlan0 inet dhcp
wpa-conf /etc/wpa_supplicant.conf
und in /etc/wpa_supplicant.conf:
ctrl_interface=/var/run/wpa_supplicant
eapol_version=1
ap_scan=1
network={
ssid="meine ssid"
scan_ssid=1
proto=WPA
key_mgmt=WPA-PSK
pairwise=TKIP
group=TKIP
psk=mein psk
}
vielen Dank schonmal
Probleme mit wpa supplicant
Re: Probleme mit wpa supplicant
Hallo
Das konnte dir helfen:
http://forums.debian.net/viewtopic.php?t=16966
Pkt.6
/Edit
und Willkommen im Forum
Das konnte dir helfen:
http://forums.debian.net/viewtopic.php?t=16966
Pkt.6
6. For WPA functionality, two additional items are required: WPA entries in your wlan0 interface and a created-defined wpa_supplicant.conf file
a. my /etc/network/interfaces is defined as follows:
Code:
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
address 127.0.0.1
netmask 255.0.0.0
# RGR added 26-Jun-07; updated 02-Jul-07
auto wlan0
iface wlan0 inet dhcp
wpa-ssid yourssid
wpa-key-mgmgt WPA-PSK
wpa-psk yourpsk
wpa-proto WPA
wpa-driver wext
b. Defined-created my /etc/wpa_supplicant.conf file as:
Code:
ctrl_inteface=/var/run/wpa_supplicant
ctrl_interface_group=0
network={
ssid="yourssid"
id-str="wlan0"
key_mgmt=WPA-PSK
psk="yourpsk"
}
/Edit
und Willkommen im Forum
-
- Beiträge: 2
- Registriert: 25.02.2009 20:40:20
Re: Probleme mit wpa supplicant
danke dafür und natürlich auch für die Hilfe!und Willkommen im Forum
Deine Tipps haben mich allerdings erstmal nicht weiter gebracht und
Code: Alles auswählen
id-str="wlan0"