All of lore.kernel.org
 help / color / mirror / Atom feed
* wireless chipsets not supported by current wireless tree
@ 2007-03-17  5:44 Stephen Hemminger
  2007-03-17  5:57 ` Randy Dunlap
  2007-03-21  4:07 ` Pavel Roskin
  0 siblings, 2 replies; 6+ messages in thread
From: Stephen Hemminger @ 2007-03-17  5:44 UTC (permalink / raw)
  To: John W. Linville; +Cc: linux-wireless

Anyone keep a list of the important chips not supported by the current
wireless tree? I know about Atheros, and the upcoming Marvell stuff but
what about the others.

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

* Re: wireless chipsets not supported by current wireless tree
  2007-03-17  5:44 wireless chipsets not supported by current wireless tree Stephen Hemminger
@ 2007-03-17  5:57 ` Randy Dunlap
  2007-03-17  6:02   ` Michael Wu
  2007-03-19  7:47   ` Holger Schurig
  2007-03-21  4:07 ` Pavel Roskin
  1 sibling, 2 replies; 6+ messages in thread
From: Randy Dunlap @ 2007-03-17  5:57 UTC (permalink / raw)
  To: Stephen Hemminger; +Cc: John W. Linville, linux-wireless

On Fri, 16 Mar 2007 22:44:17 -0700 Stephen Hemminger wrote:

> Anyone keep a list of the important chips not supported by the current
> wireless tree? I know about Atheros, and the upcoming Marvell stuff but
> what about the others.

Is there a chance of or anyone already working on Marvell (non-OLPC) support,
e.g., for one of these?

00:09.0 Ethernet controller: Marvell Technology Group Ltd. 88w8335 [Libertas] 
             802.11b/g Wireless (rev 03)

---
~Randy

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

* Re: wireless chipsets not supported by current wireless tree
  2007-03-17  5:57 ` Randy Dunlap
@ 2007-03-17  6:02   ` Michael Wu
  2007-03-19  7:47   ` Holger Schurig
  1 sibling, 0 replies; 6+ messages in thread
From: Michael Wu @ 2007-03-17  6:02 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: Stephen Hemminger, John W. Linville, linux-wireless

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

On Saturday 17 March 2007 01:57, Randy Dunlap wrote:
> On Fri, 16 Mar 2007 22:44:17 -0700 Stephen Hemminger wrote:
> > Anyone keep a list of the important chips not supported by the current
> > wireless tree? I know about Atheros, and the upcoming Marvell stuff but
> > what about the others.
>
> Is there a chance of or anyone already working on Marvell (non-OLPC)
> support, e.g., for one of these?
>
> 00:09.0 Ethernet controller: Marvell Technology Group Ltd. 88w8335
> [Libertas] 802.11b/g Wireless (rev 03)
>
Yes. (not me though I do own a PCI marvell card)

-Michael Wu

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: wireless chipsets not supported by current wireless tree
  2007-03-17  5:57 ` Randy Dunlap
  2007-03-17  6:02   ` Michael Wu
@ 2007-03-19  7:47   ` Holger Schurig
  2007-03-19 14:27     ` Dan Williams
  1 sibling, 1 reply; 6+ messages in thread
From: Holger Schurig @ 2007-03-19  7:47 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: Stephen Hemminger, John W. Linville, linux-wireless

> Is there a chance of or anyone already working on Marvell
> (non-OLPC) support, e.g., for one of these?
>
> 00:09.0 Ethernet controller: Marvell Technology Group Ltd.
> 88w8335 [Libertas] 802.11b/g Wireless (rev 03)

Yes, there is someone working there. A bunch of my patches to 
shape the OLPC driver in a way libertas_lib.ko, libertas_usb.ko, 
libertas_cs.ko got already applied. I made some experiments with 
firmware download, David Anders wrote a fwcutter and so on.

I once created a project 
http://projects.linuxtogo.org/projects/marvell8385/, but most of 
the discussion happend now in the OLPC Marvell mailing list. 
>From time to time we're also on #libertas on *.freenode.net.


Nothing works yet, and I got (and will get) distracted because my 
company switched to SAP Business One and I'm mostly busy 
extracting data out of our old system and putting that into 
SAPB1 :-(  Maybe I have again time this week.


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

* Re: wireless chipsets not supported by current wireless tree
  2007-03-19  7:47   ` Holger Schurig
