Differences between revisions 1 and 6 (spanning 5 versions)
Revision 1 as of 2008-05-16 22:54:20
Size: 1311
Editor: c-71-236-165-100
Comment: getting kismet to run on a mostly stock asus eee
Revision 6 as of 2008-05-23 17:24:35
Size: 1561
Editor: TomHiggins
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
''The [[http://en.wikipedia.org/wiki/Asus_eee | Asus EEE]]is an Intel based compact laptop that comes out of the box with Xandros Linux. Here are some ways the PTP is using it for our purposes ''

'''Wardriving , Site Survey, Network Maps'''
Line 8: Line 12:
 * Switch over to Advanced Mode by following the steps at[[javascript:void(0);/*1211006147680*/|http://wiki.eeeuser.com/howto:getkde]]  * Switch over to Advanced Mode by following the steps at [[http://wiki.eeeuser.com/howto:getkde |http://wiki.eeeuser.com/howto:getkde]]
Line 33: Line 37:
source=madwifi_g.wifi0,wifi0 source=madwifi_g,wifi0,wifi0

The Asus EEEis an Intel based compact laptop that comes out of the box with Xandros Linux. Here are some ways the PTP is using it for our purposes

Wardriving , Site Survey, Network Maps

The Asus EEE PC 7XX and 9XX come stock with

  • 802.11b/g Wi-Fi mini PCI express card: Atheros AR5BXB63
  • Xandros Linux

Until there is a stable distro with stable drivers for the Atheros here is how to get Kismet running on a stock EEE

  • Switch over to Advanced Mode by following the steps at http://wiki.eeeuser.com/howto:getkde

  • Add this to /etc/apt/sources.list
    • ####Only uncomment when grabbing deb packges not in the officail
      ###repos.Never upgrade with this uncommented.
      deb http://http.us.debian.org/debian stable main contrib non-free
  • Close the file and do an update
    • sudo apt-get update
  • Install Kismet
    • sudo apt-get install kismet
  • Install GPSD if you need
    • sudo apt-get install gpsd
  • Edit /etc/kismet/kismet.conf to add
    • source=madwifi_g,wifi0,wifi0
  • While you are in there enable the gps if you have one set up
    • gps=true 
  • Close the file
  • Set up two scripts to run , one to run Kismet and one to Reset the wireless config to run for normal use
    • vi kismetup.sh 
      sudo wlanconfig ath0 destroy
      sudo kismet
      vi kismetdown.sh
      sudo wlanconfig ath0 create wlandev wifi0 wlanmode sta

AsusEEE (last edited 2008-05-26 20:29:35 by RussellSenior)