2010-06-05 19:10:43

by Jason Dravet

[permalink] [raw]
Subject: [PATCH] add support for Dell WLA3310 USB card


Hi,

The Dell WLA3310 USB wireless card has a Z-Com XG-705A chipset that p54 supports with this patch.? You also have to get the firmware from
http://wireless.kernel.org/en/users/Drivers/p54
download 2.13.24.0.lm87.arm (USB 2nd generation (ISL3887)), rename it to
isl3887usb and put it in /lib/firmware.

The only problem I see is the LED light goes on when I plug the card in and it goes out when I get a dhcp address (dhclient).? The LED doesn't flicker when I ping the router either.? The other funny thing it has two LEDs, one on top and one on the bottom.? It appears they do the same thing i.e. they are both on or both off.

Please consider applying for 2.6.35 and stable depending on if you can distribute the firmware.? If you need anything else please let me know.

Thanks,
Jason Dravet

Signed-off-by: Jason Dravet <[email protected]>
Tested-by: Richard Gregory Tillmore <[email protected]>

diff -c p54usb2.c p54usb.c>wla3310.patch

*** p54usb2.c?? ?Fri Jun? 4 21:54:16 2010
--- p54usb.c?? ?Fri Jun? 4 21:54:06 2010
***************
*** 82,87 ****
--- 82,88 ----
? ?? ?{USB_DEVICE(0x2001, 0x3704)},?? ?/* DLink DWL-G122 rev A2 */
? ?? ?{USB_DEVICE(0x413c, 0x8102)},?? ?/* Spinnaker DUT */
? ?? ?{USB_DEVICE(0x413c, 0x8104)},?? ?/* Cohiba Proto board */
+ ?? ?{USB_DEVICE(0x413c, 0x5513)},?? ?/* Dell WLA3310 USB Wireless Adapter */
? ?? ?{}
? };
?


_________________________________________________________________
The New Busy is not the old busy. Search, chat and e-mail from your inbox.
http://www.windowslive.com/campaign/thenewbusy?ocid=PID28326::T:WLMTAGL:ON:WL:en-US:WM_HMP:042010_3


2010-06-05 23:43:18

by Jason Dravet

[permalink] [raw]
Subject: RE: [PATCH] add support for Dell WLA3310 USB card


> On 06/05/2010 02:55 PM, Larry Finger wrote:
> On 06/05/2010 02:04 PM, Jason Dravet wrote:
>>
>> The Dell WLA3310 USB wireless card has a Z-Com XG-705A chipset that p54 supports with this patch. You also have to get the firmware from
>> http://wireless.kernel.org/en/users/Drivers/p54
>> download 2.13.24.0.lm87.arm (USB 2nd generation (ISL3887)), rename it to
>> isl3887usb and put it in /lib/firmware.
>>
>> The only problem I see is the LED light goes on when I plug the card in and it goes out when I get a dhcp address (dhclient). The LED doesn't flicker when I ping the router either. The other funny thing it has two LEDs, one on top and one on the bottom. It appears they do the same thing i.e. they are both on or both off.
>>
>> Please consider applying for 2.6.35 and stable depending on if you can distribute the firmware. If you need anything else please let me know.
>>
>> Thanks,
>> Jason Dravet
>>
>> Signed-off-by: Jason Dravet
>> Tested-by: Richard Gregory Tillmore
>>
>> diff -c p54usb2.c p54usb.c>wla3310.patch
>>
>> *** p54usb2.c Fri Jun 4 21:54:16 2010
>> --- p54usb.c Fri Jun 4 21:54:06 2010
>> ***************
>> *** 82,87 ****
>> --- 82,88 ----
>> {USB_DEVICE(0x2001, 0x3704)}, /* DLink DWL-G122 rev A2 */
>> {USB_DEVICE(0x413c, 0x8102)}, /* Spinnaker DUT */
>> {USB_DEVICE(0x413c, 0x8104)}, /* Cohiba Proto board */
>> + {USB_DEVICE(0x413c, 0x5513)}, /* Dell WLA3310 USB Wireless Adapter */
>> {}
>> };
>
> Thanks for looking to this, but you need read
> Documentation/SubmittingPatches and follow the guidelines, otherwise you
> cause considerable extra work for John Linville.
>
> This time, I will reformat the patch for you.
>
> Larry

Thank you Larry.? I appreciate it.? I will RTFM for next time.? How is the firmware issue going to be solved?

Thanks,
Jason
_________________________________________________________________
Hotmail has tools for the New Busy. Search, chat and e-mail from your inbox.
http://www.windowslive.com/campaign/thenewbusy?ocid=PID28326::T:WLMTAGL:ON:WL:en-US:WM_HMP:042010_1

2010-06-05 19:55:00

by Larry Finger

[permalink] [raw]
Subject: Re: [PATCH] add support for Dell WLA3310 USB card

On 06/05/2010 02:04 PM, Jason Dravet wrote:
>
> Hi,
>
> The Dell WLA3310 USB wireless card has a Z-Com XG-705A chipset that p54 supports with this patch. You also have to get the firmware from
> http://wireless.kernel.org/en/users/Drivers/p54
> download 2.13.24.0.lm87.arm (USB 2nd generation (ISL3887)), rename it to
> isl3887usb and put it in /lib/firmware.
>
> The only problem I see is the LED light goes on when I plug the card in and it goes out when I get a dhcp address (dhclient). The LED doesn't flicker when I ping the router either. The other funny thing it has two LEDs, one on top and one on the bottom. It appears they do the same thing i.e. they are both on or both off.
>
> Please consider applying for 2.6.35 and stable depending on if you can distribute the firmware. If you need anything else please let me know.
>
> Thanks,
> Jason Dravet
>
> Signed-off-by: Jason Dravet <[email protected]>
> Tested-by: Richard Gregory Tillmore <[email protected]>
>
> diff -c p54usb2.c p54usb.c>wla3310.patch
>
> *** p54usb2.c Fri Jun 4 21:54:16 2010
> --- p54usb.c Fri Jun 4 21:54:06 2010
> ***************
> *** 82,87 ****
> --- 82,88 ----
> {USB_DEVICE(0x2001, 0x3704)}, /* DLink DWL-G122 rev A2 */
> {USB_DEVICE(0x413c, 0x8102)}, /* Spinnaker DUT */
> {USB_DEVICE(0x413c, 0x8104)}, /* Cohiba Proto board */
> + {USB_DEVICE(0x413c, 0x5513)}, /* Dell WLA3310 USB Wireless Adapter */
> {}
> };

Thanks for looking to this, but you need read
Documentation/SubmittingPatches and follow the guidelines, otherwise you
cause considerable extra work for John Linville.

This time, I will reformat the patch for you.

Larry

2010-06-05 23:55:22

by Larry Finger

[permalink] [raw]
Subject: Re: [PATCH] add support for Dell WLA3310 USB card

On 06/05/2010 06:43 PM, Jason Dravet wrote:
>
> Thank you Larry. I appreciate it. I will RTFM for next time. How is the firmware issue going to be solved?
>

The user will need to sort that out. The driver will tell them what file
name should be used. That kind of info should not be in the commit
message as the users would not see it, and the developers do not need
it. The wiki is a better place.

Larry