linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Fw: [linux-wireless] Re: p54 + ISL3887 + master mode?
@ 2009-01-25  1:07 Valentin
  2009-01-25 10:44 ` Artur Skawina
  0 siblings, 1 reply; 3+ messages in thread
From: Valentin @ 2009-01-25  1:07 UTC (permalink / raw)
  To: linux-wireless

[-- Attachment #1: Type: text/plain, Size: 2221 bytes --]

> On Sat, 24 Jan 2009 16:51:25 +0100
> Artur Skawina <art.08.09@gmail.com> wrote:
> 
> > > you probably want a kernel w/ at least this 
> > > http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e5ea92a7528d304e8e327d0d261653e98b163e8a
> > > hence 2.6.29+ or even newer to get the other p54 fixes.
> > 
> > meant 2.6.28+, of course.
> 
> Right, I'm going to try that. Thanks :)

That did help, thanks :) But it's not working completely yet:

When I start hostapd, it create a mon.wlan# interface and sets wlan#
into master mode, but other boxes don't see the network. Here's
hostapd's output:

Configuration file: .conf
ctrl_interface_group=0
Opening raw packet socket for ifindex 209
BSS count 1, BSSID mask ff:ff:ff:ff:ff:ff (0 bits)
SIOCGIWRANGE: WE(compiled)=22 WE(source)=21 enc_capa=0xf
nl80211: Added 802.11b mode based on 802.11g information
Allowed channel: mode=1 chan=1 freq=2412 MHz max_tx_power=27 dBm
...
Allowed channel: mode=0 chan=11 freq=2462 MHz max_tx_power=27 dBm
RATE[0] rate=10 flags=0x6
RATE[1] rate=20 flags=0x6
RATE[2] rate=55 flags=0x4
RATE[3] rate=110 flags=0x4
Passive scanning not supported
Flushing old station entries
Deauthenticate all stations
Using interface wlan1 with hwaddr ... and ssid '...'
SSID - hexdump_ascii(len=6):
...
PSK (ASCII passphrase) - hexdump_ascii(len=13):
...
PSK (from passphrase) - hexdump(len=32): ...
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)
Failed to set beacon head/tail
wlan1: Setup of interface done.

The only interesting part here seems to be "Failed to set beacon
head/tail", but I can't find anything helpful about that on google.

This is my hostapd config:

interface=wlan1
driver=nl80211
logger_syslog=-1
logger_syslog_level=1
logger_stdout=-1
logger_stdout_level=0
dump_file=/tmp/hostapd.dump
ctrl_interface=/var/run/hostapd
ctrl_interface_group=0
auth_algs=3
ssid=...
wpa=2
wpa_passphrase=...
wpa_key_mgmt=WPA-PSK
wpa_pairwise=TKIP CCMP


Any new ideas? Sorry if my questions are stupid...

--Valentin


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Fw: [linux-wireless] Re: p54 + ISL3887 + master mode?
  2009-01-25  1:07 Fw: [linux-wireless] Re: p54 + ISL3887 + master mode? Valentin
@ 2009-01-25 10:44 ` Artur Skawina
  2009-01-25 14:38   ` Valentin
  0 siblings, 1 reply; 3+ messages in thread
From: Artur Skawina @ 2009-01-25 10:44 UTC (permalink / raw)
  To: Valentin; +Cc: linux-wireless

Valentin wrote:
>>>> you probably want a kernel w/ at least this 
>>>> http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e5ea92a7528d304e8e327d0d261653e98b163e8a
>>>> hence 2.6.29+ or even newer to get the other p54 fixes.
>>> meant 2.6.28+, of course.

> That did help, thanks :) But it's not working completely yet:
> Any new ideas? Sorry if my questions are stupid...

Two things:

You may need a recent hostapd.

2.6.28 doesn't have a lot of fixes to p54, which are only in the
wireless-testing tree right now, so you may want to try that, or
wait until ~2.6.30, i guess.

fwiw i have a net2280 based p54usb device, that one works using
hostap from git and current wireless-testing kernels.

artur


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [linux-wireless] Re: p54 + ISL3887 + master mode?
  2009-01-25 10:44 ` Artur Skawina
@ 2009-01-25 14:38   ` Valentin
  0 siblings, 0 replies; 3+ messages in thread
From: Valentin @ 2009-01-25 14:38 UTC (permalink / raw)
  To: linux-wireless

[-- Attachment #1: Type: text/plain, Size: 600 bytes --]

On Sun, 25 Jan 2009 11:44:03 +0100
Artur Skawina <art.08.09@gmail.com> wrote:

> Two things:
> 
> You may need a recent hostapd.
hostapd is already from git, that shouldn't be the problem.
> 
> 2.6.28 doesn't have a lot of fixes to p54, which are only in the
> wireless-testing tree right now, so you may want to try that, or
> wait until ~2.6.30, i guess.
Right now I'm using .29-rc2, but I'm gonna try getting that.
> 
> fwiw i have a net2280 based p54usb device, that one works using
> hostap from git and current wireless-testing kernels.
> 
> artur
> 

Thanks,

--Valentin

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-01-25 14:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-25  1:07 Fw: [linux-wireless] Re: p54 + ISL3887 + master mode? Valentin
2009-01-25 10:44 ` Artur Skawina
2009-01-25 14:38   ` Valentin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).