public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* ieee80211 & ipw2200 (ipw2100) issues
@ 2006-11-12 17:13 Shawn Starr
  2006-11-12 22:08 ` Alessandro Suardi
  0 siblings, 1 reply; 7+ messages in thread
From: Shawn Starr @ 2006-11-12 17:13 UTC (permalink / raw)
  To: linux-kernel

I would like to know when the Intel people working on the ipw2200 will merge 
1.2.0 into vanilla? If it's not in vanilla is this present in akpm's -mm 
tree?

The version in vanilla right now doesn't work with WPA and doesn't work with 
the newst firmware.  

Are there plans to change the ipw cards to use the new softmac subsystem? 

Thanks,
Shawn.

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

* Re: ieee80211 & ipw2200 (ipw2100) issues
  2006-11-12 17:13 Shawn Starr
@ 2006-11-12 22:08 ` Alessandro Suardi
  2006-11-13 14:40   ` Mark Lord
  0 siblings, 1 reply; 7+ messages in thread
From: Alessandro Suardi @ 2006-11-12 22:08 UTC (permalink / raw)
  To: Shawn Starr; +Cc: linux-kernel

On 11/12/06, Shawn Starr <shawn.starr@rogers.com> wrote:
> I would like to know when the Intel people working on the ipw2200 will merge
> 1.2.0 into vanilla? If it's not in vanilla is this present in akpm's -mm
> tree?
>
> The version in vanilla right now doesn't work with WPA and doesn't work with
> the newst firmware.

I'm writing this email on a VPN link over a WPA-enabled
 connection on my ipw2200 wifi card, FC6-uptodate
 with 2.6.19-rc5-git2:

[asuardi@sandman ~]$ dmesg | grep -i ipw
ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.1.4kmpr
ipw2200: Copyright(c) 2003-2006 Intel Corporation
ipw2200: Detected Intel PRO/Wireless 2200BG Network Connection
ipw2200: Detected geography ZZD (13 802.11bg channels, 0 802.11a channels)
[asuardi@sandman ~]$ ps ax| grep wpa
 2852 ?        Ss     0:00 wpa_supplicant -B -Dwext -ieth1 -c
/etc/wpa_supplicant/wpa_supplicant.conf
 4816 pts/2    S+     0:00 grep wpa
[asuardi@sandman ~]$ rpm -q wpa_supplicant
wpa_supplicant-0.4.9-1.fc6
[asuardi@sandman ~]$ uname -a
Linux sandman 2.6.19-rc5-git2 #2 Thu Nov 9 20:05:41 CET 2006 i686 i686
i386 GNU/Linux

What combo isn't working for you ?

> Are there plans to change the ipw cards to use the new softmac subsystem?

--alessandro

"...when I get it, I _get_ it"

     (Lara Eidemiller)

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

* Re: ieee80211 & ipw2200 (ipw2100) issues
  2006-11-12 22:08 ` Alessandro Suardi
@ 2006-11-13 14:40   ` Mark Lord
  0 siblings, 0 replies; 7+ messages in thread
From: Mark Lord @ 2006-11-13 14:40 UTC (permalink / raw)
  To: Shawn Starr; +Cc: Alessandro Suardi, linux-kernel

There seem to be many implementations of WPA, including:

   tkip+tkip
   tkip+ccmp
   ccmp+ccmp
   ccmp+tkip

Perhaps only some modes are working, and some are not?
The "wpa_cli" utility will show which combo is in use
(the "status" subcommand), and will also show what is happening
if you run it while wpa_supplicant is trying to connect.

My own ipw2200 here, on 2.6.18, seems to work with all of the
WPA/WPA2 combinations that my two APs have tried, including
three of the above four scenarios.

But I have updated to  v0.5.5 of the wpa_supplicant daemon for this,
and maybe that's the problem here -- daemon too old/buggy?

Cheers

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

* Re: ieee80211 & ipw2200 (ipw2100) issues
@ 2006-11-13 16:40 Shawn Starr
  2006-11-13 18:01 ` Mark Lord
  0 siblings, 1 reply; 7+ messages in thread
From: Shawn Starr @ 2006-11-13 16:40 UTC (permalink / raw)
  To: Alessandro Suardi; +Cc: linux-kernel

With WPA2? I have to confirm if things are still broken with ipw2200 1.1.4. I wish this was sorted out. Really, the developers seem to have vanished afaik.

----- Original Message ----
From: Alessandro Suardi 
To: Shawn Starr 
Cc: linux-kernel
Sent: Sunday, November 12, 2006 5:08:21 PM
Subject: Re: ieee80211 & ipw2200 (ipw2100) issues

On 11/12/06, Shawn Starr <shawn.starr@rogers.com> wrote:
> I would like to know when the Intel people working on the ipw2200 will merge
> 1.2.0 into vanilla? If it's not in vanilla is this present in akpm's -mm
> tree?
>
> The version in vanilla right now doesn't work with WPA and doesn't work with
> the newst firmware.

