Client Modus mit 802.1x Authentifizierung, linksys e4200

Post new topic   Reply to topic    DD-WRT Forum Index -> Broadcom SoC basierende Hardware
Author Message
ratakra
DD-WRT Novice


Joined: 24 Sep 2010
Posts: 3

PostPosted: Sat Jun 16, 2012 14:58    Post subject: Client Modus mit 802.1x Authentifizierung, linksys e4200 Reply with quote
Hallo mal und Respekt für dieses geniale Projekt!

Ich habe folgendes Problem, ich beziehe mein Internet über die Universität. Leider ist der WLAN-Empfang sehr schlecht und jetzt möchte ich meinen e4200 als Empfänger verwenden. Ich bin jetzt schon zwei Tage am probieren und komme nun nicht mehr weiter. Hoffe ihr könnt mir unter die Arme greifen.

Also ich habe eine Linksys e4200 mit DD-WRT v24-sp2 (06/08/12) big - build 19342. Betreiben möchte ich ihn als Client am UNI-Wlan. Mit dem PC verbinde ich mich indem ich meine Benutzerkennung und mein Password eingebe (WPA Enterprise (=802.1x) ; Protected EAP ; MS-CHAP(-V2)). Im GUI habe ich soweit alles eingestellt leider kann man unter Sicherheit nicht 802.1x auswählen.
Deshalb habe ich Optware und wpa_supplicant im jffs installiert. Anschließend habe ich folgende Datei angelegt (wie von der UNI vorgegeben)
Code:
"/jffs/tmp/wpa_supplicant/wpa_supplicant.conf":
 network={
   ssid="Wlan Name"
   key_mgmt=WPA-EAP
   eap=PEAP
   identity="Benutzerkennung"
   password="Passwort"
   phase1="peaplabel=0"
   phase2="auth=MSCHAPV2"
 }
 # EOF

Wenn ich jetzt die Anmeldung starte dann funktioniert das nicht und ich erhalte folgende Ausgabe.
Code:
root@DD-WRT:/# wpa_supplicant -i wl0 -c /jffs/tmp/wpa_supplicant
ioctl[SIOCSIWPMKSA]: No such device
ioctl[SIOCSIWMODE]: No such device
Could not configure driver to use managed mode
ioctl[SIOCGIFFLAGS]: No such device
Could not set interface 'wl0' UP
ioctl[SIOCGIWRANGE]: No such device
ioctl[SIOCGIFINDEX]: No such device
ioctl[SIOCSIWENCODEEXT]: No such device
ioctl[SIOCSIWENCODE]: No such device
ioctl[SIOCSIWENCODEEXT]: No such device
ioctl[SIOCSIWENCODE]: No such device
ioctl[SIOCSIWENCODEEXT]: No such device
ioctl[SIOCSIWENCODE]: No such device
ioctl[SIOCSIWENCODEEXT]: No such device
ioctl[SIOCSIWENCODE]: No such device
ioctl[SIOCSIWAUTH]: No such device
WEXT auth param 7 value 0x0 - Failed to disable WPA in the driver.
ioctl[SIOCSIWAUTH]: No such device
WEXT auth param 5 value 0x0 - ioctl[SIOCSIWAUTH]: No such device
WEXT auth param 4 value 0x0 - ioctl[SIOCSIWAP]: No such device
ioctl[SIOCGIFFLAGS]: No such device

Selbes passiert wenn ich statt wl0 wlan0 eingebe, bedeuted das, dass es das Interface nicht gibt oder das es nicht funktioniert? Woran liegt es, dass die Authentifizeirung nicht startet?
Sponsor
habeIchVergessen
DD-WRT User


Joined: 04 May 2010
Posts: 431

PostPosted: Fri Jun 22, 2012 14:53    Post subject: Reply with quote
was liefert denn?

Code:
ifconfig | grep -e "^[^\ ]" | awk ' { print $1 } '
lsmod | grep 802


wenn ich mich nicht irre, dann funktioniert eap auf broadcom hardware nicht.
Display posts from previous:    Page 1 of 1
Post new topic   Reply to topic    DD-WRT Forum Index -> Broadcom SoC basierende Hardware All times are GMT

Navigation

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum