Showing posts with label acpi. Show all posts
Showing posts with label acpi. Show all posts

Sunday, January 3, 2010

Lock-up and ACPI

I have recently reformatted my old, but perfectly working IBM R40e laptop from Windows XP to Ubuntu. Everything works better than before but it has this annoying lock-up every now and then. One suggestion is to disable the power management (ACPI) by putting the extra setting to the

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi=force pci=acpi"
in the /etc/default/grub file (I am using grub2). Show far, it seems doing the trick. If you are in similar situation, you may want to give this trick a try.