#4805 BLOC Update.: OLPC laptops interfering with other 802.11b/g traffic

Zarro Boogs per Child bugtracker at laptop.org
Wed Nov 14 17:26:08 EST 2007


#4805: OLPC laptops interfering with other 802.11b/g traffic
-----------------------+----------------------------------------------------
  Reporter:  kimquirk  |       Owner:  mbletsas
      Type:  defect    |      Status:  new     
  Priority:  blocker   |   Milestone:  Update.1
 Component:  wireless  |     Version:          
Resolution:            |    Keywords:          
  Verified:  0         |  
-----------------------+----------------------------------------------------

Comment(by jcardona):

 Network Manager needs to be off while capturing.  Corrected:

 {{{
 SECS=30
 CAPTURE_FILE=`date +%y%m%d%H%M`.cap
 TRAFFIC_MASK=0x7

 echo Capturing traffic for $SECS seconds...
 killall NetworkManager
 sleep 1
 echo $TRAFFIC_MASK > /sys/class/net/msh0/device/libertas_rtap
 ifconfig rtap0 up
 tcpdump -s 128 -i rtap0 -w $CAPTURE_FILE &> /dev/null &
 PID=$!
 sleep $SECS
 kill $PID
 echo Done.  Capture file is $CAPTURE_FILE
 NetworkManager
 }}}

-- 
Ticket URL: <http://dev.laptop.org/ticket/4805#comment:22>
One Laptop Per Child <http://dev.laptop.org>
OLPC bug tracking system



More information about the Bugs mailing list