Re: [zd1211-devs] New device ID for zd1211rw driver: Aztech WL230USB

2007-10-03 Thread Simos Xenitellis
On Sun, 2007-09-30 at 12:35 +0100, Daniel Drake wrote:
 Simos Xenitellis wrote:
  Product: Aztech WL230USB
  USB ID : 0cde:001a  (Z-Com)
  Chip ID: 
  zd1211rw 3-2:1.0: zd1211 chip 0cde:001a v4810 high 00-60-b3 AL2230_RF
  pa0 g---
  zd1211rw 3-2:1.0: zd1211b chip 0cde:001a v4810 high 00-60-b3 AL2230_RF
  pa0 g---
 
 
 The ID is already on its way to be added to the kernel if it is not 
 already there (2.6.20 is quite old). It is zd1211b -- you'll probably 
 find you can scan but not associate in the zd1211 configuration. Or, 
 maybe you'll find it won't work at all, because it may be an AL2230S. 
 You need 2.6.22 for that.
 
 I added your device to the listing on the website.

Thanks for the addition.

Simos


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
Zd1211-devs mailing list - http://zd1211.wiki.sourceforge.net/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs


Re: [zd1211-devs] New device ID for zd1211rw driver: Aztech WL230USB

2007-09-30 Thread Daniel Drake
Simos Xenitellis wrote:
 Product: Aztech WL230USB
 USB ID : 0cde:001a  (Z-Com)
 Chip ID: 
 zd1211rw 3-2:1.0: zd1211 chip 0cde:001a v4810 high 00-60-b3 AL2230_RF
 pa0 g---
 zd1211rw 3-2:1.0: zd1211b chip 0cde:001a v4810 high 00-60-b3 AL2230_RF
 pa0 g---


The ID is already on its way to be added to the kernel if it is not 
already there (2.6.20 is quite old). It is zd1211b -- you'll probably 
find you can scan but not associate in the zd1211 configuration. Or, 
maybe you'll find it won't work at all, because it may be an AL2230S. 
You need 2.6.22 for that.

I added your device to the listing on the website.

Thanks,
Daniel

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Zd1211-devs mailing list - http://zd1211.wiki.sourceforge.net/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs


[zd1211-devs] New device ID for zd1211rw driver

2007-09-14 Thread itrs lin
a new device Id working with zd1211rw driver:


[  611.952000] usb 4-2: reset high speed USB device using ehci_hcd and
address 4
[  612.244000] zd1211rw 4-2:1.0: firmware version 4725
[  612.284000] zd1211rw 4-2:1.0: zd1211b chip 2019:5303 v4810 high 00-90-cc
AL2230_RF pa0 ---N
[  612.288000] zd1211rw 4-2:1.0: eth1
[  612.288000] usbcore: registered new interface driver zd1211rw
[  613.056000] SoftMAC: Open Authentication completed with 00:0d:88:45:24:96


with
./zd_usb.c: { USB_DEVICE(0x2019, 0x5303), .driver_info = DEVICE_ZD1211B
},

Regards,
Sam Lin
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Zd1211-devs mailing list - http://zd1211.wiki.sourceforge.net/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs

Re: [zd1211-devs] New device ID for zd1211rw driver

2007-09-14 Thread Daniel Drake
Hi Sam,

itrs lin wrote:
 [  612.284000] zd1211rw 4-2:1.0: zd1211b chip 2019:5303 v4810 high 
 00-90-cc AL2230_RF pa0 ---N

Thanks for the report. What is this device marketed/branded as?

Thanks,
Daniel


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Zd1211-devs mailing list - http://zd1211.wiki.sourceforge.net/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs


Re: [zd1211-devs] New device ID for zd1211rw driver

2007-09-14 Thread Sam Lin
PCI GW-US54GXS
http://www.planex.net/product/wireless/gw-us54gxs.htm

Best regards,
Sam Lin


Daniel Drake 提到:
 Hi Sam,

 itrs lin wrote:
 [ 612.284000] zd1211rw 4-2:1.0: zd1211b chip 2019:5303 v4810 high 
 00-90-cc AL2230_RF pa0 ---N

 Thanks for the report. What is this device marketed/branded as?

 Thanks,
 Daniel



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Zd1211-devs mailing list - http://zd1211.wiki.sourceforge.net/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs

Re: [zd1211-devs] New device ID for zd1211rw driver: Telegent TG54USB

