Re: Wrestling with Dell Precision laptop. You too? Discuss tips & experience



On Tue, Jun 7, 2011 at 1:00 PM, Paul Johnson <pauljohn32@xxxxxxxxx> wrote:


I have no improvement on the touchpad config to report, but have found
a way to dependably reboot the system and also to suspend and resume
the system,but from RAM and disk.

After upgrading to the Debian sid kernel, I noticed some changes,
suspend intermittently worked. I'm told that drivers are flaky, so
that explains the unpredictable response.


Adding "noapic" to the kernel boot command seems to be a magic bullet
with this version of the kernel,

2.6.39-2-amd64

In grub.cfg, it looks like this

linux /boot/vmlinuz-2.6.39-2-amd64
root=UUID=5aa5cbbd-18ce-4978-b171-886ae7ae6cd3 ro noapic

And these versions of related programs:

nvidia-glx 270.41.19-1
TrueCrypt 7.0a

In case you are new to grub 2, they don't want you to edit
/boot/grub/grub.cfg, since that will be erased by kernel updates.
Instead, edit /etc/default/grub and change this line:

GRUB_CMDLINE_LINUX_DEFAULT="noapic"

In case you are keeping track of the changes, I have found with the
newer kernel that the option "reboot=bios" is not beneficial by
itself, the system still locks up when you try to restart and suspend
does not work. Inserting "noapic" fixes problems, no matter the
reboot option.

If suspend does not work for you, I would urge you to remove any
driver or modules you have customized and see if the problem is
solved. Add them back one at a time to find the enemy.

--
Paul E. Johnson
Professor, Political Science
1541 Lilac Lane, Room 504
University of Kansas


--
To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx
with a subject of "unsubscribe". Trouble? Contact listmaster@xxxxxxxxxxxxxxxx
Archive: http://lists.debian.org/BANLkTi=E=NrQJnamZ+6vj-1PPGLkHHgEAw@xxxxxxxxxxxxxx



Relevant Pages

  • [PATCH] [20/48] Suspend2 2.1.9.8 for 2.6.12: 520-version-specific-x86_64.patch
    ... Software Suspend 2.0 is an addition to the Linux Kernel, ... requires no special BIOS or hardware support. ... Ensure enough memory & storage are available. ...
    (Linux-Kernel)
  • Re: [linux-pm] [PATCH 0/8] Suspend block api (version 8)
    ... User-space asked the kernel to suspend when possible. ... damaging) as a file system saying "Ooh thats a rude file name, the app ... You don't know whether a move from a deep idle to a 'suspend' (which is ...
    (Linux-Kernel)
  • swsusp: Documentation update
    ... * If you change kernel command line between suspend and resume... ... +I found some kernel threads that don't do it, ... -* systems that initialize video card into vga text mode and where BIOS ...
    (Linux-Kernel)
  • Re: [linux-pm] Re: Hibernation considerations
    ... how to identify which memory needs to be saved ... how to avoid corrupting filesystems mounted by the hibernated kernel ... check if the image is present _without_ enabling ACPI ... However, to support suspend to ram and suspend to disk, we ...
    (Linux-Kernel)
  • Re: CONFIG_SOFTWARE_SUSPEND=y, ACPI, and uswsusp
    ... > anywhere when attempting to configure the kernel. ... > Your kernel doesn't support userspace sofware suspend. ... If you touch anything on disk between suspend and resume... ... encryption) and arbitrary backends for writing the image (eg to swap ...
    (Debian-User)