View previous topic :: View next topic |
Author |
Message |
stream Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/1332339014407abbe05e496.gif)
Joined: 04 Jan 2003 Posts: 401
|
Posted: Mon Jul 04, 2005 11:49 am Post subject: wpa supplicant keine verbindung zum ap |
|
|
hi,
ich bekomme einfach keine verbindung zum ap (ap mac ist immer auf FF:...)
wpa_supplicant.conf
Code: | ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0
eapol_version=1
ap_scan=2
network={
ssid="meine_ssid"
proto=WPA
key_mgmt=WPA-PSK
pairwise=CCMP TKIP
group=CCMP TKIP
psk="der_key"
priority=2
} |
iwconfig
Code: | eth1 IEEE 802.11-DS ESSID:"meine_ssid"
Mode:Managed Frequency:2.447 GHz Access Point: FF:FF:FF:FF:FF:FF
Bit Rate:11 Mb/s Tx-Power=20 dBm Sensitivity=0/65535
Retry limit:16 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
Link Quality=0/160 Signal level=-105 dBm Noise level=-105 dBm
Rx invalid nwid:257 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:1058 Missed beacon:0
|
wpa_supplicant lässt sich ohne probleme starten
an der reichweite zwischen client und ap kann es nicht liegen |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
tam Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/1673487111411139ee12c01.jpg)
Joined: 04 Mar 2003 Posts: 569
|
Posted: Mon Jul 04, 2005 7:11 pm Post subject: |
|
|
Ganz ohne Verschlüsselung klappt es aber, oder? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
NightDragon Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/12958118525a6e1fd5804b7.jpg)
Joined: 21 Aug 2004 Posts: 1156 Location: Vienna (Austria)
|
Posted: Mon Jul 04, 2005 7:23 pm Post subject: |
|
|
Ich habe meine WPA-Verbindung so zum Laufen Bekommen:
Code: |
network={
ssid="deine_ssid"
scan_ssid=1
proto=WPA
key_mgmt=WPA-PSK
pairwise=CCMP TKIP
group=CCMP TKIP WEP104 WEP40
psk="der key"
}
|
PS.:
diese --> priority's <--- machten bei mir immer große Probleme - daher nicht mehr vorhanden bei mir. _________________ You are the problem too all my solutions ![Wink ;)](images/smiles/icon_wink.gif) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
stream Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/1332339014407abbe05e496.gif)
Joined: 04 Jan 2003 Posts: 401
|
Posted: Mon Jul 04, 2005 8:29 pm Post subject: |
|
|
Quote: | Ganz ohne Verschlüsselung klappt es aber, oder? |
ja funktioniert ohne probleme
(auf einem windows client funktioniert es ohne probleme)
Quote: | diese --> priority's <--- machten bei mir immer große Probleme - daher nicht mehr vorhanden bei mir. |
hab ich getestet... hilft leider nicht
-------
ich habe jetzt wpa_supplicant in einem höherem debug mode gestartet
Code: | wpa_driver_wext_set_wpa
ioctl[SIOCSIWAUTH]: Operation not supported
Failed to enable WPA in the driver.
|
ich schätze mal dort liegt das problem
wpa_supplicant biete folgende treiber
Code: | drivers:
hostap = Host AP driver (Intersil Prism2/2.5/3)
prism54 = Prism54.org driver (Intersil Prism GT/Duette/Indigo)
madwifi = MADWIFI 802.11 support (Atheros, etc.)
atmel = ATMEL AT76C5XXx (USB, PCMCIA)
wext = Linux wireless extensions (generic)
ndiswrapper = Linux ndiswrapper
ipw = Intel ipw2100/2200 driver |
ich habe eine wlan karte mit aironet chip-satz (cisco) .. mit keinem der oben stehenden treiber kommt wpa supplicant zu recht.
weiters habe ich mir die cisco aironet utilities angeschaut.... dort gibt es aber nur die möglichkeit einen wep key einzustellen ![Evil or Very Mad :evil:](images/smiles/icon_evil.gif) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|