I have the following in kismet.conf
source=prism,eth0,Prism
when I launch kismet it complains that the source prism isn't right....
I'm using a Linksys WCF11 CF card. Wireless networking works fine btw when I connect to my linksys wap.
I checked here to determine the capture source:
http://www.kismetwireless.net/documentation.shtmlI added this to /etc/pcmcia/wlan-ng.conf file
card "Linksys WCD11 11Mps 802.11b WLAN Card"
manfid 0x0274 0x3301
bind "prism2_cs"
Now the closes capture sources from the above kismet doc were:
wlanng_legacy Prism/2 Linux wlan-ng 0.1.3 and earlier
http://www.linux-wlan.com/ Capture interface: 'wlanX'
Old wlan-ng drivers didn't support pcap capturing and
use a netlink socket to the kernel. These are still in
use on some embedded systems (like the Zaurus).
wlanng Prism/2 Linux wlan-ng 0.1.4 - 0.1.9
http://www.linux-wlan.com/ Capture interface: 'wlanX'
Wlan-ng prism2 drivers prior to the AVS headers.
wlanng_avs Prism/2 Linux wlan-ng 0.2.0+
http://www.linux-wlan.com/ Capture interface: 'wlanX'
Newer wlan-ng drivers support a new header type and
slightly different monitor commands to report wepped
packets.
Does anyone know which of the above three I should use with my card?