Re: [zd1211-devs] buffalo WLI-U2-KG54L(0411:00da)

2007-08-03 Thread Bunpei

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


Re: [zd1211-devs] buffalo WLI-U2-KG54L(0411:00da)

2007-06-01 Thread Daniel Drake
Zen Kato wrote:
 zd1211rw 5-4:1.0: zd_mac_init_hw() Regulatory Domain 0x49 is not supported.

Interesting. That domain isn't listed in the vendor driver or the 802.11 
specs.

I've modified zd1211rw to behave more like the vendor driver in this 
respect. Please try this driver version:

http://dsd.object4.net/zd1211rw-strange-al2230s-v2.tar.gz

Again, compile it with debug info, and reply with the debug logs even if 
it works.

Thanks,
Daniel

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Zd1211-devs mailing list - http://zd1211.ath.cx/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs


Re: [zd1211-devs] buffalo WLI-U2-KG54L(0411:00da)

2007-06-01 Thread Daniel Drake
Zen Kato wrote:
 Hi Daniel,
 wlan0 came out, but the LED light of usb stick is now off.

It flashes upon activity, but doesn't do anything if there is none.

 I can not ser ap(access point) and rate from iwconfig, never can do ping 
 also.

You can use iwevent to monitor authentication and association. You can 
also enable softmac debugging in your kernel config, and you can post 
logs of the failed association attempts (annotated with the commands you 
ran).

 what is zd1211rw 5-4:1.0: eth2?

What the kernel called the interface, before your distro renamed it.

 wlan0 is not activated.

because you didn't do anything to activate it

 ==
 [EMAIL PROTECTED] zd1211rw]$ ifconfig
 eth0  Link encap:Ethernet  HWaddr 00:0E:A6:7D:A7:80
  inet addr:192.168.0.3  Bcast:192.168.0.255  Mask:255.255.255.0
  inet6 addr: fe80::20e:a6ff:fe7d:a780/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  TX packets:46 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:100
  RX bytes:0 (0.0 b)  TX bytes:6698 (6.5 KiB)
  Base address:0xcf80 Memory:fe9e-fea0
 
 loLink encap:Local Loopback
  inet addr:127.0.0.1  Mask:255.0.0.0
  inet6 addr: ::1/128 Scope:Host
  UP LOOPBACK RUNNING  MTU:16436  Metric:1
  RX packets:39 errors:0 dropped:0 overruns:0 frame:0
  TX packets:39 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:0
  RX bytes:11826 (11.5 KiB)  TX bytes:11826 (11.5 KiB)

wlan0 doesn't appear -- interface is DOWN. ifconfig -a would show it.

 after # rmmod zd1211rw, usb stick LED became lighted up.

Normal behaviour.

 after I did modprobe:
 usb stick LED became light off!

Normal behaviour.

 [EMAIL PROTECTED] zd1211rw]# iwlist wlan0 scanning
 [EMAIL PROTECTED] zd1211rw]# iwconfig wlan0 ap 00:07:40:F8:F0:7C

You did not bring the interface up, and you did not specify the network 
ESSID.

Daniel

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Zd1211-devs mailing list - http://zd1211.wiki.sourceforge.net/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs


Re: [zd1211-devs] buffalo WLI-U2-KG54L(0411:00da)

2007-05-28 Thread Daniel Drake
Zen Kato wrote:
 hi,
 
 I installed kernel source(kernel-2.6.20-1.2316.fc5.src.rpm) and add
 { USB_DEVICE(0x0411, 0x00da), .driver_info = DEVICE_ZD1211B } into zd_usb.c,
 then did $make.
 Then replaced the original zd1211rw.ko
 (/lib/modules/2.6.20-1.2316.fc5smp/kernel/drivers/net/wireless/zd1211rw/zd1211rw.ko)
 to the above compiled zd1211rw.ko.
 
 [EMAIL PROTECTED] zd1211rw]$ dmesg |grep zd1211rw
 zd1211rw 5-4:1.0: RF AL2230S_RF 0xa is not supported
 usbcore: registered new interface driver zd1211rw

Thanks for testing. AL2230S support was added in 2.6.22-rc1, however 
your device identifies itself differently from my AL2230S device.

Please try this driver:
http://dsd.object4.net/zd1211rw-strange-al2230s.tar.gz

I could provide a kernel patch instead, but that would require you to 
upgrade to 2.6.22-rc2 first... I think the above driver will still 
compile against 2.6.20.

Daniel

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Zd1211-devs mailing list - http://zd1211.ath.cx/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs