I\'ve had good results by creating a WLAN entry called \"Kismet\" with the following attributes:
Non-specific ESSID (\"ANY\")
WEP disabled
IPaddr 10.0.0.2
Subnet mask 255.0.0.0
Gateway 10.0.0.1
Primary DNS 10.0.0.1
No proxies
I have a script to start Kismet as follows (must run as root):
#!/bin/sh
/sbin/cardctl scheme CardResume
/sbin/cardctl scheme Kismet
/usr/bin/kismet_server
/sbin/cardctl scheme default
I can wardrive until my battery runs out, or, if I\'m in the car & using the cigarette lighter adapter, until I fill memory. No need to remove the suspend line.