J. Greenlees wrote: > The first reproducible issue: > linux clock=pit boot is not being read correctly, still get tsc > clocksource unstable errors with this boot parameter. >
Thanks for the report. Try adding "notsc" to the kernel command line instead of or in addition to "clock=pit". > the packages included in the full version are not yet updated to match > the book, specifically, the kernel is 2.6.22.2 and the book is using > 2.6.22.5 > Outdated report - this was valid for r2032, but not r2052. > There is a problem with full hibernation on my dell inspiron 3000. > The bios-based hibernation has to do nothing with the linux hibernate scripts. Bios-based hibernation runs when you close the lid and the system doesn't react to the resulting ACPI event. The "hibernate" script runs when you run it. In order to enable running the "hibernate" script when the user closes the lid, I have to install and configure acpid - but I have no laptop to test it with. There is also a known problem with the suspend-to-disk initiated by the "hibernate" script calling into (potentially buggy) bios. You can probably work around it (i.e.: report if this works) by issuing the following command: echo shutdown >/sys/power/disk -- Alexander E. Patrakov -- http://linuxfromscratch.org/mailman/listinfo/livecd FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
