PDA

View Full Version : What wireless PCMCIA Card



dnt
04-17-2003, 07:59 AM
Wondering what wireless PCMCIA works best with knoppix's airsnort and kismet program. I've tried the orinoco silver and netgear ma401 but they don't seem to work. Any recommendation on what works from the cd-boot? thanks

aay
04-17-2003, 04:58 PM
no idea.

Peter
04-18-2003, 10:53 PM
I couldn't get a Lucent (orinoco) to work either. Presumably, CISCO cards work well because they are the default in the kismet conf file and have a built-in hardware auto-channel-hopper, but I don't have one to try it and they are quite a bit more expensive than some of the others.

probono
04-19-2003, 02:59 AM
Proxim (was: Agere, was: Lucent) Orinoco Silver/Orinoco Gold. http://www.orinocowireless.com/products/all/orinoco/client/pccard/index.html works immediately flawless

Peter
04-20-2003, 03:47 AM
I can use the Orinoco card for communication, but not with kismet. It won't go into promisuous mode.

luxin
04-20-2003, 04:14 AM
I just booted with a Netgear MA401 with the latest firmware update and everything worked wonderfully for me!

dnt
04-20-2003, 02:00 PM
luxin - how did you get the MA401 to work in Kismet or even Airsnort? When I try to use airsnort it gives me an error on not being able to put it in monitor mode. I think it's using the orinoco drivers. Kismet just plain doesn't even load.

Or are you just talking about it working in general.

dnt
04-20-2003, 02:01 PM
-

dnt
04-20-2003, 02:01 PM
-

mrblah
04-21-2003, 07:15 PM
Go here to download the patch and read the command to put the card into monitor mode. Btw, it is monitor mode, not promiscuos mode.

http://airsnort.shmoo.com/orinocoinfo.html

from kismet wireless forum:

"Posted by: mrdquick
Subject: orinoco patch kernel ver 2.4.20
Date: 04:21:00 28/02/2003

> Hello all. I had previously used the orinoco patch, ver.09b-packet1, successfully on kernel ver 2.4.18. However, after upgrading to 2.4.20 and attempting to repatch I recieve errors on orinoco.c. I have also tried ver. 11b-patch, and received the same errors. Is there an updated patch to use?
>
> Thanks In Advance,
> itallushrt

I just install the latest pcmcia-cs package. Download the orinoco drivers provided by the orinoco website for linux. Untar the drivers in any directory. In the orinoco directory make a directory called wireless. Copy the entire contents of the orinoco directory you must untared to the wireless directory which you just created. copy the patch (pcmcia-cs-3.2.1-orinoco-patch.diff) to the orinoco directory (parent to wireless). in the orinoco directory run the patch like "patch -p0 < pcmcia-cs-3.2.1-orinoco-patch.diff"
it will patch the wireless drivers for the orinoco. run "make" in the wireless directory. then run make install. It will install the drivers over the kernel drivers or whichever is being used, go figure and restart your pcmcia card services "service pcmcia restart" It should work. do a iwpriv eth0 and it should show monitor at the bottom. Hope this helps "

You would have to remaster your knoppix version in order to get it working. :(