Latest version of zd1211b and its latest firmware (2009-06-24 01:08)

View: New views
2 Messages — Rating Filter:   Alert me  

Latest version of zd1211b and its latest firmware (2009-06-24 01:08)

by Genar Codina Reverter :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
I would like to add the following information so that the zd1211b.ko module can work with a "LinkSys Model WUSBF5G4 V1.1":

It is necessary to add the following "VendorId and ProductId" (0x13B1, 0x0024) of the "LinkSys Model WUSBF5G4 V1.1" in the "zdusb.c" file:

#ifdef ZD1211B
        { USB_DEVICE(VENDOR_ZYDAS, 0x1215) },
    { USB_DEVICE(VENDOR_ZYDAS, 0xA215) },
#if ZDCONF_FULL_IDS == 1
    { USB_DEVICE(0x0053, 0x5301) },
    { USB_DEVICE(0x0053, 0x5302) },
    { USB_DEVICE(0x13B1, 0x0024) }, //New entry: VendorId, ProductId for "LinkSys Model WUSBF5G4 V1.1"
    { USB_DEVICE(0x2019, 0x5303) }, //Add, 2006.04.17
    { USB_DEVICE(0x050D, 0x4050) },
    { USB_DEVICE(0x050D, 0x705C) },
    { USB_DEVICE(0x0586, 0x340F) },
    { USB_DEVICE(0x079B, 0x0062) },
    { USB_DEVICE(0x083A, 0x4505) },
    { USB_DEVICE(0x083A, 0xE501) },
    { USB_DEVICE(0x0BAF, 0x0121) },
    { USB_DEVICE(0x0CDE, 0x001A) },
    { USB_DEVICE(0x0DF6, 0x9075) },
    { USB_DEVICE(0x0F88, 0x3014) },
    { USB_DEVICE(0x1233, 0x0471) },
    { USB_DEVICE(0x1582, 0x6003) },
    { USB_DEVICE(0x04bb, 0x0938) },
#endif

Without this modification, after being loaded the "zd1211b.ko" module happens that the command "ifconfig -a" cannot detect the device (no information about any ath0 or wlan0, the MAC address of the device, etc).



What can you do with the new Windows Live? Find out
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Zd1211-devs mailing list - http://zd1211.wiki.sourceforge.net/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs

Re: Latest version of zd1211b and its latest firmware (2009-06-24 01:08)

by Gábor Stefanik :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Wed, Aug 5, 2009 at 7:59 PM, Genar Codina
Reverter<genarcodina@...> wrote:

> I would like to add the following information so that the zd1211b.ko module
> can work with a "LinkSys Model WUSBF5G4 V1.1":
>
> It is necessary to add the following "VendorId and ProductId" (0x13B1,
> 0x0024) of the "LinkSys Model WUSBF5G4 V1.1" in the "zdusb.c" file:
>
> #ifdef ZD1211B
>         { USB_DEVICE(VENDOR_ZYDAS, 0x1215) },
>     { USB_DEVICE(VENDOR_ZYDAS, 0xA215) },
> #if ZDCONF_FULL_IDS == 1
>     { USB_DEVICE(0x0053, 0x5301) },
>     { USB_DEVICE(0x0053, 0x5302) },
>     { USB_DEVICE(0x13B1, 0x0024) }, //New entry: VendorId, ProductId for
> "LinkSys Model WUSBF5G4 V1.1"
>     { USB_DEVICE(0x2019, 0x5303) }, //Add, 2006.04.17
>     { USB_DEVICE(0x050D, 0x4050) },
>     { USB_DEVICE(0x050D, 0x705C) },
>     { USB_DEVICE(0x0586, 0x340F) },
>     { USB_DEVICE(0x079B, 0x0062) },
>     { USB_DEVICE(0x083A, 0x4505) },
>     { USB_DEVICE(0x083A, 0xE501) },
>     { USB_DEVICE(0x0BAF, 0x0121) },
>     { USB_DEVICE(0x0CDE, 0x001A) },
>     { USB_DEVICE(0x0DF6, 0x9075) },
>     { USB_DEVICE(0x0F88, 0x3014) },
>     { USB_DEVICE(0x1233, 0x0471) },
>     { USB_DEVICE(0x1582, 0x6003) },
>     { USB_DEVICE(0x04bb, 0x0938) },
> #endif
>
> Without this modification, after being loaded the "zd1211b.ko" module
> happens that the command "ifconfig -a" cannot detect the device (no
> information about any ath0 or wlan0, the MAC address of the device, etc).

1. The vendor-based driver is no longer developed, the recommended
driver is zd1211rw, which AFAIK already has this ID.
2. I can't find any reference to "WUSBF5G4" anywhere on the web - do
you mean "WUSBF54G"?

--Gábor

--
Vista: [V]iruses, [I]ntruders, [S]pyware, [T]rojans and [A]dware. :-)

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Zd1211-devs mailing list - http://zd1211.wiki.sourceforge.net/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs