![]() ![]() |
Nov 15 2006, 01:17 PM
Post
#1
|
|
|
Group: Members Posts: 1 Joined: 7-August 06 Member No.: 10,675 |
Would someone please compile this driver for OZ 3.5.4.1? I tried using the zd1211.ipk in the feed but it's a no go with my adaptor.
http://atheros.com/RD/downloads/download_ZD1211B.htm After looking at the driver doc I believe they use the same source the only difference being: make ZD1211REV_B=0 (0 for ZD1211, 1 for ZD1211B) Any assistance is appreciated J.T. Here is the card info: Bus 001 Device 009: ID 0ace:1215 Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 2.00 bDeviceClass 255 Vendor Specific Class bDeviceSubClass 255 Vendor Specific Subclass bDeviceProtocol 255 Vendor Specific Protocol bMaxPacketSize0 64 idVendor 0x0ace idProduct 0x1215 bcdDevice 48.10 iManufacturer 16 ZyDAS iProduct 32 USB2.0 WLAN iSerial 0 bNumConfigurations 1 Configuration Descriptor: bLength 9 bDescriptorType 2 wTotalLength 46 bNumInterfaces 1 bConfigurationValue 1 iConfiguration 0 bmAttributes 0x80 MaxPower 500mA |
|
|
|
Nov 27 2006, 01:22 AM
Post
#2
|
|
|
Group: Members Posts: 69 Joined: 16-May 06 From: France, Metz Member No.: 9,882 |
Hi !
I've got the driver for the 2.4.20 Cacko kernel but, it's useless since the adaptor draws too much power on the USB bus to work properly. I see "MaxPower 500mA" above, so you may be in the same case. Anyway, if it works, please tell me where you bought it because some guys have found keys[ which are less power hungry. Cheers, Ludo. |
|
|
|
Dec 3 2006, 12:24 PM
Post
#3
|
|
![]() Group: Members Posts: 2 Joined: 3-December 06 From: Moscow, Russia Member No.: 13,067 |
QUOTE(ldrolez @ Nov 27 2006, 01:22 PM) Hi ! I've got the driver for the 2.4.20 Cacko kernel but, it's useless since the adaptor draws too much power on the USB bus to work properly. I see "MaxPower 500mA" above, so you may be in the same case. Anyway, if it works, please tell me where you bought it because some guys have found keys[ which are less power hungry. Cheers, Ludo. ldrolez, I would be interested in that driver and script if it would work with SL-C1000. Would you mind sharing, and how do you install it? Thanks, Wallie |
|
|
|
Dec 10 2006, 05:19 AM
Post
#4
|
|
|
Group: Members Posts: 69 Joined: 16-May 06 From: France, Metz Member No.: 9,882 |
For cacko 2.4.20 kernel: http://ldrolez.free.fr/software/zaurus/code/
|
|
|
|
Dec 27 2006, 02:07 PM
Post
#5
|
|
|
Group: Members Posts: 48 Joined: 21-November 05 Member No.: 8,576 |
Hi,
QUOTE(ldrolez @ Dec 10 2006, 02:19 PM) Seems to work, but as already mentioned the power consumption is too much for the Clamshells (The stick needs ~195mA during network scan). Here's what i got with a Yakumo Quickwlan USB 54: ... usb.c: USB device 2 (vend/prod 0xace/0x1215) is not claimed by any active driver. ZD1211B - http://zd1211.ath.cx/ - SVN_TRUNK Based on www.zydas.com.tw driver version 2.5.0.0 usb.c: registered new driver zd1211b Release Ver = 4810 zd1211:bulk out: wMaxPacketSize = 40 zd1211:bulk in: wMaxPacketSize = 40 zd1211:interrupt in: wMaxPacketSize = 40 zd1211:interrupt in: int_interval = 1 zd1211:bulk out: wMaxPacketSize = 40 EEPORM Ver = 4810 zd1211:USB Download Boot code success zd1211:MAC address = 00:02:72:57:26:88 zd1211:AddrEntryTable = f7c6 zd1211:RF_Mode = 80000584 PA type: 0 Airoha AL2230S_RF zd1211:Pure B-Mode zd1211:AllowedChannel = 000007ff zd1211:LinkLEDn = 200 AllowedChannel = 000107ff Region:48 zd1205: (exit) zd1205_config, src/zd1205.c line 2601 zd1205: (exit) zd1205_init, src/zd1205.c line 8570 ... I will try to use a hub with external power supply and post my further test results. Regards, scholbert |
|
|
|
Apr 17 2007, 11:36 AM
Post
#6
|
|
|
Group: Members Posts: 17 Joined: 28-October 03 Member No.: 794 |
QUOTE(j.t. @ Nov 15 2006, 01:17 PM) Would someone please compile this driver for OZ 3.5.4.1? I tried using the zd1211.ipk in the feed but it's a no go with my adaptor. http://atheros.com/RD/downloads/download_ZD1211B.htm After looking at the driver doc I believe they use the same source the only difference being: make ZD1211REV_B=0 (0 for ZD1211, 1 for ZD1211B) Any assistance is appreciated J.T. Here is the card info: Bus 001 Device 009: ID 0ace:1215 Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 2.00 bDeviceClass 255 Vendor Specific Class bDeviceSubClass 255 Vendor Specific Subclass bDeviceProtocol 255 Vendor Specific Protocol bMaxPacketSize0 64 idVendor 0x0ace idProduct 0x1215 bcdDevice 48.10 iManufacturer 16 ZyDAS iProduct 32 USB2.0 WLAN iSerial 0 bNumConfigurations 1 Configuration Descriptor: bLength 9 bDescriptorType 2 wTotalLength 46 bNumInterfaces 1 bConfigurationValue 1 iConfiguration 0 bmAttributes 0x80 MaxPower 500mA Would the 1211b driver for the 1215 wifi stick? If it does any way you can post the compiled driver for the latest cacko. This would be awesome. Cory |
|
|
|
Jun 15 2007, 10:09 PM
Post
#7
|
|
|
Group: Members Posts: 50 Joined: 19-November 04 Member No.: 5,523 |
QUOTE(cschafer @ Apr 17 2007, 07:36 PM) QUOTE(j.t. @ Nov 15 2006, 01:17 PM) Would someone please compile this driver for OZ 3.5.4.1? I tried using the zd1211.ipk in the feed but it's a no go with my adaptor. http://atheros.com/RD/downloads/download_ZD1211B.htm After looking at the driver doc I believe they use the same source the only difference being: make ZD1211REV_B=0 (0 for ZD1211, 1 for ZD1211B) Any assistance is appreciated J.T. Here is the card info: Bus 001 Device 009: ID 0ace:1215 Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 2.00 bDeviceClass 255 Vendor Specific Class bDeviceSubClass 255 Vendor Specific Subclass bDeviceProtocol 255 Vendor Specific Protocol bMaxPacketSize0 64 idVendor 0x0ace idProduct 0x1215 bcdDevice 48.10 iManufacturer 16 ZyDAS iProduct 32 USB2.0 WLAN iSerial 0 bNumConfigurations 1 Configuration Descriptor: bLength 9 bDescriptorType 2 wTotalLength 46 bNumInterfaces 1 bConfigurationValue 1 iConfiguration 0 bmAttributes 0x80 MaxPower 500mA Would the 1211b driver for the 1215 wifi stick? If it does any way you can post the compiled driver for the latest cacko. This would be awesome. Cory I've looked around and apparently the 1211b driver works for the 1215 device, but I've compiled lud's driver on my 3100 in Cacko and haven't been able to get it recognize the Gigafast WF748-CUI usb wifi I have which has the ZyDas 1215 chipset. |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 21st May 2013 - 01:04 AM |