Tests/Network mgr: Difference between revisions
< Tests
Jump to navigation
Jump to search
mNo edit summary |
(fix cat) |
||
(2 intermediate revisions by one other user not shown) | |||
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. |
||
[[category: |
[[category:Test Plans]] |
Latest revision as of 05:34, 22 March 2008
Network mgr SEGV
Actions:
- Open terminal activity.
- Become root (or type sudo su -).
- Check that NetworkManager process is running by typing ps ax | grep NetworkManager #
- Unload wireless driver by typing rmmod usb8xxx
- Type lsmod # and check that usb8xxx is not mentioned in the results, and that means unload succeeded.
- 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.