[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

prism54 und hostapd ein AP bauen



Hallo hostapd-Experten,

ich versuche mit meiner WLAN Karte ein AP mit WPA zu bauen. Leider ohne
Erfolg. Im Netz findet man viele Probleme, aber keine Lösungen.
Vielleicht ist hier jemand mit einer ähnlichen funktionierenden
Konfiguration.

Ich habe
# lspci -nn |grep Prism
01:08.0 Network controller [0280]: Intersil Corporation ISL3890 [Prism
GT/Prism Duette]/ISL3886 [Prism Javelin/Prism Xbow] [1260:3890] (rev 01)

Ein einfaches
# iwconfig eth2 mode master essid test channel 11
funktioniert. Ich sehe auf dem Client das Netz. Zugriff funktioniert
auch, aber leider ohne WPA.

Den hostapd in Version 0.5.10 habe ich selber kompiliert, da man für die
prism54 was ändern muss, damit er überhaupt startet. Mit folgender
Konfiguration:
# grep -v '^#' /etc/hostapd/hostapd.conf |grep -v '^$'
interface=eth2
driver=prism54
logger_syslog=-1
logger_syslog_level=2
logger_stdout=-1
logger_stdout_level=1
debug=2
dump_file=/tmp/hostapd.dump
ctrl_interface=/var/run/hostapd
ctrl_interface_group=0
ssid=test
macaddr_acl=0
auth_algs=3
wpa=3
wpa_passphrase=testtest
wpa_key_mgmt=WPA-PSK
wpa_pairwise=TKIP CCMP

startet er dann auch:
# hostapd -dd /etc/hostapd/hostapd.conf
Configuration file: /etc/hostapd/hostapd.conf
ctrl_interface_group=0
Opening raw packet socket for ifindex 10
Opening raw packet socket for ifindex 10
BSS count 1, BSSID mask ff:ff:ff:ff:ff:ff (0 bits)
eth2: IEEE 802.11 Fetching hardware channel/rate support not supported.
Flushing old station entries
Deauthenticate all stations
Using interface eth2 with hwaddr 00:01:36:0d:cf:b4 and ssid 'test'
SSID - hexdump_ascii(len=4):
     74 65 73 74                                       test
PSK (ASCII passphrase) - hexdump_ascii(len=8):
     74 65 73 74 74 65 73 74                           testtest
PSK (from passphrase) - hexdump(len=32): e0 b3 e7 6d 15 f9 38 fc d6 ce
68 24 59 a8 68 31 2a 0e 0b 77 9a ee 82 5a 66 ac a6 83 77 01 e6 85
WPA: group state machine entering state GTK_INIT (VLAN-ID 0)
GMK - hexdump(len=32): [REMOVED]
GTK - hexdump(len=32): [REMOVED]
WPA: group state machine entering state SETKEYSDONE (VLAN-ID 0)
RSN pre-auth interface 'eth2'
eth2: Setup of interface done.

Leider sehe ich das Netz jetzt nicht mehr auf dem Client und manuelles
hinzufügen bringt auch nichts. Muss ich da ne Firmwaredatei austauschen
oder darf ich nicht mehr das prism54.ko Module nutzen?

hostap_diag funktioniert leider ebenfalls nicht:
# hostap_diag eth2
Host AP driver diagnostics information for 'eth2'

ioctl[PRISM2_IOCTL_HOSTAPD]: Operation not supported
Could not communicate with the kernel driver.

Die hostap Module sind aber drauf:
# lsmod  |grep host
hostap_pci             56160  0
hostap                108232  1 hostap_pci


Ich habe echt keine Idee mehr und kämpfe damit auch schon einige Monate.
Würde mich sehr freuen, wenn ich eine verschlüsseltes WLAN hier hätte...

Gruß

	Daniel


Reply to: