[Bug 1249244] Re: hp xw4400 has a error in dmesg log

2016-02-11 Thread Chris Bainbridge
** Bug watch added: Novell/SUSE Bugzilla #516797
   https://bugzilla.novell.com/show_bug.cgi?id=516797

** Also affects: linux (Suse) via
   https://bugzilla.novell.com/show_bug.cgi?id=516797
   Importance: Unknown
   Status: Unknown

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

Title:
  hp xw4400 has a error in dmesg log

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1249244] Re: hp xw4400 has a error in dmesg log

2016-02-11 Thread Bug Watch Updater
Launchpad has imported 15 comments from the remote bug at
https://bugzilla.novell.com/show_bug.cgi?id=516797.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2009-06-26T11:44:24+00:00 Trenn-s wrote:

When booting the machine you see this ACPI error message in syslog:
<4>ACPI Error (dsfield-0139): [CAPD] Namespace lookup failure, AE_ALREADY_EXISTS
<4>ACPI Error (psparse-0530): Method parse/execution failed [\_SB_.PCI0._OSC] 
(Node 8800bef02fd0), AE_ALREADY_EXISTS
<4>ACPI: Marking method _OSC as Serialized because of AE_ALREADY_EXISTS error

The reason is the same (name) CreateDWordField (CAPD) is tried to be
created several times. While there is no negative side effect known yet,
this should be addressed as it could have sever side effects.

Scott: I try to figure out the correct ACPI code that should be added to
the BIOS, could you add someone from HP who can take care of and look at
this then, please.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1249244/comments/0


On 2009-06-26T12:27:55+00:00 Trenn-s wrote:

Created attachment 300608
Broken ACPI function from DSDT

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1249244/comments/1


On 2009-06-26T12:40:50+00:00 Trenn-s wrote:

Hi Bob, can you help finding the correct ASL code to suggest to HP,
please.

The problem is (with all occurrences of the multiple times created CAPD):
...
 While (Local0)
{
CreateDWordField (CAPB, Local1, CAPD)
...
  And (CAPD, 0x09, CAPD)
...
  Store (Zero, CAPD)
...
  If (And (CAPD, 0x08))
...

 }
...

I wonder how this should be converted into correct ASL code. There is AFAIK no 
way of undeclaring the CAPD object. It might work with using Index (CAPB, 
Local1) where CAPD is currently used. The offset should still be the same, not 
sure whether:
   Store(Zero, CAPD)
and
   Store(Zero, Index(CAPB, Local1)
would be the same or whether in the first case a whole DWord is zeroed.

But there might be a more elegant way of solving this.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1249244/comments/2


On 2009-06-26T15:21:38+00:00 Trenn-s wrote:

Adjust product to 11.1 to make the bug public. This is the same code
base and should happen on both, probably still in mainline kernel.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1249244/comments/3


On 2009-06-26T15:43:36+00:00 Robert Moore wrote:

A good way to create dynamic objects it to put them in a subroutine. I would
add a new method that is called from within the loop. The code below should
suffice.

However, I find this statement odd:

Store (One, Local1)

This means that the input buffer is (DWORD) accessed at offsets 1, 5, 9, 13,
etc., instead of what I would expect: 0, 4, 8, 12, etc. It probably should be a
store of Zero to Local1.


/*
 * Arg0 = CAPB buffer
 * Arg1 = byte index
 */
Method (DCAP, 2)
{
CreateDWordField (Arg0, Zero, CAPF)
CreateDWordField (Arg0, Arg1, CAPD)

If (And (CAPF, 0x01))
{
If (LEqual (Arg1, 0x01))
{
And (CAPD, 0x09, CAPD)
}
Else
{
Store (Zero, CAPD)
}
}
Else
{
If (LEqual (Arg1, 0x01))
{
If (And (CAPD, 0x08))
{
/* 
Store (Zero, \_SB.PCI0.IOH1.PMGE)
Store (Zero, \_SB.PCI0.IOH3.PMGE)
Store (Zero, \_SB.PCI0.IOH7.PMGE)
Store (Zero, \_SB.PCI0.PCX1.PMCE)
Store (Zero, \_SB.PCI0.PCX6.PMCE)
Store (Zero, \_SB.PCI0.LPC.BPEN)
*/
}
}
}
}
Method (_OSC, 4, NotSerialized)
{
Subtract (Arg2, 0x01, Local0)
Name (CAPB, Buffer (Multiply (Arg2, 0x04)) {})
Store (Arg3, CAPB)
Store (One, Local1)

While (Local0)
{
DCAP (CAPB, Local1)

Decrement (Local0)
Add (Local1, 0x04, Local1)
}
Return (CAPB)
}

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1249244/comments/4


On 2009-06-26T20:27:46+00:00 Trenn-s wrote:

Thanks Bob, your help is very much appreciated!

It's up to HP 

[Bug 1249244] Re: hp xw4400 has a error in dmesg log

2015-03-11 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  hp xw4400 has a error in dmesg log

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1249244] Re: hp xw4400 has a error in dmesg log

2015-01-10 Thread ookawa kouji
apport information

** Tags added: apport-collected staging trusty

** Description changed:

   When I watched in my pc(HP xw4400)'s dmesg log.
  I found one error. please check this
  It says like this:
  [0.085062] ACPI: PCI Root Bridge [PCI0] (domain  [bus 00-ff])
  [0.085069] ACPI BIOS Error (bug): \_SB_.PCI0._OSC: Excess arguments - ASL 
declared 5, ACPI requires 4 (20130517/nsarguments-189)
  [0.085113] ACPI Error: [CAPD] Namespace lookup failure, AE_ALREADY_EXISTS 
(20130517/dsfield-211)
  [0.085119] ACPI Error: Method parse/execution failed [\_SB_.PCI0._OSC] 
(Node 8802240770a0), AE_ALREADY_EXISTS (20130517/psparse-536)
  [0.085125] ACPI: Marking method _OSC as Serialized because of 
AE_ALREADY_EXISTS error
  [0.085133] ACPI BIOS Error (bug): \_SB_.PCI0._OSC: Excess arguments - ASL 
declared 5, ACPI requires 4 (20130517/nsarguments-189)
  [0.085176] ACPI Error: [CAPD] Namespace lookup failure, AE_ALREADY_EXISTS 
(20130517/dsfield-211)
  [0.085180] ACPI Error: Method parse/execution failed [\_SB_.PCI0._OSC] 
(Node 8802240770a0), AE_ALREADY_EXISTS (20130517/psparse-536)
  [0.085189] acpi PNP0A08:00: ACPI _OSC support notification failed, 
disabling PCIe ASPM
  
  my version is ubuntu 13.10
  i will attach all dmesglog
  
  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.11.0-13-lowlatency 3.11.0-13.5
  ProcVersionSignature: Ubuntu 3.11.0-13.5-lowlatency 3.11.6
  Uname: Linux 3.11.0-13-lowlatency x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Fri Nov  8 17:46:33 2013
  InstallationDate: Installed on 2012-10-29 (374 days ago)
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
  MarkForUpload: True
  SourcePackage: linux-lowlatency
  UpgradeStatus: Upgraded to saucy on 2013-10-20 (18 days ago)
+ --- 
+ ApportVersion: 2.14.1-0ubuntu3.6
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC2:  kokawa2003   4751 F pulseaudio
+  /dev/snd/controlC1:  kokawa2003   4751 F pulseaudio
+  /dev/snd/controlC0:  kokawa2003   4751 F pulseaudio
+ CurrentDesktop: LXDE
+ DistroRelease: Ubuntu 14.04
+ HibernationDevice: RESUME=UUID=9e76ebf7-11d7-4223-ba74-4bdb847207be
+ InstallationDate: Installed on 2014-01-10 (364 days ago)
+ InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
+ MachineType: Hewlett-Packard HP xw4400 Workstation
+ NonfreeKernelModules: nvidia_uvm nvidia
+ Package: linux (not installed)
+ ProcFB: 0 VESA VGA
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-44-generic 
root=UUID=93736552-fac1-413f-bc0d-9b99c5b92e3d ro quiet splash profile 
video=uvesafb clocksource=hpet pcie_aspm=force acpi_osi=Linux acpi_serialize 
intel_rng.no_fwh_detect=1 TPM
+ ProcVersionSignature: Ubuntu 3.13.0-44.73-generic 3.13.11-ckt12
+ RelatedPackageVersions:
+  linux-restricted-modules-3.13.0-44-generic N/A
+  linux-backports-modules-3.13.0-44-generic  N/A
+  linux-firmware 1.127.11
+ RfKill:
+  8: phy8: Wireless LAN
+   Soft blocked: no
+   Hard blocked: no
+ StagingDrivers: zram
+ Tags:  trusty staging
+ Uname: Linux 3.13.0-44-generic x86_64
+ UpgradeStatus: Upgraded to trusty on 2014-05-04 (250 days ago)
+ UserGroups: adm cdrom dip kvm libvirtd lpadmin plugdev sambashare sudo 
vboxusers
+ _MarkForUpload: True
+ dmi.bios.date: 10/28/2010
+ dmi.bios.vendor: Hewlett-Packard
+ dmi.bios.version: 786D7 v02.07
+ dmi.board.name: 0A68h
+ dmi.board.vendor: Hewlett-Packard
+ dmi.chassis.asset.tag: JPA73600VD
+ dmi.chassis.type: 6
+ dmi.chassis.vendor: Hewlett-Packard
+ dmi.modalias: 
dmi:bvnHewlett-Packard:bvr786D7v02.07:bd10/28/2010:svnHewlett-Packard:pnHPxw4400Workstation:pvr:rvnHewlett-Packard:rn0A68h:rvr:cvnHewlett-Packard:ct6:cvr:
+ dmi.product.name: HP xw4400 Workstation
+ dmi.sys.vendor: Hewlett-Packard

** Attachment added: AlsaInfo.txt
   
https://bugs.launchpad.net/bugs/1249244/+attachment/4295078/+files/AlsaInfo.txt

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

Title:
  hp xw4400 has a error in dmesg log

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1249244] Re: hp xw4400 has a error in dmesg log

2015-01-10 Thread Christopher M. Penalver
ookawa kouji, as you have the latest BIOS already, you would have to
contact HP directly to request a BIOS fix. Could you please advise on
what their response is?

** Tags added: latest-bios-2.07

** Attachment removed: AlsaInfo.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1249244/+attachment/4295093/+files/AlsaInfo.txt

** Attachment removed: BootDmesg.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1249244/+attachment/4295094/+files/BootDmesg.txt

** Attachment removed: CRDA.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1249244/+attachment/4295095/+files/CRDA.txt

** Attachment removed: CurrentDmesg.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1249244/+attachment/4295096/+files/CurrentDmesg.txt

** Attachment removed: IwConfig.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1249244/+attachment/4295097/+files/IwConfig.txt

** Attachment removed: Lspci.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1249244/+attachment/4295098/+files/Lspci.txt

** Attachment removed: Lsusb.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1249244/+attachment/4295099/+files/Lsusb.txt

** Attachment removed: ProcCpuinfo.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1249244/+attachment/4295100/+files/ProcCpuinfo.txt

** Attachment removed: ProcEnviron.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1249244/+attachment/4295101/+files/ProcEnviron.txt

** Attachment removed: ProcInterrupts.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1249244/+attachment/4295102/+files/ProcInterrupts.txt

** Attachment removed: ProcModules.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1249244/+attachment/4295103/+files/ProcModules.txt

** Attachment removed: PulseList.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1249244/+attachment/4295104/+files/PulseList.txt

** Attachment removed: UdevDb.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1249244/+attachment/4295105/+files/UdevDb.txt

** Attachment removed: UdevLog.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1249244/+attachment/4295106/+files/UdevLog.txt

** Attachment removed: WifiSyslog.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1249244/+attachment/4295107/+files/WifiSyslog.txt

** Description changed:

-  When I watched in my pc(HP xw4400)'s dmesg log.
+ When I watched in my pc(HP xw4400)'s dmesg log.
  I found one error. please check this
  It says like this:
  [0.085062] ACPI: PCI Root Bridge [PCI0] (domain  [bus 00-ff])
  [0.085069] ACPI BIOS Error (bug): \_SB_.PCI0._OSC: Excess arguments - ASL 
