* Looking for the datasheet of zd1211rw... @ 2009-11-12 6:31 tomas zheng 2009-11-12 7:02 ` Andrey Yurovsky 0 siblings, 1 reply; 10+ messages in thread From: tomas zheng @ 2009-11-12 6:31 UTC (permalink / raw) To: linux-wireless; +Cc: tomaswlan.zheng Hi All, I have one usb wireless device which can not work on my pc, some one said it use zd1211rw driver. Unfortunately, I did not find the datasheet of this chipset, can anyone kindly share the datasheet with me, please? BTW, has any one have the some experience about this device? Thanks very much, any clue will be very appreciated. Cheng K T Device Descriptor: bcdUSB: 0x0200 bDeviceClass: 0x00 bDeviceSubClass: 0x00 bDeviceProtocol: 0x00 bMaxPacketSize0: 0x40 (64) idVendor: 0x1286 (MARVELL SEMICONDUCTOR, INC.) idProduct: 0x1FAB bcdDevice: 0x0001 iManufacturer: 0x01 0x0409: "MARVELL " iProduct: 0x02 0x0409: "MARVELL Wireless Device V1.0.1.0 ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Looking for the datasheet of zd1211rw... 2009-11-12 6:31 Looking for the datasheet of zd1211rw tomas zheng @ 2009-11-12 7:02 ` Andrey Yurovsky 2009-11-12 7:47 ` Simon Raffeiner 0 siblings, 1 reply; 10+ messages in thread From: Andrey Yurovsky @ 2009-11-12 7:02 UTC (permalink / raw) To: tomas zheng; +Cc: linux-wireless It looks like a Marvell device (and therefore not a zd1211) from what you posted. On Wed, Nov 11, 2009 at 10:31 PM, tomas zheng <tomaswlan.zheng@gmail.com> wrote: > Hi All, > > I have one usb wireless device which can not work on my pc, some one > said it use zd1211rw driver. > Unfortunately, I did not find the datasheet of this chipset, can > anyone kindly share the datasheet with me, please? > BTW, has any one have the some experience about this device? > > Thanks very much, any clue will be very appreciated. > > Cheng K T > > > Device Descriptor: > bcdUSB: 0x0200 > bDeviceClass: 0x00 > bDeviceSubClass: 0x00 > bDeviceProtocol: 0x00 > bMaxPacketSize0: 0x40 (64) > idVendor: 0x1286 (MARVELL SEMICONDUCTOR, INC.) > idProduct: 0x1FAB > bcdDevice: 0x0001 > iManufacturer: 0x01 > 0x0409: "MARVELL " > iProduct: 0x02 > 0x0409: "MARVELL Wireless Device V1.0.1.0 > -- > To unsubscribe from this list: send the line "unsubscribe linux-wireless" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Looking for the datasheet of zd1211rw... 2009-11-12 7:02 ` Andrey Yurovsky @ 2009-11-12 7:47 ` Simon Raffeiner 2009-11-12 18:44 ` Dan Williams 0 siblings, 1 reply; 10+ messages in thread From: Simon Raffeiner @ 2009-11-12 7:47 UTC (permalink / raw) To: Andrey Yurovsky; +Cc: tomas zheng, linux-wireless Am Donnerstag, 12. November 2009 08:02:36 schrieben Sie: > It looks like a Marvell device (and therefore not a zd1211) from what > you posted. It is a Marvell Libertas device, but it seems the USB ID is not claimed by the existing drivers ("libertas" and "libertas_tf"). regards Simon Raffeiner ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Looking for the datasheet of zd1211rw... 2009-11-12 7:47 ` Simon Raffeiner @ 2009-11-12 18:44 ` Dan Williams 2009-11-12 18:50 ` Dan Williams 0 siblings, 1 reply; 10+ messages in thread From: Dan Williams @ 2009-11-12 18:44 UTC (permalink / raw) To: Simon Raffeiner; +Cc: Andrey Yurovsky, tomas zheng, linux-wireless On Thu, 2009-11-12 at 08:47 +0100, Simon Raffeiner wrote: > Am Donnerstag, 12. November 2009 08:02:36 schrieben Sie: > > > It looks like a Marvell device (and therefore not a zd1211) from what > > you posted. > > It is a Marvell Libertas device, but it seems the USB ID is not claimed by the existing drivers ("libertas" and "libertas_tf"). It's a softmac device, likely an 8335-based card. The 'mwl8k' driver upstream is the closest match, but mwl8k doesn't yet have support for the older softmac cards like the 8335 or 8361/8362 TopDog series. Dan ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Looking for the datasheet of zd1211rw... 2009-11-12 18:44 ` Dan Williams @ 2009-11-12 18:50 ` Dan Williams 2009-11-13 1:58 ` tomas zheng 0 siblings, 1 reply; 10+ messages in thread From: Dan Williams @ 2009-11-12 18:50 UTC (permalink / raw) To: Simon Raffeiner; +Cc: Andrey Yurovsky, tomas zheng, linux-wireless On Thu, 2009-11-12 at 10:44 -0800, Dan Williams wrote: > On Thu, 2009-11-12 at 08:47 +0100, Simon Raffeiner wrote: > > Am Donnerstag, 12. November 2009 08:02:36 schrieben Sie: > > > > > It looks like a Marvell device (and therefore not a zd1211) from what > > > you posted. > > > > It is a Marvell Libertas device, but it seems the USB ID is not claimed by the existing drivers ("libertas" and "libertas_tf"). > > It's a softmac device, likely an 8335-based card. The 'mwl8k' driver > upstream is the closest match, but mwl8k doesn't yet have support for > the older softmac cards like the 8335 or 8361/8362 TopDog series. I lie, it's a usb8338 (W833810). There's code for this driver "around" (mrvl_cb82 is the name) but it's the old vendor driver based on net80211: http://git.kernel.org/?p=linux/kernel/git/linville/marvell.git;a=summary drivers/net/wireless/mrvl_cb82/driver/mwl_usb.c Dan ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Looking for the datasheet of zd1211rw... 2009-11-12 18:50 ` Dan Williams @ 2009-11-13 1:58 ` tomas zheng 2009-11-13 2:08 ` Julian Calaby 0 siblings, 1 reply; 10+ messages in thread From: tomas zheng @ 2009-11-13 1:58 UTC (permalink / raw) To: Dan Williams, Simon Raffeiner, Andrey Yurovsky; +Cc: linux-wireless Hi Dan and Guys, Thanks very much for your information. Very appreciated. I will try this today. But why I can not find the detail datasheet about 88W83xxxx on http://www.marvell.com and some googling? Anyone happened has it? Or , where should I go if I want it? Thanks, K T On Fri, Nov 13, 2009 at 2:50 AM, Dan Williams <dcbw@redhat.com> wrote: > On Thu, 2009-11-12 at 10:44 -0800, Dan Williams wrote: >> On Thu, 2009-11-12 at 08:47 +0100, Simon Raffeiner wrote: >> > Am Donnerstag, 12. November 2009 08:02:36 schrieben Sie: >> > >> > > It looks like a Marvell device (and therefore not a zd1211) from what >> > > you posted. >> > >> > It is a Marvell Libertas device, but it seems the USB ID is not claimed by the existing drivers ("libertas" and "libertas_tf"). >> >> It's a softmac device, likely an 8335-based card. The 'mwl8k' driver >> upstream is the closest match, but mwl8k doesn't yet have support for >> the older softmac cards like the 8335 or 8361/8362 TopDog series. > > I lie, it's a usb8338 (W833810). There's code for this driver > "around" (mrvl_cb82 is the name) but it's the old vendor driver based on > net80211: > > http://git.kernel.org/?p=linux/kernel/git/linville/marvell.git;a=summary > > drivers/net/wireless/mrvl_cb82/driver/mwl_usb.c > > Dan > > > ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Looking for the datasheet of zd1211rw... 2009-11-13 1:58 ` tomas zheng @ 2009-11-13 2:08 ` Julian Calaby 2009-11-13 14:20 ` tomas zheng 0 siblings, 1 reply; 10+ messages in thread From: Julian Calaby @ 2009-11-13 2:08 UTC (permalink / raw) To: tomas zheng Cc: Dan Williams, Simon Raffeiner, Andrey Yurovsky, linux-wireless On Fri, Nov 13, 2009 at 12:58, tomas zheng <tomaswlan.zheng@gmail.com> wrote: > Hi Dan and Guys, > > Thanks very much for your information. > Very appreciated. > I will try this today. > > But why I can not find the detail datasheet about 88W83xxxx on > http://www.marvell.com and some googling? > Anyone happened has it? Or , where should I go if I want it? Given Marvell's disinterest in Linux support for older 88w83xx chipsets, I doubt you'll be able to get it for free, let alone under NDA. Your best bet, if you're desperate for Linux support, is to port over the old vendor driver to mac80211 as Dan pointed out. Otherwise, NDISwrapper might be your friend. Or you could do what I did when faced with a similar card, make my other options (a rt2500pci based card) work. Thanks, -- Julian Calaby Email: julian.calaby@gmail.com .Plan: http://sites.google.com/site/juliancalaby/ ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Looking for the datasheet of zd1211rw... 2009-11-13 2:08 ` Julian Calaby @ 2009-11-13 14:20 ` tomas zheng 2009-11-14 2:08 ` Dan Williams 0 siblings, 1 reply; 10+ messages in thread From: tomas zheng @ 2009-11-13 14:20 UTC (permalink / raw) To: Julian Calaby Cc: Dan Williams, Simon Raffeiner, Andrey Yurovsky, linux-wireless Yes,NDISwrapper is a good choice. Thanks for you help. On Fri, Nov 13, 2009 at 10:08 AM, Julian Calaby <julian.calaby@gmail.com> wrote: > On Fri, Nov 13, 2009 at 12:58, tomas zheng <tomaswlan.zheng@gmail.com> wrote: >> Hi Dan and Guys, >> >> Thanks very much for your information. >> Very appreciated. >> I will try this today. >> >> But why I can not find the detail datasheet about 88W83xxxx on >> http://www.marvell.com and some googling? >> Anyone happened has it? Or , where should I go if I want it? > > Given Marvell's disinterest in Linux support for older 88w83xx > chipsets, I doubt you'll be able to get it for free, let alone under > NDA. > > Your best bet, if you're desperate for Linux support, is to port over > the old vendor driver to mac80211 as Dan pointed out. > > Otherwise, NDISwrapper might be your friend. > > Or you could do what I did when faced with a similar card, make my > other options (a rt2500pci based card) work. > > Thanks, > > -- > > Julian Calaby > > Email: julian.calaby@gmail.com > .Plan: http://sites.google.com/site/juliancalaby/ > ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Looking for the datasheet of zd1211rw... 2009-11-13 14:20 ` tomas zheng @ 2009-11-14 2:08 ` Dan Williams 2009-11-14 9:11 ` Julian Calaby 0 siblings, 1 reply; 10+ messages in thread From: Dan Williams @ 2009-11-14 2:08 UTC (permalink / raw) To: tomas zheng Cc: Julian Calaby, Simon Raffeiner, Andrey Yurovsky, linux-wireless On Fri, 2009-11-13 at 22:20 +0800, tomas zheng wrote: > Yes,NDISwrapper is a good choice. Well, not a *good* choice, but about the only choice you have. Dan > Thanks for you help. > > > On Fri, Nov 13, 2009 at 10:08 AM, Julian Calaby <julian.calaby@gmail.com> wrote: > > On Fri, Nov 13, 2009 at 12:58, tomas zheng <tomaswlan.zheng@gmail.com> wrote: > >> Hi Dan and Guys, > >> > >> Thanks very much for your information. > >> Very appreciated. > >> I will try this today. > >> > >> But why I can not find the detail datasheet about 88W83xxxx on > >> http://www.marvell.com and some googling? > >> Anyone happened has it? Or , where should I go if I want it? > > > > Given Marvell's disinterest in Linux support for older 88w83xx > > chipsets, I doubt you'll be able to get it for free, let alone under > > NDA. > > > > Your best bet, if you're desperate for Linux support, is to port over > > the old vendor driver to mac80211 as Dan pointed out. > > > > Otherwise, NDISwrapper might be your friend. > > > > Or you could do what I did when faced with a similar card, make my > > other options (a rt2500pci based card) work. > > > > Thanks, > > > > -- > > > > Julian Calaby > > > > Email: julian.calaby@gmail.com > > .Plan: http://sites.google.com/site/juliancalaby/ > > ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Looking for the datasheet of zd1211rw... 2009-11-14 2:08 ` Dan Williams @ 2009-11-14 9:11 ` Julian Calaby 0 siblings, 0 replies; 10+ messages in thread From: Julian Calaby @ 2009-11-14 9:11 UTC (permalink / raw) To: Dan Williams Cc: tomas zheng, Simon Raffeiner, Andrey Yurovsky, linux-wireless On Sat, Nov 14, 2009 at 13:08, Dan Williams <dcbw@redhat.com> wrote: > On Fri, 2009-11-13 at 22:20 +0800, tomas zheng wrote: >> Yes,NDISwrapper is a good choice. > > Well, not a *good* choice, but about the only choice you have. I was expecting you (or someone else) to point that out =) Thanks, -- Julian Calaby Email: julian.calaby@gmail.com .Plan: http://sites.google.com/site/juliancalaby/ ^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2009-11-14 9:11 UTC | newest] Thread overview: 10+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2009-11-12 6:31 Looking for the datasheet of zd1211rw tomas zheng 2009-11-12 7:02 ` Andrey Yurovsky 2009-11-12 7:47 ` Simon Raffeiner 2009-11-12 18:44 ` Dan Williams 2009-11-12 18:50 ` Dan Williams 2009-11-13 1:58 ` tomas zheng 2009-11-13 2:08 ` Julian Calaby 2009-11-13 14:20 ` tomas zheng 2009-11-14 2:08 ` Dan Williams 2009-11-14 9:11 ` Julian Calaby
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox