Hello, Zen,

> So, I changed to use from zd1211rw to the vendor based community driver,
> zd1211b (svn rev.85) and finally I could run WLI-U2-KG54L(0411:00da).

I have tried to complile and use the "vendor based community driver" on my
Knoppix 5.1.1J ( kernel 2.6.19.1) environment after adding the vendor and
product code above.
In your case, haven't you experienced complile errors ?

In my case, I encountered some complie errors in zd1211.c;

macro "INIT_WORK" requires 3 arguments, but only 2 given

This was due to the following conditionals, 
#if (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,18))
......

If I modified the the part as 
#if (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,19))
I could suppress the errors.
However, the given zd1211b with certain firmware does not work
on my system.  The output of dmesg is;

ZD1211B - http://zd1211.ath.cx/ - SVN_TRUNK
Based on www.zydas.com.tw driver version 2.5.0.0
usb 1-2: reset full speed USB device using uhci_hcd and address 2
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: failed intr_urb
zd1211:USB ST Code = -22
zd1211b: probe of 1-2:1.0 failed with error -5
usbcore: registered new interface driver zd1211b

As I stick to Knoppix, I can't upgrade my kernel version to the latest one.

Best regards,
Bunpei
-- 
View this message in context: 
http://www.nabble.com/buffalo-WLI-U2-KG54L%280411%3A00da%29-tf3828198.html#a11977338
Sent from the zd1211-devs mailing list archive at Nabble.com.


-------------------------------------------------------------------------
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

Reply via email to