declared 5, ACPI requires 4 (20130517/nsarguments-189)
  [0.085113] ACPI Error: [CAPD] Namespace lookup failure, AE_ALREADY_EXISTS 
(20130517/dsfield-211)
  [0.085119] ACPI Error: Method parse/execution failed [\_SB_.PCI0._OSC] 
(Node 8802240770a0), AE_ALREADY_EXISTS (20130517/psparse-536)
  [0.085125] ACPI: Marking method _OSC as Serialized because of 
AE_ALREADY_EXISTS error
  [0.085133] ACPI BIOS Error (bug): \_SB_.PCI0._OSC: Excess arguments - ASL 
declared 5, ACPI requires 4 (20130517/nsarguments-189)
  [0.085176] ACPI Error: [CAPD] Namespace lookup failure, AE_ALREADY_EXISTS 
(20130517/dsfield-211)
  [0.085180] ACPI Error: Method parse/execution failed [\_SB_.PCI0._OSC] 
(Node 8802240770a0), AE_ALREADY_EXISTS (20130517/psparse-536)
  [0.085189] acpi PNP0A08:00: ACPI _OSC support notification failed, 
disabling PCIe ASPM
  
  my version is ubuntu 13.10
  i will attach all dmesglog
  
  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.11.0-13-lowlatency 3.11.0-13.5
  ProcVersionSignature: Ubuntu 3.11.0-13.5-lowlatency 3.11.6
  Uname: Linux 3.11.0-13-lowlatency x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Fri Nov  8 17:46:33 2013
  InstallationDate: Installed on 2012-10-29 (374 days ago)
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
  MarkForUpload: True
  SourcePackage: linux-lowlatency
  UpgradeStatus: Upgraded to saucy on 2013-10-20 (18 days ago)
- --- 
+ ---
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  AudioDevicesInUse:
-  USERPID ACCESS COMMAND
-  /dev/snd/controlC2:  kokawa2003   4751 F pulseaudio
-  /dev/snd/controlC1:  kokawa2003   4751 F pulseaudio
-  /dev/snd/controlC0:  kokawa2003   4751 F pulseaudio
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC2:  kokawa2003   4751 F pulseaudio
+  /dev/snd/controlC1:  kokawa2003   4751 F pulseaudio
+  /dev/snd/controlC0:  kokawa2003   4751 F pulseaudio
  CurrentDesktop: LXDE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=9e76ebf7-11d7-4223-ba74-4bdb847207be
  InstallationDate: Installed on 2014-01-10 (364 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  

[Bug 1249244] Re: hp xw4400 has a error in dmesg log

2015-01-10 Thread ookawa kouji
OK I will contact HP directry.
There is hachioji Tokyo office near my office.(2~3km)
i will go there next monday.
and get their advice

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

Title:
  hp xw4400 has a error in dmesg log

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1249244] Re: hp xw4400 has a error in dmesg log

2015-01-09 Thread Christopher M. Penalver
ookawa kouji, thank you for reporting this and helping make Ubuntu better. 
Please execute the following command, as it will automatically gather debugging 
information, in a terminal:
apport-collect 1249244

** No longer affects: linux-lowlatency (Ubuntu)

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

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

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

Title:
  hp xw4400 has a error in dmesg log

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1249244] Re: hp xw4400 has a error in dmesg log

2015-01-05 Thread Gannet
** Also affects: linux (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  hp xw4400 has a error in dmesg log

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1249244] Re: hp xw4400 has a error in dmesg log

2015-01-05 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  hp xw4400 has a error in dmesg log

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1249244] Re: hp xw4400 has a error in dmesg log

2015-01-05 Thread Gannet
Kubuntu 14.10
HP dc7800p (Linux 3.18.1 x86_64):

ACPI Error: [CAPD] Namespace lookup failure, AE_ALREADY_EXISTS 
(20140926/dsfield-211)
ACPI Error: Method parse/execution failed [\_SB_.PCI0._OSC] (Node 
88007a428618), AE_ALREADY_EXISTS (20140926/psparse-536)

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

Title:
  hp xw4400 has a error in dmesg log

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1249244] Re: hp xw4400 has a error in dmesg log

2014-01-02 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: linux-lowlatency (Ubuntu)
   Status: New = Confirmed

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

