Author Topic: Kismet on the 6000  (Read 79072 times)

ken

  • Sr. Member
  • ****
  • Posts: 274
    • View Profile
Kismet on the 6000
« Reply #90 on: July 29, 2005, 04:56:01 pm »
Quote
Can anyone post the instructions in this thread? The ZUG site has been down for a few days since getting hacked, and the Kismet step-by-step has gone with it.
[div align=\"right\"][{POST_SNAPBACK}][/a][/div]

[a href=\"https://www.oesf.org/index.php?title=How_to_run_Kismet_on_the_SL-6000L]https://www.oesf.org/index.php?title=How_to...on_the_SL-6000L[/url]
« Last Edit: July 29, 2005, 04:57:09 pm by ken »
SL-6000L Sharp ROM 1.12 - 1G SD (RiDATA) - 2G Microdrive (Hitachi)
TRENDnet TE-CF100 10/100 (no drivers needed) AmbiCom CF56M-EZ modem (no drivers needed)

callas11

  • Newbie
  • *
  • Posts: 4
    • View Profile
Kismet on the 6000
« Reply #91 on: August 26, 2005, 06:47:10 am »
Quote
Quote
ok, that takes care of one aspect.  I've been trying to do it all from the console, and haven't gotten very far yet.

The first part of the problem is to get the interface up.  I've discovered that I can do a:

usbctl on 1

and that'll turn it on.  I'm still trying to get it to go in "mode monitor" that I keep reading about.  No luck so far.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=83615\"][{POST_SNAPBACK}][/a][/div]

Yes, doing it all from the console is a little trickier than the GUI, but it can still be done. BTW, I have a AdHoc network setup in my Zaurus (GUI) that I just fire up before running Kismet and that works pretty well. However if you want to do it all from the console you need to do a bit more typing:
   usbctl on 1
   sleep 1
   wlanctl-ng wlan0 lnxreq_ifstate ifstate=enable
   ifconfig wlan0 1.1.1.1 up

Then start kismet. After you are done with Kismet, turning off the interface is a bit easier:
   usbctl off 1

I have run Kismet this way, while accessing my Zaurus via ethernet (a CF card) and it works fine, just not as portable ;-)

I hope this helps,

Craig...
[div align=\"right\"][a href=\"index.php?act=findpost&pid=83687\"][{POST_SNAPBACK}][/a][/div]

Hi Craig, et al

when i start that way all is fine until i start kismet. it reports the error:

could not connect to localhost:2501 and exits.

Any hints?

Peter

xjqian

  • Sr. Member
  • ****
  • Posts: 497
    • View Profile
    • http://
Kismet on the 6000
« Reply #92 on: August 26, 2005, 11:15:46 pm »
can somebody update the howto to reflect the latest kismet (2005?) on 6000

I downloaded Kismet_2005-01-R1-1 from cacko feed, however it complains about
error while loading shared libraries:; libpcap.so.1: cannot load shared object file: No such file or directory

I installed libpcap0_0.7.2_arm.ipk, but that does not contain libpcap.so.1

besides, Kismet from the cacko feed is not uclx compressed.

I guess I'm not using the correct kismet ipk. Somebody can point me to the right place to download?
My Blog | 6000L Tosa + sled | is: Angstrom | was: pdaXrom 1.1.0beta1 | was: stock 1.12 rom + no-ffpe fash kernel + X/Qt Debian |
CF GPS (FGPCFCD01) | USB "Prolific 2303" GPS (USB-UG-200) | Socket CF BT rev. H |  USB "Pegasus II" Ethernet (ADM8511) | PocketTop IR kbd | sip:527630@fwd.pulver.com
Todo: OESF wiki | stable VOIP app | usable GPS app |      Wishlist: VOIP + Bluetooth | GPS + Routing Calc

cvmiller

  • Full Member
  • ***
  • Posts: 242
    • View Profile
    • http://
Kismet on the 6000
« Reply #93 on: August 29, 2005, 10:33:45 pm »
Quote
can somebody update the howto to reflect the latest kismet (2005?) on 6000

I downloaded Kismet_2005-01-R1-1 from cacko feed, however it complains about
error while loading shared libraries:; libpcap.so.1: cannot load shared object file: No such file or directory

I installed libpcap0_0.7.2_arm.ipk, but that does not contain libpcap.so.1

besides, Kismet from the cacko feed is not uclx compressed.

I guess I'm not using the correct kismet ipk. Somebody can point me to the right place to download?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=93400\"][{POST_SNAPBACK}][/a][/div]

Hmm, I suppose you are right that the how-to needs updating. I am surprised that your kismet is complaining about libpcap.so.1, I am running kismet_2005.04.R1_arm.ipk and I am not getting those complaints.

I am pretty sure you can just create a symlink to /usr/lib/libpcap.so.0.7.2 and it should work. As long as kismet is not uclx compressed, you should be good to go.

I hope this helps,

Craig...
SL-6000
ROM v1.12 (Sharp)
Belkin F8U1500 IR Keyboard
1 GB SD Card by SanDisk (ext2)

cvmiller

  • Full Member
  • ***
  • Posts: 242
    • View Profile
    • http://
Kismet on the 6000
« Reply #94 on: August 29, 2005, 10:38:12 pm »
Quote
Hi Craig, et al

when i start that way all is fine until i start kismet. it reports the error:

could not connect to localhost:2501 and exits.

Any hints?

Peter
[div align=\"right\"][a href=\"index.php?act=findpost&pid=93327\"][{POST_SNAPBACK}][/a][/div]

Sorry to take so long to get back to you. Kismet runs as a client and server app. The server runs in background on localhost port 2500.

This error means that the kismet server didn't start up for some reason. If you are running this in a terminal, check further up in the messages to see why the server didn't start (did you edit the kistmet.conf file?).

Have you ever had kismet running on this Z? You will want a line that looks like this on your kismet.conf file:
source=wlanng,wlan0,sniff

I hope this helps,

Craig...
SL-6000
ROM v1.12 (Sharp)
Belkin F8U1500 IR Keyboard
1 GB SD Card by SanDisk (ext2)

BarryW

  • Hero Member
  • *****
  • Posts: 690
    • View Profile
    • http://
Kismet on the 6000
« Reply #95 on: August 30, 2005, 11:07:01 am »
Hey quick question, with the newest version it says the terminal app doesn't support color.  Since I know it does, how can I get it back.  An all green kismet isn't near as cool to look at as one with red and blue.
What's this button do??

C3100
Distro changes almost weekly...

C3200
Distro also changes almost weekly...  :)

Hardware hacks and stuff.

xjqian

  • Sr. Member
  • ****
  • Posts: 497
    • View Profile
    • http://
Kismet on the 6000
« Reply #96 on: September 13, 2005, 12:49:40 am »
Quote
Hmm, I suppose you are right that the how-to needs updating. I am surprised that your kismet is complaining about libpcap.so.1, I am running kismet_2005.04.R1_arm.ipk and I am not getting those complaints.

I am pretty sure you can just create a symlink to /usr/lib/libpcap.so.0.7.2 and it should work. As long as kismet is not uclx compressed, you should be good to go.

I hope this helps,

Craig...
[div align=\"right\"][a href=\"index.php?act=findpost&pid=93702\"][{POST_SNAPBACK}][/a][/div]

Could you post kismet_2005.04.R1_arm.ipk? I googled but can't find anywhere on the web. TIA
My Blog | 6000L Tosa + sled | is: Angstrom | was: pdaXrom 1.1.0beta1 | was: stock 1.12 rom + no-ffpe fash kernel + X/Qt Debian |
CF GPS (FGPCFCD01) | USB "Prolific 2303" GPS (USB-UG-200) | Socket CF BT rev. H |  USB "Pegasus II" Ethernet (ADM8511) | PocketTop IR kbd | sip:527630@fwd.pulver.com
Todo: OESF wiki | stable VOIP app | usable GPS app |      Wishlist: VOIP + Bluetooth | GPS + Routing Calc

Bane

  • Newbie
  • *
  • Posts: 27
    • View Profile
    • http://
Kismet on the 6000
« Reply #97 on: October 03, 2005, 05:46:03 am »
Does anyone has a package with a working configuration file for the SL-6000L? I have not remotely had any luck with any of the posted instructions?

Older packages install and run but I cant seem to get the config files tweaked quite right. New Packages seg fault for some reason.
SL-6000L with Sharp ROM
Socket Bluetooth CF Card (Rev F)
1GB 150x turbo SD Card
USB Host Cable
16-Channel Bluetooth Mouse GPS

cvmiller

  • Full Member
  • ***
  • Posts: 242
    • View Profile
    • http://
Kismet on the 6000
« Reply #98 on: October 05, 2005, 11:10:15 am »
Quote
Does anyone has a package with a working configuration file for the SL-6000L? I have not remotely had any luck with any of the posted instructions?

Older packages install and run but I cant seem to get the config files tweaked quite right. New Packages seg fault for some reason.
[div align=\"right\"][{POST_SNAPBACK}][/a][/div]

Bane,

I have been meaning to update the how-to for some time. The basic problem is that the new binaries (packaged in the Kismet supplied ipk) are compressed with uclx. After installing kismet, you need to decrompress with the command uclx -d <kismet_binary>.

The rest of the instructions should be correct.

You can get the uclx binary from: [a href=\"http://inter.zon.free.fr/zaurus_index.html]http://inter.zon.free.fr/zaurus_index.html[/url]

I hope this helps,

Craig...
SL-6000
ROM v1.12 (Sharp)
Belkin F8U1500 IR Keyboard
1 GB SD Card by SanDisk (ext2)

BarryW

  • Hero Member
  • *****
  • Posts: 690
    • View Profile
    • http://
Kismet on the 6000
« Reply #99 on: November 09, 2005, 02:08:09 am »
Anybody get a gps to work with kismet?  I have the latest and greatest kismet working.  I have qpegps working with my pharos cf gps.  I can start the gps in the command line and cat the info from /dev/ttyS3.  For some reason I can't get kismet to use the gps data.  It keeps saying no signal.  Any hints would be appreciated.
What's this button do??

C3100
Distro changes almost weekly...

C3200
Distro also changes almost weekly...  :)

Hardware hacks and stuff.

cippo

  • Newbie
  • *
  • Posts: 5
    • View Profile
    • http://www.hwmaniak.it
Kismet on the 6000
« Reply #100 on: February 05, 2006, 11:24:56 am »
I just installed the pakage kismet3.0.1c and libpcap0, set kismet source to wlanng_avs,wlan0,xxxx doesn't matter last entrry since's only the server's name..
everything's working.
I'm having fun with it, but I have the "timeout" problem: after few seconds I've got to connect to a wireless lan (I created a common one).

Any hint to stay connected to my service and walk free ?
Thank you all!
C i p p o
Zaurus SL6000-L / ROM v1.12 (Sharp) / 256Mb CF / Kismet 3.0.1c

cvmiller

  • Full Member
  • ***
  • Posts: 242
    • View Profile
    • http://
Kismet on the 6000
« Reply #101 on: February 05, 2006, 07:26:28 pm »
Quote
I'm having fun with it, but I have the "timeout" problem: after few seconds I've got to connect to a wireless lan (I created a common one).

Any hint to stay connected to my service and walk free ?
Thank you all!
[div align=\"right\"][{POST_SNAPBACK}][/a][/div]

Cippo,

You will want to set up a "dummy" wireless setting which uses ad-hoc mode. The how-to is helpful:
[a href=\"https://www.oesf.org/index.php?title=How_to_run_Kismet_on_the_SL-6000L]https://www.oesf.org/index.php?title=How_to...on_the_SL-6000L[/url]

I hope this helps,

Craig...
SL-6000
ROM v1.12 (Sharp)
Belkin F8U1500 IR Keyboard
1 GB SD Card by SanDisk (ext2)

cippo

  • Newbie
  • *
  • Posts: 5
    • View Profile
    • http://www.hwmaniak.it
Kismet on the 6000
« Reply #102 on: February 06, 2006, 05:46:56 pm »
WOW! Thanks a lot Craig!
I forgot to set the Ad-hoc type... I just undrestood what it means!
now I can walk free without the timeout trouble!

Thanks!
C i p p o
Zaurus SL6000-L / ROM v1.12 (Sharp) / 256Mb CF / Kismet 3.0.1c

xjqian

  • Sr. Member
  • ****
  • Posts: 497
    • View Profile
    • http://
Kismet on the 6000
« Reply #103 on: February 14, 2006, 01:15:20 pm »
I just updated the howto for the latest kismet setup

6000L Kismet How To
« Last Edit: February 14, 2006, 01:16:48 pm by xjqian »
My Blog | 6000L Tosa + sled | is: Angstrom | was: pdaXrom 1.1.0beta1 | was: stock 1.12 rom + no-ffpe fash kernel + X/Qt Debian |
CF GPS (FGPCFCD01) | USB "Prolific 2303" GPS (USB-UG-200) | Socket CF BT rev. H |  USB "Pegasus II" Ethernet (ADM8511) | PocketTop IR kbd | sip:527630@fwd.pulver.com
Todo: OESF wiki | stable VOIP app | usable GPS app |      Wishlist: VOIP + Bluetooth | GPS + Routing Calc

speculatrix

  • Administrator
  • Hero Member
  • *****
  • Posts: 3707
    • View Profile
Kismet on the 6000
« Reply #104 on: May 22, 2006, 12:10:21 pm »
I've written stuff about running kismet for OpenZaurus on the 6000:
http://openzaurus.berlios.de/HowTos/6000-Comms
Gemini 4G/Wi-Fi owner, formerly zaurus C3100 and 860 owner; also owner of an HTC Doubleshot, a Zaurus-like phone.