the _PRT failures,
 klog: CRITICAL Kernel message: [ 5.345517] ACPI Exception: AE_NOT_FOUND, 
Evaluating _PRT [AE_NOT_FOUND] (20121018/pci_irq-269)

 klog: HIGH Kernel message: [ 5.345505] ACPI Error: [AR02] Namespace lookup 
failure, AE_NOT_FOUND (20121018/psargs-359)
 klog: HIGH Kernel message: [ 5.345510] ACPI Error: Method parse/execution 
failed [\_SB_.PCI0.PEG0._PRT] (Node ffff8801591fed70), AE_NOT_FOUND 
(20121018/psparse-537)

also from buggy firmware, due to the _PRT method return AR02, but the AR02 
object doesn't exist
    Scope (\_SB.PCI0)
    {
        Name (LTRS, Zero)
        Name (OBFS, Zero)
        Device (PEG0)
        {
           ....

            Method (_PRT, 0, NotSerialized)  // _PRT: PCI Routing Table
            {
                If (PICM)
                {
                    Return (AR02)
                }

                Return (PR02)
            }
           ....

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1263863

Title:
  [HP Pavilion 14] Multiple HIGH/CRITICAL failures found in fwts report

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-lts-raring/+bug/1263863/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to