2007-08-15 Thread Ulrich Kunitz
Reinhard Speyerer wrote:

 I have checked that the Telegent TG54USB WLAN adapter works with the zd1211rw
 driver by adding the following to zd_usb.c and using it in managed mode with 
 WEP:
 
 $ diff -u linux-2.6.22.1/drivers/net/wireless/zd1211rw/zd_usb.c{.orig,}
 --- linux-2.6.22.1/drivers/net/wireless/zd1211rw/zd_usb.c.orig
 2007-08-09 16:09:52.0 +0200
 +++ linux-2.6.22.1/drivers/net/wireless/zd1211rw/zd_usb.c 2007-08-09 
 16:31:34.0 +0200
 @@ -54,6 +54,7 @@
   { USB_DEVICE(0x0586, 0x3401), .driver_info = DEVICE_ZD1211 },
   { USB_DEVICE(0x14ea, 0xab13), .driver_info = DEVICE_ZD1211 },
   { USB_DEVICE(0x13b1, 0x001e), .driver_info = DEVICE_ZD1211 },
 + { USB_DEVICE(0x129b, 0x1666), .driver_info = DEVICE_ZD1211 },
   /* ZD1211B */
   { USB_DEVICE(0x0ace, 0x1215), .driver_info = DEVICE_ZD1211B },
   { USB_DEVICE(0x157e, 0x300d), .driver_info = DEVICE_ZD1211B },
 
 Product: Telegent TG54USB WLAN Adapter
 USB ID: 129b:1666
 Chip ID: zd1211 chip 129b:1666 v4330 high 00-01-36 RF2959_RF pa0 -
 FCC ID: N89-UW620Z
 
 Regards, 
 Reinhard

Reinhard,

thank you. I have added the USB id to the zd1211rw and the
zd1211rw-mac80211 driver in my git tree.

-- 
Uli Kunitz

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
Zd1211-devs mailing list - http://zd1211.wiki.sourceforge.net/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs


Re: [zd1211-devs] New device ID for zd1211rw driver

2007-08-11 Thread Nathan Meyers
Daniel Drake wrote:
 Nathan Meyers wrote:
 Daniel Drake wrote:
 Thanks for the report. It's very interesting: MIMO is the technology 
 used to drive 802.11n (multiple simultaneous data throughput 
 channels) but the ZD1211 hardware does not support this (it only has 
 a single radio). The ZyXEL website doesn't really explain how they 
 are using MIMO in this device. Just curious, do you have any ideas?

 The extent of my knowledge about this product is that it ran me about 
 $12 last week from TigerDirect :-).

 It claims to have three antennas inside its little box - pointing up, 
 left, and right - with LEDs indicating which one is in use.
 
 Someone should tell ZyXEL that's called antenna diversity, not MIMO :)
 
 I wonder if they do diversity/antenna switching externally from the 
 ZD1211 hardware. If they use ZD1211 functionality for diversity, it may 
 explain why the current antenna never changes: our driver doesn't 
 support the ZD1211 diversity features (and neither does the vendor Linux 
 driver really). One interesting test would be doing the same experiment 
 under windows and seeing if the lights change.

Finally tried this under Windows - the switching is indeed performed 
from the driver.

Nathan

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
Zd1211-devs mailing list - http://zd1211.wiki.sourceforge.net/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs


[zd1211-devs] New device ID for zd1211rw driver: Telegent TG54USB

2007-08-10 Thread Reinhard Speyerer
I have checked that the Telegent TG54USB WLAN adapter works with the zd1211rw
driver by adding the following to zd_usb.c and using it in managed mode with 
WEP:

$ diff -u linux-2.6.22.1/drivers/net/wireless/zd1211rw/zd_usb.c{.orig,}
--- linux-2.6.22.1/drivers/net/wireless/zd1211rw/zd_usb.c.orig  2007-08-09 
16:09:52.0 +0200
+++ linux-2.6.22.1/drivers/net/wireless/zd1211rw/zd_usb.c   2007-08-09 
16:31:34.0 +0200
@@ -54,6 +54,7 @@
{ USB_DEVICE(0x0586, 0x3401), .driver_info = DEVICE_ZD1211 },
{ USB_DEVICE(0x14ea, 0xab13), .driver_info = DEVICE_ZD1211 },
{ USB_DEVICE(0x13b1, 0x001e), .driver_info = DEVICE_ZD1211 },
+   { USB_DEVICE(0x129b, 0x1666), .driver_info = DEVICE_ZD1211 },
/* ZD1211B */
{ USB_DEVICE(0x0ace, 0x1215), .driver_info = DEVICE_ZD1211B },
{ USB_DEVICE(0x157e, 0x300d), .driver_info = DEVICE_ZD1211B },

Product: Telegent TG54USB WLAN Adapter
USB ID: 129b:1666
Chip ID: zd1211 chip 129b:1666 v4330 high 00-01-36 RF2959_RF pa0 -
FCC ID: N89-UW620Z

Regards, 
Reinhard

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
Zd1211-devs mailing list - http://zd1211.wiki.sourceforge.net/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs


[zd1211-devs] New device ID for zd1211rw driver

