Apr 8 2004, 10:36 AM
Post
#1
|
|
|
Group: Members Posts: 14 Joined: 8-April 04 Member No.: 2,739 |
I'm buying for the first one to figure out how to make Kismet play. Everything installs OK and seems to be in the right place, but no receive. I wonder how far off OZ is?
|
|
|
|
![]() |
Apr 6 2005, 10:02 PM
Post
#2
|
|
![]() Group: Members Posts: 693 Joined: 4-June 04 From: Ohio Member No.: 3,570 |
Anybody try the new kismet_2005.01.R1_arm.ipk from kismetwireless? I got it to install but when I try to run it it gives me a bus error...
|
|
|
|
May 3 2005, 01:17 PM
Post
#3
|
|
|
Group: Members Posts: 242 Joined: 31-March 04 Member No.: 2,592 |
QUOTE(BarryW @ Apr 6 2005, 10:02 PM) Anybody try the new kismet_2005.01.R1_arm.ipk from kismetwireless? I got it to install but when I try to run it it gives me a bus error... No, I haven't. I was about to thought (thanks for the update). The 2004 version of kismet also gave a bus error, so there is something wrong there. Craig... |
|
|
|
May 3 2005, 05:08 PM
Post
#4
|
|
![]() Group: Members Posts: 2,821 Joined: 13-September 04 From: Wasilla Ak. Member No.: 4,572 |
there was a post on uclx compression and bus errors on the 3000 a day or two ago. maybe this is related? I think it said kismet was uclx compressed, but that the issue with bus errors is genrally a lack of decompression space. maybe permanently uncompress the bin?
|
|
|
|
Jun 8 2005, 09:48 AM
Post
#5
|
|
|
Group: Members Posts: 242 Joined: 31-March 04 Member No.: 2,592 |
QUOTE(adf @ May 3 2005, 05:08 PM) there was a post on uclx compression and bus errors on the 3000 a day or two ago. maybe this is related? I think it said kismet was uclx compressed, but that the issue with bus errors is genrally a lack of decompression space. maybe permanently uncompress the bin? Thanks for the tip. That did the trick. I uncompressed the kismet binary (and kismet-ui) using uclx -d and now the lastest kismet runs quite well! Thanks again, Craig... |
|
|
|
Jun 8 2005, 01:14 PM
Post
#6
|
|
|
Group: Members Posts: 274 Joined: 17-October 04 Member No.: 5,063 |
QUOTE(cvmiller @ Jun 8 2005, 07:48 AM) Thanks for the tip. That did the trick. I uncompressed the kismet binary (and kismet-ui) using uclx -d and now the lastest kismet runs quite well! what did you use for the "source=" line? It would seem that there's a number of changes from the 2003 version to the 2005 version of kismet, and "prism2, wlan0, prism2source" no longer is valid. I'm not sure if it's correct or not, but I'm using "wlanng,wlan0,prism2source" which seems to work. |
|
|
|
Jun 9 2005, 03:32 PM
Post
#7
|
|
|
Group: Members Posts: 242 Joined: 31-March 04 Member No.: 2,592 |
QUOTE(ken @ Jun 8 2005, 01:14 PM) QUOTE(cvmiller @ Jun 8 2005, 07:48 AM) Thanks for the tip. That did the trick. I uncompressed the kismet binary (and kismet-ui) using uclx -d and now the lastest kismet runs quite well! what did you use for the "source=" line? It would seem that there's a number of changes from the 2003 version to the 2005 version of kismet, and "prism2, wlan0, prism2source" no longer is valid. I'm not sure if it's correct or not, but I'm using "wlanng,wlan0,prism2source" which seems to work. Yes, there are changes, as I also discoverd that prism2 was no longer a valid choice. I am also using "wlanng, wlan0, sniffer" for my source. (the last field, sniffer, can be any string). With this setting Kismet successfully detects my AP at home, and it caught a couple of Network probe frames (from a nearby PC) at work. I hope this helps, Craig... |
|
|
|
Jun 9 2005, 04:02 PM
Post
#8
|
|
|
Group: Members Posts: 274 Joined: 17-October 04 Member No.: 5,063 |
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. |
|
|
|
Jun 10 2005, 03:36 AM
Post
#9
|
|
|
Group: Members Posts: 242 Joined: 31-March 04 Member No.: 2,592 |
QUOTE(ken @ Jun 9 2005, 04:02 PM) 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. 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... |
|
|
|
Jun 10 2005, 08:49 AM
Post
#10
|
|
|
Group: Members Posts: 274 Joined: 17-October 04 Member No.: 5,063 |
QUOTE(cvmiller @ Jun 10 2005, 01:36 AM) usbctl on 1 sleep 1 wlanctl-ng wlan0 lnxreq_ifstate ifstate=enable ifconfig wlan0 1.1.1.1 up wow. I don't think I'd ever guess the rest of it! That seems to take care of the interface. I noticed if I left in the "cisco,gps" part in logtypes that it'd complain about cisco things, so I took that out. It works great in the kismet GUI, just have to play more to get the kismet console part going. Something about "Error opening terminal: vt100" - which I think is because it's trying to open that kind of session in my bash shell. It's getting close! Thanks for the hints thus far. |
|
|
|
Jun 11 2005, 04:54 AM
Post
#11
|
|
|
Group: Members Posts: 242 Joined: 31-March 04 Member No.: 2,592 |
QUOTE(ken @ Jun 10 2005, 08:49 AM) It works great in the kismet GUI, just have to play more to get the kismet console part going. Something about "Error opening terminal: vt100" - which I think is because it's trying to open that kind of session in my bash shell. It's getting close! Thanks for the hints thus far. Ken, Hmm, are you starting this as root? Here's a script I have that I use to start kismet, called, not surprizingly start_kismet (in /usr/local/bin) CODE #!/bin/sh export TERMINFO=/usr/share/terminfo export TERM=linux kismet_hopper & sleep 2 kismet I have been using this script for previous versions of Kismet (which is where I got the kismet_hopper part). I just added the TERM info with this version. I am using qkonsole for my terminal program, and I'll warn you that the lines drawn on the terminal (to separate the areas of the UI) don't look like lines, but I hadn't bothered me enough to seek a solution. I suppose if you wanted you could add all the bring the interface up, and then shut it down afterwards in this script as well, just never needed to (since I use the GUI to bring up my AdHoc interface config). I hope this helps, Craig... |
|
|
|
Jun 11 2005, 09:34 AM
Post
#12
|
|
|
Group: Members Posts: 274 Joined: 17-October 04 Member No.: 5,063 |
QUOTE(cvmiller @ Jun 11 2005, 02:54 AM) Hmm, are you starting this as root? Here's a script I have that I use to start kismet, called, not surprizingly start_kismet (in /usr/local/bin) [code] #!/bin/sh export TERMINFO=/usr/share/terminfo export TERM=linux ahhhhhh! It was complaining of having to use vt100. ok, that certainly explains it then. I had looked at the TERM and it was showing vt100, so I was thinking, what did I do wrong, it has the vt100 that it's complaining about, why is it complaing that it doesn't have that. I hadn't known that it did NOT want vt100. That solves it! Much appreciate - kismet comes right up now. |
|
|
|
Jun 12 2005, 04:23 AM
Post
#13
|
|
|
Group: Members Posts: 242 Joined: 31-March 04 Member No.: 2,592 |
QUOTE(ken @ Jun 11 2005, 09:34 AM) ahhhhhh! It was complaining of having to use vt100. ok, that certainly explains it then. I had looked at the TERM and it was showing vt100, so I was thinking, what did I do wrong, it has the vt100 that it's complaining about, why is it complaing that it doesn't have that. I hadn't known that it did NOT want vt100. That solves it! Much appreciate - kismet comes right up now. Ken, Glad to hear you are having success. Actually if you _want_ to use vt100 you can, just change 'linux' to 'vt100' in my script. I think the real complain was that it didn't know where to get the terminfo. I changed mine to vt100 just to see if it would fix the "line drawing" problem, and it didn't. But Kismet works. I switched it back to 'linux' because I like the color output (vt100 was only b&w). Let me know if you get sound working (I lack /usr/bin/play). Happy sniffing, Craig... |
|
|
|
Jun 12 2005, 08:17 AM
Post
#14
|
|
|
Group: Members Posts: 8 Joined: 13-February 04 Member No.: 1,854 |
QUOTE(cvmiller @ Jun 12 2005, 04:23 AM) Glad to hear you are having success. Actually if you _want_ to use vt100 you can, just change 'linux' to 'vt100' in my script. I think the real complain was that it didn't know where to get the terminfo. I changed mine to vt100 just to see if it would fix the "line drawing" problem, and it didn't. But Kismet works. I switched it back to 'linux' because I like the color output (vt100 was only b&w). Let me know if you get sound working (I lack /usr/bin/play). Happy sniffing, Craig... The line drawing problem can be easily fixed by changing the simpleborders option in kismet_ui.conf to true, i.e. simpleborders=true. As for sound, the kismet_3.0.1c-20031228_arm.ipk mentioned earlier in this thread has /usr/bin/play and the various required sound files. You should be able to extract those files from the ipk. Hope this helps. Patrick |
|
|
|
thomasbernie Kismet on the 6000 Apr 8 2004, 10:36 AM
cvmiller Re: kismet Apr 9 2004, 05:51 AM
thomasbernie Craig,
I have tried all versions too. 3.0.1 tha... Apr 9 2004, 09:22 AM
jerbell what chip set does it use? Apr 9 2004, 07:31 PM
cvmiller QUOTEwhat chip set does it use?
I think you are a... Apr 10 2004, 05:25 AM
jerbell I am having the same problems getting kismet to wo... Apr 10 2004, 03:43 PM
rospahr a solution found here:
http://www.oesf.org/index.p... Apr 29 2004, 09:01 AM
tz Are you running it on the 6000L with the internal ... Apr 29 2004, 12:10 PM
duffman I have it running on my 6000L with the built-in pr... Apr 29 2004, 12:32 PM
lwong The link for the libpcap0_0.7.2_arm.ipk doesn't wo... Apr 29 2004, 03:30 PM
duffman QUOTEThe link for the libpcap0_0.7.2_arm.ipk doesn... Apr 29 2004, 03:57 PM
thomasbernie Followed the instructions. Works. Yea!!
Thanks Apr 29 2004, 04:05 PM
lwong My 6000L just went out of battery after playing ar... Apr 29 2004, 04:05 PM
duffman Pretty sure I got it from killfez. Apr 29 2004, 08:51 PM
cvmiller There has been quite a bit of discussion about how... Apr 30 2004, 08:15 AM
lwong I followed the guide but the link for the libpcap ... Apr 30 2004, 03:55 PM
skoorb the link should work again now. Sorry, I must have... Apr 30 2004, 05:56 PM
lwong Thanks forrepairing the link. I THINK kismet work ... Apr 30 2004, 06:21 PM
gnukles First off, hello. I was really glad to find this ... Oct 24 2004, 02:10 PM
skoorb I guess I deleted it from my site by accident
tr... Oct 24 2004, 02:59 PM
gnukles thanks for the link skoorb. If anyone out there h... Oct 24 2004, 05:13 PM
skoorb i guess you probably already tried the how to for ... Oct 24 2004, 05:30 PM
angst QUOTE(gnukles @ Oct 24 2004, 05:13 PM)If anyo... Oct 25 2004, 06:54 AM
gnukles Thanks for all the input. I am still having the s... Oct 26 2004, 07:53 PM
LadyBug What version of Kismet are you trying to install? ... Oct 28 2004, 11:57 AM
DrWily I thought we were talking about an SL 6000 here. ... Oct 28 2004, 12:14 PM
gnukles I tried 3.1.0 and 3.0.1c w/o success.
All the s... Oct 28 2004, 01:05 PM
callas11 Hi, all
I think I have followed the howto but kism... Nov 20 2004, 04:19 AM
GuruGeek2002 Hello,
I followed the instructions. Received no ... Nov 24 2004, 10:01 AM
smammon QUOTE(GuruGeek2002 @ Nov 24 2004, 11:01 AM)Wh... Nov 26 2004, 09:28 AM
GuruGeek2002 When I choose my war-walk profile and click connec... Nov 29 2004, 11:15 AM
qamed1 angst said:
I had this problem after the link to ... Dec 2 2004, 08:27 PM
sharppda I got kismet working by following the instructions... Dec 3 2004, 09:41 AM
DrWily Does anyone else's Zaurus lock up after runnin... Dec 3 2004, 10:38 AM
qamed1 sharppda said;
I got kismet working by following t... Dec 3 2004, 01:45 PM
sharppda Here it is
file
link is also in the instruction. Dec 3 2004, 06:01 PM
qamed1 Ok, let me try again. I already have libstdc++-3-... Dec 3 2004, 06:29 PM
angst QUOTE(qamed1 @ Dec 3 2004, 06:29 PM)Ok, let m... Dec 4 2004, 09:12 AM
qamed1 Thanks anqst, Thanks sharppda, Kismet is up and ru... Dec 4 2004, 10:18 AM
GuruGeek2002 Possibly solved.....
When I click connect for my... Dec 4 2004, 11:25 AM
smammon Don't know if you've discovered this yet -... Dec 4 2004, 11:44 AM
GuruGeek2002 SOLVED!
That worked. Once I checked "Ru... Dec 5 2004, 06:14 AM
zipmaster hey i was wondering if anyone was able to get it t... Dec 6 2004, 08:56 PM
GuruGeek2002 Oddly enough, mine doesn't play sound either w... Dec 7 2004, 09:35 AM
cosmos7 QUOTE(rospahr @ Apr 29 2004, 05:01 PM)a solut... Dec 8 2004, 05:54 PM
Tehas I got it working thanks to the HowTo. One weird t... Dec 18 2004, 12:58 PM
nilch QUOTE(DrWily @ Dec 3 2004, 01:38 PM)Does anyo... Dec 20 2004, 01:44 PM
mez_Vipul I was able to get kismet running on the Z6K, thank... Jan 28 2005, 08:54 PM
soundwave106 I've gotten that Kismet freeze occasionally, b... Dec 20 2004, 07:32 PM
Chimpsky I think I have everything set up right... I can ru... Jan 8 2005, 09:02 PM
BarryW From the how-to.
6) vi /home/root/usr/local/etc/k... Jan 8 2005, 09:43 PM
Chimpsky I followed the howto, but now I have a new problem... Jan 8 2005, 11:45 PM
Tehas Kismet is hit or miss on my box sometimes it finds... Jan 9 2005, 07:53 AM
soundwave106 I wonder if there's a way to increase the SL-6... Jan 9 2005, 01:21 PM
rmako QUOTEI wonder if there's a way to increase the... Jan 12 2005, 10:43 AM
celtron Sure thing! However, bearing in mind the chass... Jan 17 2005, 11:32 PM
range I have not tried kismet yet, but intend to shortly... Jan 19 2005, 02:29 PM
inode0 I write the log files to the SD card and have not ... Jan 19 2005, 03:55 PM
eji Really odd. All the kismet .ipks are giving me has... Jan 21 2005, 02:04 PM
eji QUOTE(eji @ Jan 21 2005, 10:04 PM)Really odd.... Jan 22 2005, 07:50 AM
Tehas Kismet only scans. There was a package someone pu... Jan 22 2005, 11:16 AM
lek Hi,
I have a z6kl, and I am trying to find kismet... Mar 24 2005, 10:44 AM
scheck.r enjoy ! Mar 24 2005, 02:00 PM
lek QUOTE(scheck.r @ Mar 24 2005, 10:00 PM)enjoy ... Mar 25 2005, 04:41 AM
lek Hi there,
I have been trying to install the kismet... Mar 25 2005, 09:09 AM
adf corrupt file? file from OZ? Bad download? Mar 25 2005, 01:33 PM
xjqian the file is identical to my local copy. so should ... Mar 25 2005, 03:54 PM
lek QUOTE(xjqian @ Mar 25 2005, 11:54 PM)the file... Mar 27 2005, 07:04 PM
callas11 QUOTE(cvmiller @ Jun 10 2005, 11:36 AM)QUOTE(... Aug 26 2005, 02:47 AM
cvmiller QUOTE(callas11 @ Aug 26 2005, 02:47 AM)Hi Cra... Aug 29 2005, 06:38 PM
ken This is great! For the longest time, we were ... Jun 12 2005, 09:35 AM
cvmiller QUOTE(ken @ Jun 12 2005, 09:35 AM)I looked in... Jun 22 2005, 03:07 AM
BarryW Just to let you guys know there is a newer version... Jun 22 2005, 10:36 AM
anmol10 Thanks all for testing out the latest version of K... Jun 28 2005, 09:47 AM
cvmiller QUOTE(anmol10 @ Jun 28 2005, 09:47 AM)Thanks ... Jun 29 2005, 03:45 PM
anmol10 Arrgh! I've spent the last few days seekin... Jul 7 2005, 02:20 PM
ken QUOTE(anmol10 @ Jul 7 2005, 12:20 PM)For all ... Jul 7 2005, 06:36 PM
anmol10 QUOTE(ken @ Jul 8 2005, 02:36 AM)probably run... Jul 13 2005, 03:42 PM
eji Can anyone post the instructions in this thread? T... Jul 29 2005, 12:27 PM
ken QUOTE(eji @ Jul 29 2005, 10:27 AM)Can anyone ... Jul 29 2005, 12:56 PM
xjqian can somebody update the howto to reflect the lates... Aug 26 2005, 07:15 PM
cvmiller QUOTE(xjqian @ Aug 26 2005, 07:15 PM)can some... Aug 29 2005, 06:33 PM
xjqian QUOTE(cvmiller @ Aug 29 2005, 09:33 PM)Hmm, I... Sep 12 2005, 08:49 PM
BarryW Hey quick question, with the newest version it say... Aug 30 2005, 07:07 AM
Bane Does anyone has a package with a working configura... Oct 3 2005, 01:46 AM
cvmiller QUOTE(Bane @ Oct 3 2005, 01:46 AM)Does anyone... Oct 5 2005, 07:10 AM
BarryW Anybody get a gps to work with kismet? I have the... Nov 8 2005, 11:08 PM![]() ![]() |
|
Lo-Fi Version | Time is now: 23rd May 2013 - 09:21 AM |