You are not logged in.
I recently acquired a laptop and installed Arch without problems via the 0.7.2 CD. This installed the 2.6.16 kernel which runs fine on the system. However, upgrading to 2.6.17 results in system hang-ups at boot no matter what I try. It always locks up at the message "ACPI: PCI Host Bridge [(some garbage I can't remember)]"
I have the latest and greatest up-to-date Arch running fine on two desktops, but it doesn't agree with my lappy at all. Does anyone know what exactly changed between the two kernel versions that could cause this?
P.S. I've tried everything from a custom vanilla kernel, custom Arch kernel, custom Beyond kernel, enabling and disabling everything I could think of. I've tried countless GRUB arguments (nolapic, noapic, acpi=off, acpi=noirq, nosmp, pci=nommconfig, and a bunch of other that have been suggested to me) and I've tried several combinations of hooks and modules when running mkinitcpio. Damn frustrating, it is. :evil:
psearch - manipulate and refine pacman searches
Offline
ACPI problems on laptops often have to do with buggy bios. Check if you are using the latest bios release for your laptop.
Also check the 'Plug and Play OS installed ' setting in the bios and make sure it's set to NO.
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Online
It always locks up at the message "ACPI: PCI Host Bridge [(some garbage I can't remember)]"
That "garbage" is usually crucial to identify and solve the problem. Pasting some config and hardware info would not hurt too.
Offline
That "garbage" is usually crucial to identify and solve the problem. Pasting some config and hardware info would not hurt too.
I had a feeling a reply like this was coming. That's why I didn't wanted to troubleshoot the specific laptop, but was interested to know if anybody knew specifically what changed between the two kernel versions regarding ACPI.
psearch - manipulate and refine pacman searches
Offline
ACPI problems on laptops often have to do with buggy bios. Check if you are using the latest bios release for your laptop.
Also check the 'Plug and Play OS installed ' setting in the bios and make sure it's set to NO.
There was a BIOS update available, but, unfortunately, it did not help. The BIOS doesn't explicitly state anything about PnP, so I'm not quite sure what to do there.
I'm mainly looking for the specific changes made to ACPI between these two kernel versions. I've gone through the change logs on kernel.org, but nothing has thrown any red flags.
psearch - manipulate and refine pacman searches
Offline
lanrat wrote:That "garbage" is usually crucial to identify and solve the problem. Pasting some config and hardware info would not hurt too.
I had a feeling a reply like this was coming. That's why I didn't wanted to troubleshoot the specific laptop, but was interested to know if anybody knew specifically what changed between the two kernel versions regarding ACPI.
Well, if you like to do it the hard(est) way... :-)
Offline
One change with regards to ACPI and the kernel26 package was in the kernel config: changing the ACPI video component to be compiled as a module (I'm not saying this is the reason for the problem, just that this was a change). Original thread: http://bbs.archlinux.org/viewtopic.php?t=24376 and associated feature request http://bugs.archlinux.org/task/5281 I'm grateful the change was made.
cheers
Offline
One change with regards to ACPI and the kernel26 package was in the kernel config: changing the ACPI video component to be compiled as a module (I'm not saying this is the reason for the problem, just that this was a change). Original thread: http://bbs.archlinux.org/viewtopic.php?t=24376 and associated feature request http://bugs.archlinux.org/task/5281 I'm grateful the change was made.
cheers
Thanks for the lead. I'll check it out.
psearch - manipulate and refine pacman searches
Offline