ap problems on foxboard g20 (embedded arm board)

Waldemar Brodkorb wireless
Sun Feb 28 11:43:03 PST 2010


Hi,

I would like to use a Foxboard G20 (http://foxg20.acmesystems.it/doku.php)
as an access point.
I have chosen a prism p54 based usb stick from SMC as wireless card.
On an alix2d board (x86 architecture) everything works fine as
expected. But on the Foxboard my client does not associate 
with the access point. Same kernel version, same driver, same
configuration and the same hostapd version. Seems to be an ARM architecture
specific problem, f.e. on a Lemote Yeelong (MIPS64) based netbook,
the stick works although fine.

On x86 I see following:
# hostapd -v
hostapd v0.7.1
User space daemon for IEEE 802.11 AP management,
IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator
Copyright (c) 2002-2010, Jouni Malinen <j at w1.fi> and contributors
# cat /tmp/hostapd.conf 
##### hostapd configuration file #####
driver=nl80211
logger_syslog=-1
logger_syslog_level=0
logger_stdout=-1
logger_stdout_level=0
ctrl_interface=/var/run/hostapd
ctrl_interface_group=0
interface=wlan0
ssid=muckebox
channel=6
hw_mode=g
auth_algs=1
wpa=0

# hostapd /tmp/hostapd.conf 
Configuration file: /tmp/hostapd.conf
Using interface wlan0 with hwaddr 00:12:bf:19:1e:4f and ssid 'muckebox'
wlan0: STA 00:18:41:ea:c3:49 IEEE 802.11: authentication OK (open system)
wlan0: STA 00:18:41:ea:c3:49 MLME: MLME-AUTHENTICATE.indication(00:18:41:ea:c3:49, OPEN_SYSTEM)
wlan0: STA 00:18:41:ea:c3:49 MLME: MLME-DELETEKEYS.request(00:18:41:ea:c3:49)
wlan0: STA 00:18:41:ea:c3:49 IEEE 802.11: authenticated
wlan0: STA 00:18:41:ea:c3:49 IEEE 802.11: association OK (aid 1)
wlan0: STA 00:18:41:ea:c3:49 IEEE 802.11: associated (aid 1)
AP-STA-CONNECTED 00:18:41:ea:c3:49
wlan0: STA 00:18:41:ea:c3:49 MLME: MLME-ASSOCIATE.indication(00:18:41:ea:c3:49)
wlan0: STA 00:18:41:ea:c3:49 MLME: MLME-DELETEKEYS.request(00:18:41:ea:c3:49)

But on the foxboard:
Configuration file: /tmp/hostapd.conf
Using interface wlan0 with hwaddr 00:12:bf:19:1e:4f and ssid 'muckebox'
wlan0: STA 00:18:41:ea:c3:49 IEEE 802.11: authentication OK (open system)
wlan0: STA 00:18:41:ea:c3:49 MLME: MLME-AUTHENTICATE.indication(00:18:41:ea:c3:49, OPEN_SYSTEM)
wlan0: STA 00:18:41:ea:c3:49 MLME: MLME-DELETEKEYS.request(00:18:41:ea:c3:49)
wlan0: STA 00:18:41:ea:c3:49 IEEE 802.11: authentication OK (open system)
wlan0: STA 00:18:41:ea:c3:49 MLME: MLME-AUTHENTICATE.indication(00:18:41:ea:c3:49, OPEN_SYSTEM)
wlan0: STA 00:18:41:ea:c3:49 MLME: MLME-DELETEKEYS.request(00:18:41:ea:c3:49)
wlan0: STA 00:18:41:ea:c3:49 IEEE 802.11: authentication OK (open system)
wlan0: STA 00:18:41:ea:c3:49 MLME: MLME-AUTHENTICATE.indication(00:18:41:ea:c3:49, OPEN_SYSTEM)
wlan0: STA 00:18:41:ea:c3:49 MLME: MLME-DELETEKEYS.request(00:18:41:ea:c3:49)
wlan0: STA 00:18:41:ea:c3:49 IEEE 802.11: authentication OK (open system)
wlan0: STA 00:18:41:ea:c3:49 MLME: MLME-AUTHENTICATE.indication(00:18:41:ea:c3:49, OPEN_SYSTEM)
wlan0: STA 00:18:41:ea:c3:49 MLME: MLME-DELETEKEYS.request(00:18:41:ea:c3:49)

Any idea what could be wrong on the foxboard? How could I further debug this
problem?

Best regards,
	Waldemar

P.s.: You can find some dmesg and strace output (while connecting with the client) at
http://waldemar-brodkorb.de/foxg20/dmesg.txt
http://waldemar-brodkorb.de/foxg20/hostapd-strace.log




More information about the Hostap mailing list