Procedure:
1) Disable all possible on-board hardware in BIOS (except interface used to 
boot from, eg IDE),
2) Reboot machine to see if it enters suspend.
3) If machine enters suspend, you know it is a driver for one of the pieces of 
hardware you disabled.
4) If machine still does not suspend, try rmmod <modulename> for other hardware 
which you may not be able to disable in BIOS.
5) Re-enable hardware one by one until machine fails to go into suspend. Once 
pinpointed, enable all other hardware but disable culprit hardware.

Once we know which driver is causing the problem, we are much closer to
the bug being fixed.

Note: rmmod removes drivers from the running kernel. Changes do not
persist after reboot.

-- 
suspend to ram 2.6.22-8
https://bugs.launchpad.net/bugs/126214
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to