* another device working
@ 2010-12-14 17:09 Eduardo Costa
2010-12-14 20:41 ` Larry Finger
0 siblings, 1 reply; 8+ messages in thread
From: Eduardo Costa @ 2010-12-14 17:09 UTC (permalink / raw)
To: linux-wireless
Hi guys,
I've made my device work with p54 without any hassle, so I wanted to report it.
This is an usb adpator widely provided by telefonica, here in spain. A
search based on the first couple of numbers of it's mac address
(00:14:A5), reveals this is the vendor and the model:
http://www.gemtek.com.tw/pro_wubi100.html
A picture of it can be found here:
http://www.zero13wireless.net/wireless/Mods_Wireless/GW3887AIK-usb.jpg
I also took the EMF protection cover out to see what was inside, but
didn't take any pictures either.
If you might need them, just let me know; there is just another two
smaller chips under (an ISL, and other I don't rembember now).
Although the supplied windows drivers for this device are called
prisma02, and in fact match the ones supplied by sparklan for it's
model WL-682, I couldn't make it work with ndiswrapper, due to it
returning `0xc010005' on a permanent basis, which ndiswrapper's source
defines as sort of "unable to initialize due to chip not found or
chip/driver mistmatch".
Anyways, I just had to add the following line to
`drivers/net/wireless/p54/p54usb.c' on a stock 2.6.30 kernel, prior to
recompilation and installing the module to make it work:
{USB_DEVICE (0x15a9, 0x0002)}, /* Gemtek WUBI-100GW 802.11g */
And about the firmware, it does work with stock p54's
`2.13.24.0.lm87.arm' found on the website, so I just had to copy it to
`/lib/firmware' while renaming it to `isl3887usb'.
Thanks so much for your code and support, and do not hetisate to
contact me if you need any further assistance on my side.
Regards,
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: another device working
2010-12-14 17:09 another device working Eduardo Costa
@ 2010-12-14 20:41 ` Larry Finger
2010-12-14 21:05 ` Sedat Dilek
2010-12-14 21:21 ` Joe Perches
0 siblings, 2 replies; 8+ messages in thread
From: Larry Finger @ 2010-12-14 20:41 UTC (permalink / raw)
To: Eduardo Costa; +Cc: linux-wireless
On 12/14/2010 11:09 AM, Eduardo Costa wrote:
> Hi guys,
--snip--
> Anyways, I just had to add the following line to
> `drivers/net/wireless/p54/p54usb.c' on a stock 2.6.30 kernel, prior to
> recompilation and installing the module to make it work:
>
> {USB_DEVICE (0x15a9, 0x0002)}, /* Gemtek WUBI-100GW 802.11g */
>
> And about the firmware, it does work with stock p54's
> `2.13.24.0.lm87.arm' found on the website, so I just had to copy it to
> `/lib/firmware' while renaming it to `isl3887usb'.
>
> Thanks so much for your code and support, and do not hetisate to
> contact me if you need any further assistance on my side.
Thanks for the report. I just submitted a patch to wireless-testing with a copy
to you for this change to be included in kernel 2.6.37, and to be backported to
all stable and long-term kernels.
Larry
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: another device working
2010-12-14 20:41 ` Larry Finger
@ 2010-12-14 21:05 ` Sedat Dilek
2010-12-15 9:06 ` Johannes Berg
2010-12-14 21:21 ` Joe Perches
1 sibling, 1 reply; 8+ messages in thread
From: Sedat Dilek @ 2010-12-14 21:05 UTC (permalink / raw)
To: Larry Finger, Johannes Berg; +Cc: Eduardo Costa, linux-wireless
[-- Attachment #1: Type: text/plain, Size: 1151 bytes --]
On Tue, Dec 14, 2010 at 9:41 PM, Larry Finger <Larry.Finger@lwfinger.net> wrote:
> On 12/14/2010 11:09 AM, Eduardo Costa wrote:
>> Hi guys,
> --snip--
>
>> Anyways, I just had to add the following line to
>> `drivers/net/wireless/p54/p54usb.c' on a stock 2.6.30 kernel, prior to
>> recompilation and installing the module to make it work:
>>
>> {USB_DEVICE (0x15a9, 0x0002)}, /* Gemtek WUBI-100GW 802.11g */
>>
>> And about the firmware, it does work with stock p54's
>> `2.13.24.0.lm87.arm' found on the website, so I just had to copy it to
>> `/lib/firmware' while renaming it to `isl3887usb'.
>>
>> Thanks so much for your code and support, and do not hetisate to
>> contact me if you need any further assistance on my side.
>
> Thanks for the report. I just submitted a patch to wireless-testing with a copy
> to you for this change to be included in kernel 2.6.37, and to be backported to
> all stable and long-term kernels.
>
> Larry
I wanted to add the device-specific data to [1], but edit-mode looks
strange (see attached screenshot).
Johannes any idea?
[1] http://wireless.kernel.org/en/users/Devices/USB
[-- Attachment #2: wko_en-users-devices-usb_edit-mode.png --]
[-- Type: image/png, Size: 25666 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: another device working
2010-12-14 20:41 ` Larry Finger
2010-12-14 21:05 ` Sedat Dilek
@ 2010-12-14 21:21 ` Joe Perches
2010-12-14 21:33 ` John W. Linville
1 sibling, 1 reply; 8+ messages in thread
From: Joe Perches @ 2010-12-14 21:21 UTC (permalink / raw)
To: Larry Finger; +Cc: Eduardo Costa, linux-wireless
On Tue, 2010-12-14 at 14:41 -0600, Larry Finger wrote:
> On 12/14/2010 11:09 AM, Eduardo Costa wrote:
> > {USB_DEVICE (0x15a9, 0x0002)}, /* Gemtek WUBI-100GW 802.11g */
> > And about the firmware, it does work with stock p54's
> > `2.13.24.0.lm87.arm' found on the website, so I just had to copy it to
> > `/lib/firmware' while renaming it to `isl3887usb'.
> Thanks for the report. I just submitted a patch to wireless-testing with a copy
> to you for this change to be included in kernel 2.6.37, and to be backported to
> all stable and long-term kernels.
Perhaps it'd be sensible to add a
module_param option like usb_device=x,y
so new devices could be supported without recompilation.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: another device working
2010-12-14 21:21 ` Joe Perches
@ 2010-12-14 21:33 ` John W. Linville
2010-12-14 21:54 ` Larry Finger
0 siblings, 1 reply; 8+ messages in thread
From: John W. Linville @ 2010-12-14 21:33 UTC (permalink / raw)
To: Joe Perches; +Cc: Larry Finger, Eduardo Costa, linux-wireless
On Tue, Dec 14, 2010 at 01:21:52PM -0800, Joe Perches wrote:
> On Tue, 2010-12-14 at 14:41 -0600, Larry Finger wrote:
> > On 12/14/2010 11:09 AM, Eduardo Costa wrote:
> > > {USB_DEVICE (0x15a9, 0x0002)}, /* Gemtek WUBI-100GW 802.11g */
> > > And about the firmware, it does work with stock p54's
> > > `2.13.24.0.lm87.arm' found on the website, so I just had to copy it to
> > > `/lib/firmware' while renaming it to `isl3887usb'.
> > Thanks for the report. I just submitted a patch to wireless-testing with a copy
> > to you for this change to be included in kernel 2.6.37, and to be backported to
> > all stable and long-term kernels.
>
> Perhaps it'd be sensible to add a
> module_param option like usb_device=x,y
> so new devices could be supported without recompilation.
Isn't that what new_id is for?
At any rate, it isn't a great substitute for a device id in the driver's table. :-)
John
--
John W. Linville Someday the world will need a hero, and you
linville@tuxdriver.com might be all we have. Be ready.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: another device working
2010-12-14 21:33 ` John W. Linville
@ 2010-12-14 21:54 ` Larry Finger
0 siblings, 0 replies; 8+ messages in thread
From: Larry Finger @ 2010-12-14 21:54 UTC (permalink / raw)
To: Joe Perches; +Cc: John W. Linville, Eduardo Costa, linux-wireless
On 12/14/2010 03:33 PM, John W. Linville wrote:
> On Tue, Dec 14, 2010 at 01:21:52PM -0800, Joe Perches wrote:
>> On Tue, 2010-12-14 at 14:41 -0600, Larry Finger wrote:
>>> On 12/14/2010 11:09 AM, Eduardo Costa wrote:
>>>> {USB_DEVICE (0x15a9, 0x0002)}, /* Gemtek WUBI-100GW 802.11g */
>>>> And about the firmware, it does work with stock p54's
>>>> `2.13.24.0.lm87.arm' found on the website, so I just had to copy it to
>>>> `/lib/firmware' while renaming it to `isl3887usb'.
>>> Thanks for the report. I just submitted a patch to wireless-testing with a copy
>>> to you for this change to be included in kernel 2.6.37, and to be backported to
>>> all stable and long-term kernels.
>>
>> Perhaps it'd be sensible to add a
>> module_param option like usb_device=x,y
>> so new devices could be supported without recompilation.
>
> Isn't that what new_id is for?
>
> At any rate, it isn't a great substitute for a device id in the driver's table. :-)
NACK on any attempt to add the above module option. Having new_id is fine for
testing, but John is right that there is no substitute for testing and updating
the driver's table as it "just works" for any user. For p54usb, the user still
needs to install the firmware, but having the device recognized is a big step.
Larry
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: another device working
2010-12-14 21:05 ` Sedat Dilek
@ 2010-12-15 9:06 ` Johannes Berg
2010-12-15 9:42 ` Sedat Dilek
0 siblings, 1 reply; 8+ messages in thread
From: Johannes Berg @ 2010-12-15 9:06 UTC (permalink / raw)
To: sedat.dilek; +Cc: Larry Finger, Eduardo Costa, linux-wireless
On Tue, 2010-12-14 at 22:05 +0100, Sedat Dilek wrote:
> I wanted to add the device-specific data to [1], but edit-mode looks
> strange (see attached screenshot).
> Johannes any idea?
>
> [1] http://wireless.kernel.org/en/users/Devices/USB
Well you have to edit the right driver's page, and this one gets built
automatically ...
johannes
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: another device working
2010-12-15 9:06 ` Johannes Berg
@ 2010-12-15 9:42 ` Sedat Dilek
0 siblings, 0 replies; 8+ messages in thread
From: Sedat Dilek @ 2010-12-15 9:42 UTC (permalink / raw)
To: Johannes Berg; +Cc: Larry Finger, Eduardo Costa, linux-wireless
On Wed, Dec 15, 2010 at 10:06 AM, Johannes Berg
<johannes@sipsolutions.net> wrote:
> On Tue, 2010-12-14 at 22:05 +0100, Sedat Dilek wrote:
>
>> I wanted to add the device-specific data to [1], but edit-mode looks
>> strange (see attached screenshot).
>> Johannes any idea?
>>
>> [1] http://wireless.kernel.org/en/users/Devices/USB
>
> Well you have to edit the right driver's page, and this one gets built
> automatically ...
>
> johannes
>
>
The page to edit is [1]... and I have added the device, now.
- Sedat -
[1] http://wireless.kernel.org/en/users/Drivers/p54/devices
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2010-12-15 9:42 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-14 17:09 another device working Eduardo Costa
2010-12-14 20:41 ` Larry Finger
2010-12-14 21:05 ` Sedat Dilek
2010-12-15 9:06 ` Johannes Berg
2010-12-15 9:42 ` Sedat Dilek
2010-12-14 21:21 ` Joe Perches
2010-12-14 21:33 ` John W. Linville
2010-12-14 21:54 ` Larry Finger
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.