the failures are form buggy firmware, set the method _PSR as NotSerialized, but 
create the objects.
As from the ACPI spec mention,
Functions are equivalent to a Method that specifies NotSerialized. As such, a 
function should not
create any named objects, since a second thread that might re-enter the 
function will cause a fatal
error if an attempt is made to create the same named object twice.

            Method (_PSR, 0, NotSerialized)  // _PSR: Power Source
            {
                ...
                CreateWordField (XX00, Zero, SSZE)
                CreateByteField (XX00, 0x02, ACST)
                Store (0x03, SSZE)
                Sleep (0x64)
                If (Local0)
                ...

The _PSR method returns whether this power source device is currently online.
This causes temporarily cannot get the  Power Source status online or not.


** Changed in: linux (Ubuntu)
       Status: Incomplete => Won't Fix

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1345897

Title:
  [Dell Inspiron 3541] High failures found in fwts klog test

Status in “linux” package in Ubuntu:
  Won't Fix

Bug description:
  CID: 201403-14859 Dell Inspiron 3541

  The following HIGH kernel messages were found in fwts klog test:

  High failures: 2
   klog: HIGH Kernel message: [    2.141589] ACPI Error: [SSZE] Namespace 
lookup failure, AE_ALREADY_EXISTS (20131115/dsfield-211)
   klog: HIGH Kernel message: [    2.141609] ACPI Error: Method parse/execution 
failed [\_SB_.AC__._PSR] (Node ffff88006835d410), AE_ALREADY_EXISTS 
(20131115/psparse-536)

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-24-generic 3.13.0-24.46 [modified: 
boot/vmlinuz-3.13.0-24-generic]
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USER        PID ACCESS COMMAND
   /dev/snd/controlC1:  ubuntu     1717 F.... pulseaudio
   /dev/snd/controlC0:  ubuntu     1717 F.... pulseaudio
  CRDA:
   country TW:
        (2402 - 2472 @ 40), (3, 27)
        (5270 - 5330 @ 40), (3, 17), DFS
        (5735 - 5815 @ 40), (3, 30)
  CurrentDesktop: Unity
  Date: Sun Jul 20 22:44:13 2014
  HibernationDevice: RESUME=UUID=43272c2a-1a8c-404b-8b62-9c6b53e1a765
  InstallationDate: Installed on 2014-07-16 (4 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  MachineType: Dell Inc. Inspiron 3541
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic.efi.signed 
root=UUID=4f3d06a7-1106-40c0-a15b-0657fd66a382 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware                             1.127
  SourcePackage: linux
  StagingDrivers: rts5139
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/20/2014
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A00
  dmi.board.name: Inspiron 3541
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: Not Specified
  dmi.modalias: 
dmi:bvnDellInc.:bvrA00:bd03/20/2014:svnDellInc.:pnInspiron3541:pvrNotSpecified:rvnDellInc.:rnInspiron3541:rvrA00:cvnDellInc.:ct8:cvrNotSpecified:
  dmi.product.name: Inspiron 3541
  dmi.product.version: Not Specified
  dmi.sys.vendor: Dell Inc.

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to     : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to