Re: [zd1211-devs] awll3026 Airlink101 Device not showing wlan0

2006-05-16 Thread Craig H.
Figured it out. the awll3026 that I have uses the zd1211b driver which has to be configured from the makefile to be built. All is good and I am posting by way of the zd1211b driver. Yipee!!! (Now if I can only figure out the new way of doing wpa_supplicant in Ubuntu dapper:) -- View this message

Re: [zd1211-devs] Re: How to build on Debian Sarge?

2006-05-16 Thread Jan Henrik Sylvester
Jan Henrik Sylvester wrote: Mayne wrote: On Sun, 14 May 2006, Jan Henrik Sylvester wrote: zd1211: Unknown symbol usb_unlock_device zd1211: Unknown symbol usb_lock_device_for_reset Try the patch attached. Thanks for that suggestion. In the meantime, I already tried almost the same modificat

Re: [zd1211-devs] Re: How to build on Debian Sarge?

2006-05-16 Thread Mayne
On Sun, 14 May 2006, Jan Henrik Sylvester wrote: make was now successful for r59, too, but 'modprobe -v zd1211' fails: insmod /lib/modules/2.6.8-2-386/net/td1211.ko FATAL: Error inserting zd1211 (/lib/modules/2.6.8-2-386/net/zd1211.ko): Unknow symbol in module, or unknown perameter (see dmesg)

[zd1211-devs] WPA2 on Debian Sarge with 2.6.8-2

2006-05-16 Thread Jan Henrik Sylvester
As described in 'How to build on Debian Sarge?', I have had some problems with zd1211 on Debian Sarge with kernel 2.6.8-2. r52, r59, r72, and r74 cannot load because 'usb_unlock_device' and 'usb_lock_device_for_reset' are missing. r38, r48, and r51 load, but wpa_supplicant fails to enable WPA

[zd1211-devs] Re: How to build on Debian Sarge?

2006-05-16 Thread Jan Henrik Sylvester
Sami Sandqvist wrote: > Jan Henrik Sylvester wrote: >> Since I would like to stay with stable Sarge, I will not upgrade my >> kernel. Which version of zd1211 do you suggest? With kernel headers >> in place, is there anything I should do besides make after >> downloading and untaring of the version

[zd1211-devs] monitor mode and malformed packets

2006-05-16 Thread cees-bart
Hi zd1211 list members, i recently bought myself a zd1211 usb stick. I've got the svn driver release (not the rewrite), because i want to play around with monitor mode and (possibly) packet injection. The code that enables monitor mode in zd1205.c does a zd_writel(0x8, EncryptionType) which seem

Re: [zd1211-devs] awll3026 Airlink101 Device not showing wlan0

2006-05-16 Thread Remco
> My devid is 0ace:1215 which is listed as supported. dmesg doesn't show any > errors loading. lsmod shows the module is running. Probably a bit silly, but did you double check you've got the zd1211b module running ? --- Using Tomcat but

Re: [zd1211-devs] zd1211rw progress

2006-05-16 Thread Remco
> > debug.log is from the AP. This shows that there's an initial start of a > > conversation, however there's no answer. It appears that it's the only > > conversation ever started, even though the client logs indicate > > wpa_supplicant / zd1211rw retry something later on. During this first > > co

[zd1211-devs] link quality vs. driver vers.

2006-05-16 Thread Brian _
Hi all. I noticed that some time between the (old) 500 version and current r77 that a running average of 10 samples computed each 100 samples is used to report link quality. For me this causes a few problems. 1) In the old version, I could count on the auto-matic channel scan to "clean out" th

Re: [zd1211-devs] zd1211rw (ZyAIR G-220) on Fedora Core 5 x86_64 fail (neither standard driver works)

2006-05-16 Thread Mayne
On Fri, 12 May 2006, Mauro Pagano wrote: Daniel I cannot confirm what you say (I read the dmesg line but in practice it doesn't work)... [EMAIL PROTECTED] network-scripts]# ifconfig eth1 up eth1: unknown interface: No such device iwconfig recognize wlan0 wireless extensions lono wireless

Re: [zd1211-devs] zd1211rw progress

2006-05-16 Thread Daniel Drake
Remco wrote: Are you saying that softmac does the association on behalf of wpa_supplicant ? Yes - wpa_supplicant doesn't really have much say in the process. All it does is use WE to request association, and transmit and receive data frames, as well as set the encryption parameters once those

Re: [zd1211-devs] monitor mode and malformed packets

2006-05-16 Thread Uli Kunitz
cees-bart wrote: Hi, the zd1211rw supports Monitor mode too. I'm not sure, what you call malformed packets. The zd1211rw reassembles or splits packets, which are split or combined for transport over the ZD1211 interface, I believe the vendor driver does the same. I've not looked into packet injec