PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : ipw2200-1.0.6 - wpa_supplicant - kv: 2.6.13



mianos
04.09.05, 12:28
hi leute,
hab grad auf meinem gentoo-centrino laptop den kernel von 2.6.11.11 auf 2.6.13 geupdated... dann noch ein emerge -u ipw2200 gemacht!
seit dem geht mein wlan nicht mehr, ich schaffe es einfach nicht, wpa einzuschalten:


laptop ipw2200-1.0.6 # cat /etc/conf.d/wpa_supplicant
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-wireless/wpa_supplicant/files/wpa_supplicant-0.3.8-conf.d,v 1.1 2005/02/14 08:25:29 brix Exp $

# List of interfaces
INTERFACES="eth1"

# Common arguments to all wpa_supplicant instances
ARGS="-w"

# Interface specific arguments
ARGS_eth1="-Dipw"


laptop ipw2200-1.0.6 # cat /etc/wpa_supplicant.conf
#network={
# ssid="mianos"
# bssid="00:30:bd:94:86:8d"
# psk="apsodifu4u5u6_apsodifu4u5u6"
# key_mgmt=WPA-PSK

network={
ssid="mianos"
psk="asdfgasdfgasdfg"
proto=WPA
key_mgmt=WPA-PSK
group=CCMP
}

das sind meine configs, und hier der fehler:

laptop ipw2200-1.0.6 # wpa_supplicant -c /etc/wpa_supplicant.conf -i eth1 -Dipw
ioctl[SIOCSIWPMKSA]: Operation not supported
ioctl[IPW_IOCTL_WPA_SUPPLICANT]: Operation not supported
ioctl[IPW_IOCTL_WPA_SUPPLICANT]: Operation not supported
ioctl[IPW_IOCTL_WPA_SUPPLICANT]: Operation not supported
ioctl[IPW_IOCTL_WPA_SUPPLICANT]: Operation not supported
ioctl[IPW_IOCTL_WPA_SUPPLICANT]: Operation not supported
ioctl[IPW_IOCTL_WPA_SUPPLICANT]: Operation not supported
ioctl[IPW_IOCTL_WPA_SUPPLICANT]: Operation not supported
ioctl[IPW_IOCTL_WPA_SUPPLICANT]: Operation not supported
ioctl[IPW_IOCTL_WPA_SUPPLICANT]: Operation not supported
ioctl[IPW_IOCTL_WPA_SUPPLICANT]: Operation not supported
ioctl[IPW_IOCTL_WPA_SUPPLICANT]: Operation not supported
ioctl[IPW_IOCTL_WPA_SUPPLICANT]: Operation not supported

ich sitz jetzt seid 2 stunden da und bekomm das nich mehr zum laufen...
vorher hatte ich 1.0.4 als treiber version auf nem 2.6.11.11er laufen, da ging alles super.... ich brauch allerdings den 2.6.13...

jemand ne idee, woran das liegt?
GOOGLE findet auch nix brauchbares

McM
23.09.05, 14:09
du musst
ARGS_eth1="-Dwext" in /etc/conf.d/wpa_supplicant eintragen

mianos
23.09.05, 14:32
danke - funzt super...

Lycron
07.10.05, 14:14
ich hab auch den kernel r13 drauf..den ipw treiber ge merged und die wireless-tools auch...

das kiommt dabei raus wenich auf einen AP zugreifen will der mit WPA verschlüsselt ist...

wpa_supplicant -c /etc/wpa_supplicant.conf -i eth2 -Dipw
ioctl[IPW_IOCTL_WPA_SUPPLICANT]: Operation not supported
ioctl[IPW_IOCTL_WPA_SUPPLICANT]: Operation not supported
Failed to set encryption.
ioctl[IPW_IOCTL_WPA_SUPPLICANT]: Operation not supported
Failed to set encryption.
ioctl[IPW_IOCTL_WPA_SUPPLICANT]: Operation not supported
Failed to set encryption.
ioctl[IPW_IOCTL_WPA_SUPPLICANT]: Operation not supported
Failed to set encryption.
ioctl[IPW_IOCTL_WPA_SUPPLICANT]: Operation not supported
ioctl[IPW_IOCTL_WPA_SUPPLICANT]: Operation not supported
Trying to associate with SSID 'DomHome'
ioctl[IPW_IOCTL_WPA_SUPPLICANT]: Operation not supported
ioctl[IPW_IOCTL_WPA_SUPPLICANT]: Operation not supported
ioctl[IPW_IOCTL_WPA_SUPPLICANT]: Operation not supported
ioctl[IPW_IOCTL_WPA_SUPPLICANT]: Operation not supported
Authentication with 00:00:00:00:00:00 timed out.
Trying to associate with SSID 'DomHome'
ioctl[IPW_IOCTL_WPA_SUPPLICANT]: Operation not supported
ioctl[IPW_IOCTL_WPA_SUPPLICANT]: Operation not supported
ioctl[IPW_IOCTL_WPA_SUPPLICANT]: Operation not supported
ioctl[IPW_IOCTL_WPA_SUPPLICANT]: Operation not supported
Signal 2 received - terminating
ioctl[IPW_IOCTL_WPA_SUPPLICANT]: Operation not supported
ioctl[IPW_IOCTL_WPA_SUPPLICANT]: Operation not supported
ioctl[IPW_IOCTL_WPA_SUPPLICANT]: Operation not supported
ioctl[IPW_IOCTL_WPA_SUPPLICANT]: Operation not supported