I'm writing this email on a VPN link over a WPA-enabled
 connection on my ipw2200 wifi card, FC6-uptodate
 with 2.6.19-rc5-git2:

[asuardi@sandman ~]$ dmesg | grep -i ipw
ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.1.4kmpr
ipw2200: Copyright(c) 2003-2006 Intel Corporation
ipw2200: Detected Intel PRO/Wireless 2200BG Network Connection
ipw2200: Detected geography ZZD (13 802.11bg channels, 0 802.11a channels)
[asuardi@sandman ~]$ ps ax| grep wpa
 2852 ?        Ss     0:00 wpa_supplicant -B -Dwext -ieth1 -c
/etc/wpa_supplicant/wpa_supplicant.conf
 4816 pts/2    S+     0:00 grep wpa
[asuardi@sandman ~]$ rpm -q wpa_supplicant
wpa_supplicant-0.4.9-1.fc6
[asuardi@sandman ~]$ uname -a
Linux sandman 2.6.19-rc5-git2 #2 Thu Nov 9 20:05:41 CET 2006 i686 i686
i386 GNU/Linux

What combo isn't working for you ?

> Are there plans to change the ipw cards to use the new softmac subsystem?

--alessandro

"...when I get it, I _get_ it"

     (Lara Eidemiller)




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

* Re: ieee80211 & ipw2200 (ipw2100) issues
  2006-11-13 16:40 ieee80211 & ipw2200 (ipw2100) issues Shawn Starr
@ 2006-11-13 18:01 ` Mark Lord
  2006-11-14 12:32   ` Alessandro Suardi
  0 siblings, 1 reply; 7+ messages in thread
From: Mark Lord @ 2006-11-13 18:01 UTC (permalink / raw)
  To: Shawn Starr; +Cc: Alessandro Suardi, linux-kernel

Shawn Starr wrote:
> With WPA2? I have to confirm if things are still broken with ipw2200 1.1.4. I wish this was sorted out. Really, the developers seem to have vanished afaik.

I'm using WPA2 CCMP+CCMP(AES) with 2.6.18.  No problems.

-ml

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

* Re: ieee80211 & ipw2200 (ipw2100) issues
  2006-11-13 18:01 ` Mark Lord
@ 2006-11-14 12:32   ` Alessandro Suardi
  2006-11-19  1:21     ` Shawn Starr
  0 siblings, 1 reply; 7+ messages in thread
From: Alessandro Suardi @ 2006-11-14 12:32 UTC (permalink / raw)
  To: Mark Lord; +Cc: Shawn Starr, linux-kernel

On 11/13/06, Mark Lord <lkml@rtr.ca> wrote:
> Shawn Starr wrote:
> > With WPA2? I have to confirm if things are still broken with ipw2200 1.1.4. I wish this was sorted out. Really, the developers seem to have vanished afaik.
>
> I'm using WPA2 CCMP+CCMP(AES) with 2.6.18.  No problems.

WPA1+TKIP in my case.

--alessandro

"...when I get it, I _get_ it"

     (Lara Eidemiller)

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

* Re: ieee80211 & ipw2200 (ipw2100) issues
  2006-11-14 12:32   ` Alessandro Suardi
@ 2006-11-19  1:21     ` Shawn Starr
  0 siblings, 0 replies; 7+ messages in thread
From: Shawn Starr @ 2006-11-19  1:21 UTC (permalink / raw)
  To: Alessandro Suardi; +Cc: Mark Lord, linux-kernel

On Tuesday 14 November 2006 7:32 am, Alessandro Suardi wrote:
> On 11/13/06, Mark Lord <lkml@rtr.ca> wrote:
> > Shawn Starr wrote:
> > > With WPA2? I have to confirm if things are still broken with ipw2200
> > > 1.1.4. I wish this was sorted out. Really, the developers seem to have
> > > vanished afaik.
> >
> > I'm using WPA2 CCMP+CCMP(AES) with 2.6.18.  No problems.
>
> WPA1+TKIP in my case.
>
> --alessandro
>
> "...when I get it, I _get_ it"
>
>      (Lara Eidemiller)

Looks good, 2.6.19-rc6 seems ok. I dont need to download the tarballs now 
since the version is now 1.1.4 vs 1.1.2 in ipw2200.sf.net.  

Shawn.

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

end of thread, other threads:[~2006-11-19  1:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-13 16:40 ieee80211 & ipw2200 (ipw2100) issues Shawn Starr
2006-11-13 18:01 ` Mark Lord
2006-11-14 12:32   ` Alessandro Suardi
2006-11-19  1:21     ` Shawn Starr
  -- strict thread matches above, loose matches on Subject: below --
2006-11-12 17:13 Shawn Starr
2006-11-12 22:08 ` Alessandro Suardi
2006-11-13 14:40   ` Mark Lord

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox