Success: zd1211rw can handle 0ace:a211

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

Success: zd1211rw can handle 0ace:a211

by Christoph Biedl-6 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

I am pleased to tell the Allnet ALL0298 ALLSPORT USB WLAN Finder
vid:pid 0ace:a211 seems to run like a charme in Linux 2.6.27.7
after patching the sources as described in
http://www.linuxwireless.org/en/users/Drivers/zd1211rw/AddID
Several gigabytes were transferred using Debian lenny (testing) using an
11g WPA2-PSK connection.

Let me know if there are other tests that should be run.

On a side note: http://zd1211.wiki.sourceforge.net mentions that device
as vid:pid 0ace:a215 while mine is listed as "Unknown zd1211 device".

Cheers,

    Christoph


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Zd1211-devs mailing list - http://zd1211.wiki.sourceforge.net/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs

signature.asc (196 bytes) Download Attachment

Re: Success: zd1211rw can handle 0ace:a211

by Hin-Tak Leung :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Christoph Biedl wrote:

> Hi,
>
> I am pleased to tell the Allnet ALL0298 ALLSPORT USB WLAN Finder
> vid:pid 0ace:a211 seems to run like a charme in Linux 2.6.27.7
> after patching the sources as described in
> http://www.linuxwireless.org/en/users/Drivers/zd1211rw/AddID
> Several gigabytes were transferred using Debian lenny (testing) using an
> 11g WPA2-PSK connection.
>
> Let me know if there are other tests that should be run.
>
> On a side note: http://zd1211.wiki.sourceforge.net mentions that device
> as vid:pid 0ace:a215 while mine is listed as "Unknown zd1211 device".

Can you clarify whether you are using zd1211b binding or zd1211 binding? On the
page a215 is listed for zd1211b, whereas a211 is listed for zd1211 (no-b).


------------------------------------------------------------------------------
_______________________________________________
Zd1211-devs mailing list - http://zd1211.wiki.sourceforge.net/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs

Re: Success: zd1211rw can handle 0ace:a211

by Christoph Biedl-6 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hin-Tak Leung wrote...

> Can you clarify whether you are using zd1211b binding or zd1211 binding? On the
> page a215 is listed for zd1211b, whereas a211 is listed for zd1211 (no-b).

Sorry for the late answer, it's zd1211. Patch attached.

    Christoph

--- OLD/drivers/net/wireless/zd1211rw/zd_usb.c 2008-11-14 08:38:32.000000000 +0100
+++ NEW/drivers/net/wireless/zd1211rw/zd_usb.c 2008-11-27 20:36:18.000000000 +0100
@@ -36,6 +36,7 @@
 
 static struct usb_device_id usb_ids[] = {
  /* ZD1211 */
+ { USB_DEVICE(0x0ace, 0xa211), .driver_info = DEVICE_ZD1211 },
  { USB_DEVICE(0x0ace, 0x1211), .driver_info = DEVICE_ZD1211 },
  { USB_DEVICE(0x07b8, 0x6001), .driver_info = DEVICE_ZD1211 },
  { USB_DEVICE(0x126f, 0xa006), .driver_info = DEVICE_ZD1211 },

------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Zd1211-devs mailing list - http://zd1211.wiki.sourceforge.net/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs