View previous topic :: View next topic |
Author |
Message |
BlackEye l33t
Joined: 04 Dec 2002 Posts: 756 Location: Germany
|
Posted: Tue May 31, 2005 10:02 pm Post subject: Amilo 7400 und per WPA connecten |
|
|
Hat schon einer von euch mal erfolgreich eine WPA-PSK Verbindung mit einem AP herstellen können? Ich versuche es schon seit geraumer Zeit mit meinem ip2100 aber es funktioniert einfach nicht. Nachdem ich hier das Forum durchwühlt habe und 100 mal meine Config geändert habe, läuft bei mir noch immer nichts. Ich benutze den wpa_supplicant in der Version 0.3.8 mit folgenden Configs:
/etc/conf.d/net
Code: | #iface_eth0="192.168.0.140 broadcast 192.168.0.255 netmask 255.255.255.0"
#iface_eth1="192.168.0.202 broadcast 192.168.0.255 netmask 255.255.255.0"
iface_eth0="dhcp"
iface_eth1="dhcp"
#gateway="eth0/192.168.0.3"
#gateway="eth1/192.168.0.1"
modules=( "wpa_supplicant" "!iwconfig" )
wpa_supplicant_eth1="-Dipw"
dhcpcd_eth1="-N" |
/etc/init.d/wpa_supplicant
Code: | INTERFACES="eth1"
# Common arguments to all wpa_supplicant instances
ARGS="-w"
# Interface specific arguments
ARGS_eth1="-Dipw" |
und
/etc/wpa_supplicant.conf
Code: | ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0
ap_scan=1
fast_reauth=1
network={
ssid="meine ssid"
scan_ssid=1
psk=blahblah...
}
|
doch bei einem /etc/init.d/net.eth1 start bekomme ich immer:
Quote: | * Starting eth1
* Starting wpa_supplicant on eth1 ... [ ok ]
* timed out [ !! ] |
wenn ich das Kommando manuell absetze dann bekomme ich folgendes:
Code: | blackeye linux # wpa_supplicant -w -d -ieth1 -c /etc/wpa_supplicant.conf
Initializing interface 'eth1' conf '/etc/wpa_supplicant.conf' driver 'default'
Configuration file '/etc/wpa_supplicant.conf' -> '/etc/wpa_supplicant.conf'
Reading configuration file '/etc/wpa_supplicant.conf'
ctrl_interface='/var/run/wpa_supplicant'
ctrl_interface_group=0
fast_reauth=1
Priority group 0
id=0 ssid='meine ssid'
Initializing interface (2) 'eth1'
EAPOL: SUPP_PAE entering state DISCONNECTED
EAPOL: KEY_RX entering state NO_KEY_RECEIVE
EAPOL: SUPP_BE entering state INITIALIZE
EAP: EAP entering state DISABLED
EAPOL: External notification - portEnabled=0
EAPOL: External notification - portValid=0
Own MAC address: 00:0c:f1:2d:16:4d
wpa_driver_hostap_set_wpa: enabled=1
wpa_driver_hostap_set_key: alg=none key_idx=0 set_tx=0 seq_len=0 key_len=0
ioctl[PRISM2_IOCTL_HOSTAPD]: Operation not supported
Failed to set encryption.
wpa_driver_hostap_set_key: alg=none key_idx=1 set_tx=0 seq_len=0 key_len=0
ioctl[PRISM2_IOCTL_HOSTAPD]: Operation not supported
Failed to set encryption.
wpa_driver_hostap_set_key: alg=none key_idx=2 set_tx=0 seq_len=0 key_len=0
ioctl[PRISM2_IOCTL_HOSTAPD]: Operation not supported
Failed to set encryption.
wpa_driver_hostap_set_key: alg=none key_idx=3 set_tx=0 seq_len=0 key_len=0
ioctl[PRISM2_IOCTL_HOSTAPD]: Operation not supported
Failed to set encryption.
wpa_driver_hostap_set_countermeasures: enabled=0
wpa_driver_hostap_set_drop_unencrypted: enabled=1
Setting scan request: 0 sec 100000 usec
Wireless event: cmd=0x8b06 len=8
RTM_NEWLINK, IFLA_IFNAME: Interface 'eth1' added
RTM_NEWLINK, IFLA_IFNAME: Interface 'eth1' added
Starting AP scan (specific SSID)
Scan SSID - hexdump_ascii(len=3):
63 70 73 meine ssid
ioctl[PRISM2_IOCTL_HOSTAPD]: Operation not supported
Failed to initiate AP scan.
Setting scan request: 10 sec 0 usec
Scan timeout - try to get results
Received 0 bytes of scan results (0 BSSes)
Scan results: 0
Selecting BSS from priority group 0
No suitable AP found.
Setting scan request: 5 sec 0 usec
Starting AP scan (broadcast SSID)
Scan timeout - try to get results
Received 0 bytes of scan results (0 BSSes)
Scan results: 0
Selecting BSS from priority group 0
No suitable AP found.
Setting scan request: 5 sec 0 usec
Starting AP scan (specific SSID)
Scan SSID - hexdump_ascii(len=3):
63 70 73 meine ssid
ioctl[PRISM2_IOCTL_HOSTAPD]: Operation not supported
Failed to initiate AP scan.
Setting scan request: 10 sec 0 usec
|
ich komme hier nicht einen Schritt weiter
mir ist auch das
Quote: | wpa_driver_hostap_set_key: alg=none key_idx=3 set_tx=0 seq_len=0 key_len=0
ioctl[PRISM2_IOCTL_HOSTAPD]: Operation not supported
Failed to set encryption. |
aufgefallen. Aber ich weiss nicht, warum er da probleme hat eine encryption zu setzen... |
|
Back to top |
|
|
benjamin200 Veteran
Joined: 01 Feb 2004 Posts: 1426 Location: DE Munich
|
Posted: Wed Jun 01, 2005 2:43 am Post subject: |
|
|
Quote: |
Hat schon einer von euch mal erfolgreich eine WPA-PSK Verbindung mit einem AP herstellen können? Ich versuche es schon seit geraumer Zeit mit meinem ip2100 aber es funktioniert einfach nicht. Nachdem ich hier das Forum durchwühlt habe und 100 mal meine Config geändert habe, läuft bei mir noch immer nichts. Ich benutze den wpa_supplicant in der Version 0.3.8 mit folgenden Configs:
|
Besitze auch die ipw2100 und bin mit den Linux Driver (WPA Support) sehr zufrieden.
Quote: |
/etc/wpa_supplicant.conf
Code:
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0
ap_scan=1
fast_reauth=1
network={
ssid="meine ssid"
scan_ssid=1
psk=blahblah...
}
|
ich vermisse die key settings in deiner Config. Versuch doch mal folgendes
Code: |
network={
ssid="home"
scan_ssid=1
key_mgmt=WPA-PSK
psk="very secret passphrase"
}
|
_________________ Gentoo Linux Stage1 / Kernel 2.6.18
AMD Athlon64 3500+ on Asus A8N-E / 1024 MB DDR-RAM / ATI X700 PCIe
Take LINUX and forget Blue Screens |
|
Back to top |
|
|
BlackEye l33t
Joined: 04 Dec 2002 Posts: 756 Location: Germany
|
Posted: Thu Jun 02, 2005 9:14 am Post subject: |
|
|
bringt leider nichts. Ist genau dasselbe Verhalten wie zuvor
Wie hast Du Deinen AP eingestellt? Mit oder ohne SSID Broadcast?
Mich macht immernoch diese Zeile nervös
Quote: | wpa_driver_hostap_set_key: alg=none key_idx=3 set_tx=0 seq_len=0 key_len=0
ioctl[PRISM2_IOCTL_HOSTAPD]: Operation not supported
Failed to set encryption. |
Ich benutze auch das UDEV. Ich weiss aber nicht, ob es damit zusammen hängen könnte.
Meine LED vom WLAN blinkt jedenfalls in regelmässigen Abständen, was wohl darauf schließen lässt, dass die Antenne eingeschaltet sein sollte. Benutzt Du noch das fsam7400 Modul? |
|
Back to top |
|
|
benjamin200 Veteran
Joined: 01 Feb 2004 Posts: 1426 Location: DE Munich
|
Posted: Sat Jun 04, 2005 3:09 pm Post subject: |
|
|
Quote: |
Wie hast Du Deinen AP eingestellt? Mit oder ohne SSID Broadcast?
|
SSID Broadcast = disable
Quote: |
Benutzt Du noch das fsam7400 Modul?
|
Nein
Aber ich weiss woran es liegt
Quote: |
blackeye linux # wpa_supplicant -w -d -ieth1 -c
|
du nutzt nicht den ipw sonder die hostap driver. Starte wpa_conf bitte wie folgt:
Code: |
blackeye linux # wpa_supplicant -D ipw -w -d -ieth1 -c
|
_________________ Gentoo Linux Stage1 / Kernel 2.6.18
AMD Athlon64 3500+ on Asus A8N-E / 1024 MB DDR-RAM / ATI X700 PCIe
Take LINUX and forget Blue Screens |
|
Back to top |
|
|
|