Here is the tarball.
Be careful to bakup first your files. [and keep the bakup files somewhere in /home, 'cause /dev/root has no space]
Also, you need to mount rw /dev/root when you untar.

After untarring, you need to copy [or symlink] the 2 modules extracted in /home/zaurus, to your modules dir.
The drivers & binaries works for prism2 cards, on 2.4.18-rmk7-pxa3-embedix. [mine is a Netgear MA701]
[I'm very lazy, so I've grabbed the wlan-ng executables wlanctl-ng etc from the Klaus debian install, instead of copying from my cross-compiled build of wlan-ng.]
And now, we have also the wireless tools support (iwconfig, etc.).
[I know, must try also to compile maybe wlan-ng version 2.0, so no more version 12<=>13 warnings..]



Example of spoofing MAC:
wlanctl-ng wlan0 dot11req_reset setdefaultmib=true macaddress=00:aa:00:aa:00:aa
ifconfig wlan0 down hw ether 00:aa:00:aa:00:aa
ifconfig wlan0 up
wlanctl-ng wlan0 lnxreq_ifstate ifstate=enable


Example of sniffing in monitor mode:
start sniffing:
wlanctl-ng wlan0 lnxreq_wlansniff enable=true channel=4
[Note: you'll see some padding zeros on your MAC, when monitor mode is enabled.]
stop sniffing:
wlanctl-ng wlan0 lnxreq_wlansniff enable=false

HOME CHANGELOG TODO

Paolo Sarpi   [c700-debian@libero.it]
Last updated: 2003/05/25