It's actually a really easy fix... All you have to do is disable acpi.
You can do this either when you install the system and boot of the cd,
and in the boot menu, you hit F6, and add pci=noacpi during the first
install, and it will keep that kernel flag on boot, or you can go into
/boot/grub/menu.lst and add it. My menu.lst looks like

title           Ubuntu, kernel 2.6.20-15-generic
root            (hd0,1)
kernel          /vmlinuz-2.6.20-15-generic 
root=UUID=9dcd9144-013b-4463-bccc-e995d4357ade ro quiet splash pci=noacpi
initrd          /initrd.img-2.6.20-15-generic
quiet
savedefault

Hence the pci=noacpi in the kernel part.

-- 
Ubuntu 7.04 Freezes all the time in a Toshiba Satellite A75
https://bugs.launchpad.net/bugs/109482
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