Tests/Network mgr: Difference between revisions

From OLPC
Jump to navigation Jump to search
Line 10: Line 10:


Verify:
Verify:
* Unloading the wireless driver does not crash the system.
* Type <tt>ps ax | grep NetworkManager</tt> and verify that the NetworkManager process is still running.
* Type <tt>ps ax | grep NetworkManager</tt> and verify that the NetworkManager process is still running.



Revision as of 17:04, 22 January 2008

Network mgr SEGV

Actions:

  1. Open terminal activity.
  2. Become root (or type sudo su -).
  3. Check that NetworkManager process is running by typing ps ax | grep NetworkManager #
  4. Unload wireless driver by typing rmmod usb8xxx
  5. Type lsmod # and check that usb8xxx is not mentioned in the results, and that means unload succeeded.
  6. Leave the machine untouched for about 2 minutes.

Verify:

  • Unloading the wireless driver does not crash the system.
  • Type ps ax | grep NetworkManager and verify that the NetworkManager process is still running.