@ 2007-03-19 14:27     ` Dan Williams
  0 siblings, 0 replies; 6+ messages in thread
From: Dan Williams @ 2007-03-19 14:27 UTC (permalink / raw)
  To: Holger Schurig
  Cc: Randy Dunlap, Stephen Hemminger, John W. Linville, linux-wireless

On Mon, 2007-03-19 at 08:47 +0100, Holger Schurig wrote:
> > Is there a chance of or anyone already working on Marvell
> > (non-OLPC) support, e.g., for one of these?
> >
> > 00:09.0 Ethernet controller: Marvell Technology Group Ltd.
> > 88w8335 [Libertas] 802.11b/g Wireless (rev 03)

That chip has some significant differences to the 838x line that the
OLPC and others are using.  I'm not sure we can support that chipset in
the same driver, unless its firmware interface is quite similar.

> Yes, there is someone working there. A bunch of my patches to 
> shape the OLPC driver in a way libertas_lib.ko, libertas_usb.ko, 

small note: I'd rather have the bus-independent part be called
"libertas.ko" rather than _lib.

> libertas_cs.ko got already applied. I made some experiments with 
> firmware download, David Anders wrote a fwcutter and so on.
> 
> I once created a project 
> http://projects.linuxtogo.org/projects/marvell8385/, but most of 
> the discussion happend now in the OLPC Marvell mailing list. 
> From time to time we're also on #libertas on *.freenode.net.

The list and channel aren't supposed to be OLPC specific, really, hence
the generic "libertas-dev" name and such.  Since you're around, it's no
longer only OLPC people happening to work on the driver, and that's the
way it should be.

> Nothing works yet, and I got (and will get) distracted because my 
> company switched to SAP Business One and I'm mostly busy 
> extracting data out of our old system and putting that into 
> SAPB1 :-(  Maybe I have again time this week.

Great.  Let's make the driver Not Suck :)

Dan



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

* Re: wireless chipsets not supported by current wireless tree
  2007-03-17  5:44 wireless chipsets not supported by current wireless tree Stephen Hemminger
  2007-03-17  5:57 ` Randy Dunlap
@ 2007-03-21  4:07 ` Pavel Roskin
  1 sibling, 0 replies; 6+ messages in thread
From: Pavel Roskin @ 2007-03-21  4:07 UTC (permalink / raw)
  To: Stephen Hemminger; +Cc: John W. Linville, linux-wireless

On Fri, 2007-03-16 at 22:44 -0700, Stephen Hemminger wrote:
> Anyone keep a list of the important chips not supported by the current
> wireless tree? I know about Atheros, and the upcoming Marvell stuff but
> what about the others.

I'm not aware of such list.  I think it could be placed on
http://linuxwireless.org/

Just off the top of my head:

No known drivers:

Airgo
Atheros draft-802.11n PCI
Atheros USB

Vendor drivers in unusable condition (importance is arguable):

Hermes 2/2.5
Am1771

Drivers outside the tree:

Intel ipw3945
rtl818x PCI
Atmel USB

Drivers in the tree but currently unusable:

rt61

This list may be helpful, but most chipsets listed there are obsolete:
http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Linux.Wireless.drivers.html

-- 
Regards,
Pavel Roskin


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

end of thread, other threads:[~2007-03-21  4:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-17  5:44 wireless chipsets not supported by current wireless tree Stephen Hemminger
2007-03-17  5:57 ` Randy Dunlap
2007-03-17  6:02   ` Michael Wu
2007-03-19  7:47   ` Holger Schurig
2007-03-19 14:27     ` Dan Williams
2007-03-21  4:07 ` Pavel Roskin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.