Title:
  hp xw4400 has a error in dmesg log

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1249244] Re: hp xw4400 has a error in dmesg log

2014-01-02 Thread peter smout
Hi,

Found this in /var/log/syslog after machine freeze up when left (lid
closed) for approx 10 mins.

Jan  2 12:30:19 petes-lappy kernel: [0.168032] ACPI: EC: GPE storm 
detected(9 GPEs), transactions will use polling mode
Jan  2 12:30:19 petes-lappy kernel: [0.176106] ACPI: Interpreter enabled
Jan  2 12:30:19 petes-lappy kernel: [0.176115] ACPI Exception: 
AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20130517/hwxface-571)
Jan  2 12:30:19 petes-lappy kernel: [0.176122] ACPI Exception: 
AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130517/hwxface-571)
Jan  2 12:30:19 petes-lappy kernel: [0.176145] ACPI: (supports S0 S3 S4 S5)
Jan  2 12:30:19 petes-lappy kernel: [0.176148] ACPI: Using IOAPIC for 
interrupt routing
Jan  2 12:30:19 petes-lappy kernel: [0.176184] PCI: Ignoring host bridge 
windows from ACPI; if necessary, use pci=use_crs and report a bug
Jan  2 12:30:19 petes-lappy kernel: [0.176385] ACPI: No dock devices found.
Jan  2 12:30:19 petes-lappy kernel: [0.294465] ACPI: PCI Root Bridge [PCI0] 
(domain  [bus 00-ff])
Jan  2 12:30:19 petes-lappy kernel: [0.294477] ACPI BIOS Error (bug): 
\_SB_.PCI0._OSC: Excess arguments - ASL declared 5, ACPI requires 4 
(20130517/nsarguments-189)
Jan  2 12:30:19 petes-lappy kernel: [0.294562] \_SB_.PCI0:_OSC evaluation 
returned wrong type
Jan  2 12:30:19 petes-lappy kernel: [0.294565] _OSC request data:1 8 0
Jan  2 12:30:19 petes-lappy kernel: [0.294577] ACPI BIOS Error (bug): 
\_SB_.PCI0._OSC: Excess arguments - ASL declared 5, ACPI requires 4 
(20130517/nsarguments-189)
Jan  2 12:30:19 petes-lappy kernel: [0.294655] \_SB_.PCI0:_OSC evaluation 
returned wrong type
Jan  2 12:30:19 petes-lappy kernel: [0.294658] _OSC request data:1 1f 0
Jan  2 12:30:19 petes-lappy kernel: [0.294665] acpi PNP0A08:00: ACPI _OSC 
support notification failed, disabling PCIe ASPM
Jan  2 12:30:19 petes-lappy kernel: [0.294669] acpi PNP0A08:00: Unable to 
request _OSC control (_OSC support mask: 0x08)
Jan  2 12:30:19 petes-lappy kernel: [0.295455] acpi PNP0A08:00: host bridge 
window [io  0x-0x0cf7] (ignored)
Jan  2 12:30:19 petes-lappy kernel: [0.295459] acpi PNP0A08:00: host bridge 
window [io  0x0d00-0x] (ignored)
Jan  2 12:30:19 petes-lappy kernel: [0.295463] acpi PNP0A08:00: host bridge 
window [mem 0x000a-0x000b] (ignored)
Jan  2 12:30:19 petes-lappy kernel: [0.295469] acpi PNP0A08:00: host bridge 
window [mem 0xc000-0xfebf] (ignored)
Jan  2 12:30:19 petes-lappy kernel: [0.295472] PCI: root bus 00: using 
default resources
Jan  2 12:30:19 petes-lappy kernel: [0.295655] PCI host bridge to bus 
:00

I believe the line 
Jan  2 12:30:19 petes-lappy kernel: [0.294477] ACPI BIOS Error (bug): 
\_SB_.PCI0._OSC: Excess arguments - ASL declared 5, ACPI requires 4 
(20130517/nsarguments-189)
is the important one relating to some arguement between BIOS and kernel over 
ACPI settings.

I have checked my BIOS and found no settings I can change (i.e only one
option given) relating to ACPI please advise

Pete

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

Title:
  hp xw4400 has a error in dmesg log

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs