|
2008-02-03
, 17:11
|
Posts: 87 |
Thanked: 33 times |
Joined on Aug 2007
|
#52
|
Just two questions...
First, when I run Maemo Mapper, of course if wants a map.... but the only choices seem to be East/West USA at 750MB +. Are there smaller state or regional maps? Where?
|
2008-02-04
, 21:25
|
Posts: 60 |
Thanked: 7 times |
Joined on Jan 2008
|
#53
|
|
2008-02-09
, 22:44
|
Posts: 529 |
Thanked: 46 times |
Joined on Sep 2007
|
#54
|
I just got Kismet working and want to share the steps I took to get there.
To begin with this is a brand new N800, which came with OS2007 installed. The first thing I did was to flash OS2008, reported as version 2.2007.50-2 in "About Product"
I found a Kismet repository at http://eko.one.pl/maemo. This has both mistral and bora distributions; I chose mistral. My first attempt at installing it failed with the message that ncurses-base was missing.
Thanks to the excellent index at http://gronmayer.com/it/index.php?la...tem=maemo4#134 I found the Maemo Chinook repository at http://repository.maemo.org and installed ncurses-base from there.
Now Kismet works as expected (running as root). The files are saved on the external sd card, /media/mmc1 although it didn't seem to bother it if the card was taken out. Kismet ran for over 30 minutes, including times when the screen went to sleep, with no problems.
The one issue, that Kismet warns you about, is that the wi-fi card is inoperative when Kismet exits. everything looks normal - the icon shows a connection, ifconfig looks normal, but the interface can't communicate with the outside world. On the Zaurua (running Angstrom) I was able to restart the card using the following script:
but so far I haven't found pccardctl (or the older cardctl) anywhereCode:ifdown wlan0 pccardctl eject 1 pccardctl insert ifup wlan0
so the workaround for now is
If anyone has any suggestions about restarting the wifi interface, I'd love to hear them.Code:shutdown -r now
Walt
|
2008-02-10
, 14:11
|
Posts: 60 |
Thanked: 7 times |
Joined on Jan 2008
|
#55
|
|
2008-02-13
, 20:14
|
Posts: 46 |
Thanked: 4 times |
Joined on Feb 2008
|
#56
|
|
2008-02-13
, 21:36
|
Posts: 60 |
Thanked: 7 times |
Joined on Jan 2008
|
#57
|
|
2008-02-14
, 20:39
|
Posts: 60 |
Thanked: 7 times |
Joined on Jan 2008
|
#58
|
After puttering around for awhile, I got Kismet to work with my Holux BT GPS and you ain't gonna believe the solution.
1. Started Maemo Mapper and enabled the GPS
2. Did the sudo gainroot thing in X terminal
3. Ran kismet
Just went around my block and it logged the max and min lat/longs of the 100 or so AP's in my neighborhood. I am quite psyched! Now onto mapping! I'm wondering if I lucked out on the kismet.conf tweaking 'cuz I'm a user not a programmer. (Thanks to Thoughtfix and Gnuite for their thoughts and Andrea Lange for the Italian instructions for Wardriving with your 770 that started me on this.) I hope others can duplicate this. If there is anything you need off my N800 let me know (and possibly help get it copied...)
|
2008-03-02
, 02:36
|
Posts: 1 |
Thanked: 0 times |
Joined on Mar 2008
|
#59
|
|
2008-03-02
, 06:15
|
|
Posts: 81 |
Thanked: 50 times |
Joined on Jun 2007
@ The Great White North
|
#60
|
First, when I run Maemo Mapper, of course if wants a map.... but the only choices seem to be East/West USA at 750MB +. Are there smaller state or regional maps? Where?
Second, does anyone know if this will work with an N800 plus a Bluetooth GPS? I have a Teletype GPS that has worked with a variety of Windows Mobile devices; I have yet to try it with Maemo because of question #1, but will buy a 4GB SD card if it is likely to work.
Third (an afterthought) has anyone gotten the signal-strength to work in Kismet? It just shows up as a constant 0.0 on my installation, but all the other columns seem to work properly. I have version 2007.01.R1b-1.0 which I think is the latest for OS2008.
Walt