meine /etc/conf.d/wpa_supplicant sieht so aus
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-wireless/wpa_supplicant/files/wpa_supplicant-0.3.8-conf.d,v 1.1 2005/02/14 08:25:29 brix Exp $

# List of interfaces
INTERFACES="eth2"

# Common arguments to all wpa_supplicant instances
ARGS="-w"

# Interface specific arguments
#ARGS_eth2="-Dipw"
ARGS_eth2="-Dwext"

mein wlan interface ist eth2...ganz sicher...

meine /etc/wpa_supplicant.conf sieht folgendermasen aus
#
#wpa_supplicant.conf
#
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0
eapol_version=1
# ap_scan=2 was the one for me you may try 0 or 1 indstead of 2
ap_scan=2
fast_reauth=1
network={
ssid="DomHome"
proto=WPA
key_mgmt=WPA-PSK
pairwise=TKIP
group=TKIP
psk=14f6784aa6dca2cc6152b9867253b58e001765ca0d5759 aaf3f8617e370b
}

der key ist willkürlich sihet bei mir natürlich anderst aus nur von eingabe format ehr stimmt er ;)

achja bei ls mod kommt folgendes raus
Module Size Used by
ieee80211_crypt_ccmp 7108 0
ieee80211_crypt_tkip 9924 0
ieee80211_crypt_wep 4612 0
fglrx 243612 7
ipw2200 176328 0
ieee80211 48772 1 ipw2200
ieee80211_crypt 5512 4 ieee80211_crypt_ccmp,ieee80211_crypt_tkip,ieee8021 1_crypt_wep,ieee80211



jetzt meine frage gibt es eine möglichkeit in diesem leben noch mal wpa zu nutzen ;) ja oder nein wenn ja wie ?

danke gruß
Lyc

mianos
08.10.05, 10:56
nimm als driver nicht ipw sondern wext.

MatzeG2002
08.10.05, 11:17
nimm als driver nicht ipw sondern wext.
Hat er doch, funktioniert aber nicht.
Ist das Leerzeichen in Deinem PSK Key richtig ?

Lycron
08.10.05, 12:04
der PSK ist erfunden in meinem richtigen ist kein leerzeichen drin...

irgend was stimmt mit der crypterei nicht .... weil er wirft ja den dummen fehler aus beim verschlüsseln...

Lycron
08.10.05, 12:09
ok es hat geklapüpt er hatte recht ich hab nen fehle rgemahct in der config fiel hab ich den _Dwext angegeben aber beim aufruf nicht da hab ich mit ipw aufgerufen mit dem aufruf mit dem -Dwext funtz es einwandfrei :)

danke jungs heuet ist weihnachten udn ostern zu gleich :)

nur zum verständnis wieso muss man das so machen ?

mase-faq
20.10.05, 17:16
Hallo!
Ich hab das ganze auf einem Debian-Notebook.
In /etc/network/interfaces hab ich das WLAN nicht eingetragen,
ich benutze stattdessen wifi-radar, weil ich flexibler sein wollte.
Ich musste auch wext eintragen, mit ipw bekam ich auch keine
Verbindung. Warum geht ipw nicht?
Mein Problem ist aber, dass das Netzwerk zwar funktioniert,
aber extrem langsam ist (ein paar Hundert kB/s), auch wenn ich direkt
1m neben dam AP sitze.
Manchmal erreiche ich ein paar MB/s, aber dann geht es schnell
wieder auf einige kB/s zurück.
Ich verwende Kernel-2.6.13.4, ipw2200-1.0.7 mit der neuesten FW
und auch die neueste Version von ieee80211 mit Broadcast-Patch.