I'm just trying to get kismet running on my "new" c3100 newly flashed to cacko1.23, it's been 8 months since I sold my 860, so I am like a newbie.
I thought I would post what I learned to do.
install kismet and ncurses package:
* ipkg install kismet
* ipkg install ncurses
put kismet conf files in easy to find place
* ln -s /opt/Qtopia/etc/kismet /etc/kismet
fix the location of the sound files
* ln -s /opt/Qtopia/share/kismet /usr/local/share/kismet
turn off gps and sound in the server, turn sound on in client
* vi /etc/kismet/kismet.conf and disable gps and sound
* vi /etc/kismet/kismet_ui.conf and enable sound, change the sound player from /usr/bin/play to /opt/Qtopia/bin/wavplay
now, it nearly runs, but the client doesn't come up. must have missed something, and it leaves the server running. kismet_client isn't executable by user zaurus, but if I do make it so, I get the following problem:
$ kismet_client
NOTICE: Group file did not exist, it will be created.
Looking for startup info from localhost:2501.... found.
Connected to Kismet server 2005.08.R1 on localhost:2501
Reading AP manufacturer data and defaults from /usr/local/etc/ap_manuf
Reading client manufacturer data and defaults from /usr/local/etc/client_manuf
Error opening terminal: linux.
I have tried changing TERM to linux, vt100, xterm with no joy. I have tried too as user root. Hmm.