Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
WLan mit Ndiswrapper und WPA_Supplicant
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
voldemort13
n00b
n00b


Joined: 13 Apr 2006
Posts: 15

PostPosted: Thu May 24, 2007 1:17 pm    Post subject: WLan mit Ndiswrapper und WPA_Supplicant Reply with quote

Hallo @ all,

ich habe eine Frisch aufgesetztes Gentoo und möchte meine Wlan Karte zum laufen bringen.
Es gibt keinen nativen Linux Treiber, also benutz ich den ndiswrapper.

Nun möchte ich, dass der PC sich beim Booten mit dem Wlan verbindet. Ausserdem benötige
ich eine statische IP. Als tool dafür habe ich wpa_supplicant benutzt.

Der treiber für die Wlan Karte wird auch ohne Probleme geladen, nur verbindet er sich
nicht wie gewünscht zum AP, IP etc wird auch nicht zugeteilt.

Hier mal meine configfiles:

/etc/conf.d/net
Code:
config_eth0=( "192.168.0.66 netmask 255.255.255.0" )
routes_eth0=( "default via 192.168.0.1" )

modules=( "wpa_supplicant" )
wpa_supplicant_wlan0="ndiswrapper"
config_wlan0=( "192.168.1.1 netmask 255.255.255.0" )
routes_wlan0=( "default via 192.168.1.1" )


/etc/wap_supplicant/wpa_supplicant.conf
Code:
ctrl_interface=/var/run/wpa_supplicant

ap_scan=1

network={
ssid="MySSID"
key_mgmt=NONE
wep_key0="xxxxxxxxxxxxx"
priority=5
}


ein anderes aber unwichtiges Problem ist, das ich nicht weiß wie man den WEP_key als HEX eingeben kann, er akzeptiert nur das 13 stellige pw.
WPA ist hier nicht möglich das über den router auch Geräte ins Lan müssen die WPA nicht unterstützen, daher WEP.

Vielleicht sieht jemand von euch wo mein Fehler liegt? :)

Danke im vorraus

Jan
Back to top
View user's profile Send private message
firefly
Watchman
Watchman


Joined: 31 Oct 2002
Posts: 5328

PostPosted: Thu May 24, 2007 1:25 pm    Post subject: Reply with quote

um was für einen wlan-karte bzw. wlan-chip handelt es sich denn?

funktioniert die verbindung zum AP wenn du wpa_supplicant von hand startest?

Quote:
wpa_supplicant -iwlan0 -Dndiswrapper -c /etc/wap_supplicant/wpa_supplicant.conf

_________________
Ein Ring, sie zu knechten, sie alle zu finden,
Ins Dunkel zu treiben und ewig zu binden
Im Lande Mordor, wo die Schatten drohn.
Back to top
View user's profile Send private message
voldemort13
n00b
n00b


Joined: 13 Apr 2006
Posts: 15

PostPosted: Thu May 24, 2007 1:29 pm    Post subject: Reply with quote

Marvel Libertas ist der Chip.
Die Karte is von Asus, WL 138g

Beim manuellen Start erhalte ich nur folgende meldung:

Quote:
Trying to accosiate with 00:13:49.12:12.12 (SSID='MySSID' freq=2437MHz)
Association request to the driver failed
Authentication with 00:00:00:00:00:00 timed out.


Auf anraten habe ich in dem befehl statt -Dndiswrapper mal -Dwext benutzt.

Daraufhin scheint er eine Verbinung herstellen zu können, aber tut dann nix mehr.

//Edit:

mit wext stellt er eine Verbindung zum Ap her, allerdings funktioniert die
IP vergabe keineswegs. Statt 192.168.1.66 hat wlan0

fe80:215:f2ff:fe7e:9569/64 Subnetmaske hat er garkeine.


Last edited by voldemort13 on Thu May 24, 2007 1:51 pm; edited 1 time in total
Back to top
View user's profile Send private message
firefly
Watchman
Watchman


Joined: 31 Oct 2002
Posts: 5328

PostPosted: Thu May 24, 2007 1:50 pm    Post subject: Reply with quote

das -Dndiswrapper ist richtig,
probier mal anstelle von
Code:
ap_scan=1

Code:
ap_scan=2

_________________
Ein Ring, sie zu knechten, sie alle zu finden,
Ins Dunkel zu treiben und ewig zu binden
Im Lande Mordor, wo die Schatten drohn.
Back to top
View user's profile Send private message
voldemort13
n00b
n00b


Joined: 13 Apr 2006
Posts: 15

PostPosted: Thu May 24, 2007 1:53 pm    Post subject: Reply with quote

Das selbe spiel, nur das er abwechselnd einmal nach MySSID und einmal nach garkeiner SSID scant.
Back to top
View user's profile Send private message
firefly
Watchman
Watchman


Joined: 31 Oct 2002
Posts: 5328

PostPosted: Thu May 24, 2007 1:55 pm    Post subject: Reply with quote

voldemort13 wrote:
Das selbe spiel, nur das er abwechselnd einmal nach MySSID und einmal nach garkeiner SSID scant.

welche ndiswrapper version verwendest du?

der wpa_supplicant ndiswrapper "treiber" funktioniert nur mit ndiswrapper bis version 1.16 neuere versionen scheinen wext zu unterstüzen.

probier doch noch mal
ap_scan=0;

dann übernimmt der treiber das scannen.
_________________
Ein Ring, sie zu knechten, sie alle zu finden,
Ins Dunkel zu treiben und ewig zu binden
Im Lande Mordor, wo die Schatten drohn.
Back to top
View user's profile Send private message
voldemort13
n00b
n00b


Joined: 13 Apr 2006
Posts: 15

PostPosted: Thu May 24, 2007 1:57 pm    Post subject: Reply with quote

ich benuz ndiswrapper 1.44 (da sich 1.33 nicht installieren lies, is aber nen anderes problem ^^)

mit ap_scan=0 assoziiert er sich mit 00:00:00:00:00:00 was im endeffekt wohl nix bringt. //edit:nein er timed doch out

soll ich also doch wext nehmen?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
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