[Kernel-packages] [Bug 1345897] Re: [Dell Inspiron 3541] High failures found in fwts klog test

2014-10-19 Thread Po-Hsu Lin
Also affects Dell Inspiron 3541 with the same HIGH failure messages:

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

For CRITICAL failures, please refer to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1337083/comments/5

** Attachment added: fwts_desktop_diagnosis_results.log
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1345897/+attachment/4240334/+files/fwts_desktop_diagnosis_results.log

-- 
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 88006835d410), 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:
   USERPID 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


[Kernel-packages] [Bug 1345897] Re: [Dell Inspiron 3541] High failures found in fwts klog test

2014-09-02 Thread Ivan Hu
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 88006835d410), 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:
   USERPID 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


[Kernel-packages] [Bug 1345897] Re: [Dell Inspiron 3541] High failures found in fwts klog test

2014-09-02 Thread Christopher M. Penalver
Ivan Hu, would the A02 BIOS address this issue via
http://www.dell.com/support/home/us/en/04/product-
support/product/inspiron-15-3541-laptop/drivers ?

** Tags removed: bios-outdated-a01
** Tags added: bios-outdated-a02

-- 
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 88006835d410), 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:
   USERPID 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


[Kernel-packages] [Bug 1345897] Re: [Dell Inspiron 3541] High failures found in fwts klog test

2014-07-21 Thread Christopher M. Penalver
Po-Hsu LIn / Ivan Hu, could you please test the latest upstream kernel 
available from the very top line at the top of the page (not the daily folder) 
following https://wiki.ubuntu.com/KernelMainlineBuilds ? It will allow 
additional upstream developers to examine the issue. Once you've tested the 
upstream kernel, please comment on which kernel version specifically you 
tested. If this bug is fixed in the mainline kernel, please add the following 
tags:
kernel-fixed-upstream
kernel-fixed-upstream-VERSION-NUMBER

where VERSION-NUMBER is the version number of the kernel you tested. For 
example:
kernel-fixed-upstream-3.16-rc5

This can be done by clicking on the yellow circle with a black pencil
icon next to the word Tags located at the bottom of the bug description.

If the mainline kernel does not fix this bug, please add the following tags:
kernel-bug-exists-upstream
kernel-bug-exists-upstream-VERSION-NUMBER

Once testing of the upstream kernel is complete, please mark this bug's
Status as Confirmed. Please let us know your results. Thank you for your
understanding.

** Changed in: linux (Ubuntu)
   Status: Confirmed = Incomplete

-- 
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:
  Incomplete

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 88006835d410), 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:
   USERPID 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


[Kernel-packages] [Bug 1345897] Re: [Dell Inspiron 3541] High failures found in fwts klog test

2014-07-20 Thread Christopher M. Penalver
Po-Hsu Lin / Anthony Wong, as per 
http://www.dell.com/support/home/us/en/19/product-support/product/inspiron-15-3541-laptop/drivers
 an update to your BIOS is available (A01). If you update to this following 
https://help.ubuntu.com/community/BiosUpdate does it change anything?  If it 
doesn't, could you please both specify what happened, and provide the output of 
the following terminal command:
sudo dmidecode -s bios-version  sudo dmidecode -s bios-release-date

Thank you for your understanding.

** Tags added: bios-outdated-a01

** Changed in: linux (Ubuntu)
   Importance: Undecided = Low

** Changed in: linux (Ubuntu)
   Status: New = Incomplete

-- 
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:
  Incomplete

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 88006835d410), 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:
   USERPID 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


[Kernel-packages] [Bug 1345897] Re: [Dell Inspiron 3541] High failures found in fwts klog test

2014-07-20 Thread Po-Hsu Lin
This issue still exist with bios A01, see
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1345895/comments/4

** Changed in: linux (Ubuntu)
   Status: Incomplete = Confirmed

-- 
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:
  Confirmed

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 88006835d410), 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:
   USERPID 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


[Kernel-packages] [Bug 1345897] Re: [Dell Inspiron 3541] High failures found in fwts klog test

2014-07-20 Thread Anthony Wong
** Changed in: linux (Ubuntu)
 Assignee: Anthony Wong (anthonywong) = Ivan Hu (ivan.hu)

-- 
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:
  Confirmed

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 88006835d410), 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:
   USERPID 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