2007-08-05 Thread Nathan Meyers
Hello,

I'm writing to contribute a new device ID for the zd1211rw driver.

Product: ZyXEL M-202 XtremeMIMO USB Adapter
USB IDs: 0586:340a
Chip ID: zd1211b chip 0586:340a v4810 high 00-13-49 AL2230_RF pa0 S
FCC ID: SI5WUB221Z
Driver code: { USB_DEVICE(0x0586, 0x340a), .driver_info = DEVICE_ZD1211B },

I have successfully used this configuration in a WEP-encrypted
infrastructure network.

Nathan Meyers
[EMAIL PROTECTED]

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
Zd1211-devs mailing list - http://zd1211.wiki.sourceforge.net/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs


Re: [zd1211-devs] New device ID for zd1211rw driver

2007-08-05 Thread Daniel Drake
Nathan Meyers wrote:
 I'm writing to contribute a new device ID for the zd1211rw driver.
 
 Product: ZyXEL M-202 XtremeMIMO USB Adapter
 USB IDs: 0586:340a
 Chip ID: zd1211b chip 0586:340a v4810 high 00-13-49 AL2230_RF pa0 S
 FCC ID: SI5WUB221Z
 Driver code: { USB_DEVICE(0x0586, 0x340a), .driver_info = DEVICE_ZD1211B },

Thanks for the report. It's very interesting: MIMO is the technology 
used to drive 802.11n (multiple simultaneous data throughput channels) 
but the ZD1211 hardware does not support this (it only has a single 
radio). The ZyXEL website doesn't really explain how they are using MIMO 
in this device. Just curious, do you have any ideas?

I checked the windows driver and it does seem to be just a ZD1211B, 
nothing new...

I'll submit the ID addition in a few minutes. Thanks!

Daniel

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
Zd1211-devs mailing list - http://zd1211.wiki.sourceforge.net/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs


Re: [zd1211-devs] New device ID for zd1211rw driver

2007-08-05 Thread Nathan Meyers
Daniel Drake wrote:
 Nathan Meyers wrote:
 I'm writing to contribute a new device ID for the zd1211rw driver.

 Product: ZyXEL M-202 XtremeMIMO USB Adapter
 USB IDs: 0586:340a
 Chip ID: zd1211b chip 0586:340a v4810 high 00-13-49 AL2230_RF pa0 S
 FCC ID: SI5WUB221Z
 Driver code: { USB_DEVICE(0x0586, 0x340a), .driver_info = 
 DEVICE_ZD1211B },
 
 Thanks for the report. It's very interesting: MIMO is the technology 
 used to drive 802.11n (multiple simultaneous data throughput channels) 
 but the ZD1211 hardware does not support this (it only has a single 
 radio). The ZyXEL website doesn't really explain how they are using MIMO 
 in this device. Just curious, do you have any ideas?

The extent of my knowledge about this product is that it ran me about 
$12 last week from TigerDirect :-).

It claims to have three antennas inside its little box - pointing up, 
left, and right - with LEDs indicating which one is in use. Oddly 
enough, the same LED lights up regardless of how I orient it w.r.t. the 
AP. I also notice that all the literature calls it 802.11g - not 
802.11n. My guess is that it's a garden variety, gimmicked-up 802.11g 
desktop dongle.

Nathan


 
 I checked the windows driver and it does seem to be just a ZD1211B, 
 nothing new...
 
 I'll submit the ID addition in a few minutes. Thanks!
 
 Daniel
 


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
Zd1211-devs mailing list - http://zd1211.wiki.sourceforge.net/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs


Re: [zd1211-devs] New device ID for zd1211rw driver

2007-08-05 Thread Daniel Drake
Nathan Meyers wrote:
 Daniel Drake wrote:
 Thanks for the report. It's very interesting: MIMO is the technology 
 used to drive 802.11n (multiple simultaneous data throughput channels) 
 but the ZD1211 hardware does not support this (it only has a single 
 radio). The ZyXEL website doesn't really explain how they are using MIMO 
 in this device. Just curious, do you have any ideas?
 
 The extent of my knowledge about this product is that it ran me about 
 $12 last week from TigerDirect :-).
 
 It claims to have three antennas inside its little box - pointing up, 
 left, and right - with LEDs indicating which one is in use.

Someone should tell ZyXEL that's called antenna diversity, not MIMO :)

I wonder if they do diversity/antenna switching externally from the 
ZD1211 hardware. If they use ZD1211 functionality for diversity, it may 
explain why the current antenna never changes: our driver doesn't 
support the ZD1211 diversity features (and neither does the vendor Linux 
driver really). One interesting test would be doing the same experiment 
under windows and seeing if the lights change.

Daniel

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
Zd1211-devs mailing list - http://zd1211.wiki.sourceforge.net/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs