|
Bugzilla – Full Text Bug Listing |
| Summary: | Suspend modus does not work | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Armin Mohring <arminmohring> |
| Component: | Kernel | Assignee: | Pavel Machek <pavel> |
| Status: | RESOLVED INVALID | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Minor | ||
| Priority: | P5 - None | ||
| Version: | RC 1 | ||
| Target Milestone: | --- | ||
| Hardware: | x86-64 | ||
| OS: | All | ||
| Whiteboard: | |||
| Found By: | System Test | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Armin Mohring
2005-09-17 12:50:22 UTC
After restarting the computer from suspend mode, the kernel and kernelmodules are loaded. After that the computer hangs with a kernel panic. NVidia driver is not really supported wrt. suspend. Some documentation to get it working is in http://www.susewiki.org/index.php?title=Suspend_NVidia_HOWTO and in http://www.susewiki.org/index.php?title=ACPI_suspend Did you suspend to RAM or suspend to disk? How did you do it? From the logout menu I used "Suspend computer" (I think, it was suspend to disk). In the computer bios, S3 is enabled. No agp module is loaded. (lsmod | grep agp). Reawake from S3 done with pressing the power button. Harddisk layout: 100MB ext2, 1GB swap, 140GB for /. Gnome or KDE? for reproduceability, you could try in a terminal: powersave -u # suspend to RAM powersave -U # suspend to disk But it won't work out of the box with the binary only NVidia driver. I use KDE; I have downloaded the Nvidia driver package from www.nvidia.com Install: init 3; ./Nvidia....; compiled on my machine for kernel with installed source; sax2 -m0=nvidia;...) (In reply to comment #5) > I have downloaded the Nvidia driver package from www.nvidia.com > Install: init 3; ./Nvidia....; compiled on my machine for kernel with installed > source; sax2 -m0=nvidia;...) (In reply to comment #4) > But it won't work out of the box with the binary only NVidia driver. (In reply to comment #2) > NVidia driver is not really supported wrt. suspend. > Some documentation to get it working is in > http://www.susewiki.org/index.php?title=Suspend_NVidia_HOWTO and in > http://www.susewiki.org/index.php?title=ACPI_suspend |