Ok, here's the latest update.
1. I followed the setup procedure for WRT54G Kismet Drone, using the OpenWRT firmware. When I edited the kismet_drone.conf file, I used the settings for the v3.0 router:
PHP Code:
source=wrt54g,eth1:prism0,wrt54g
2. Next, I followed the procedures for Kismet on Windows. Absolutely no isses here at all.
3. I also set up gpsd but I have not tested it yet.
4. I made two scripts, scanme.sh and rundrone.sh. I can log into the router just fine. At that point, I run the scanme script and then the rundrone script. The kismet_drone starts up.
5. I run kismet under cygwin on my laptop, and it connects to the drone as evidenced by the messenge from the drone telling me it has accepted an incoming connection.
6. Kismet finds my wireless network ("WOPR") but does not scan.
7. Finally, after rebooting, I cannot even run the kismet_drone. I am getting a
FATAL: ioctl: No such device error:
PHP Code:
root@OpenWrt:/# sh rundrone.sh
eth1: Invalid argument
disassoc
Disassociate from the current BSS/IBSS.
Using alternate config file: /etc/kismet_drone.conf
Suid priv-dropping disabled. This may not be secure.
No specific sources given to be enabled, all will be enabled.
Enabling channel hopping.
Disabling channel splitting.
NOTICE: Disabling channel hopping, no enabled sources are able to change channel.
Source 0 (wrt54g): Enabling monitor mode for wrt54g source interface eth1:prism0
channel 0...
Source 0 (wrt54g): Opening wrt54g source interface eth1:prism0...
FATAL: ioctl: No such device
Any ideas?