[Bug 1349740] Re: acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM

2019-07-24 Thread Brad Figg
** Tags added: cscc -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1349740 Title: acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM To manage notifications about this bug go to:

[Bug 1349740] Re: acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM

2019-06-29 Thread Bug Watch Updater
Launchpad has imported 56 comments from the remote bug at https://bugzilla.kernel.org/show_bug.cgi?id=85931. 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

[Bug 1349740] Re: acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM

2018-01-25 Thread Josep Pujadas-Jubany
* Acer TravelMate B117-M * Lubuntu 16.04 LTS HWE 64 bit up-to-date I can see this error since I installed the system for the first time. $ zgrep "disabling ASPM" /var/log/* acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM Kernels 4.10.0.40-generic, 4.13.0-26-generic, 4.13.0-31-generic

[Bug 1349740] Re: acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM

2017-05-16 Thread Colin Ian King
Good to see that it was a BIOS tweakable setting that could fix this. BTW, the FADT is an ACPI table "Fixed ACPI Description Table" that contains setting mainly for power management as well as other hardware resources. See: http://wiki.osdev.org/FADT -- You received this bug notification

[Bug 1349740] Re: acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM

2017-03-09 Thread SunBear
I found the reason for error message. It was caused by my system BIOS setting. Motherboard: ASUS Z170M-Plus Driver: Z170M-PLUS BIOS 3301 updated 2017/03/02 (latest driver when posting this comment) In BIOS main, I went to Advanced --> Platform Msc Configuration. In this page, I had to set: - PCI

[Bug 1349740] Re: acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM

2017-03-08 Thread SunBear
@colin-king. Noted. So what is causing the "acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM"? Btw, what is a FADT? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1349740 Title: acpi

[Bug 1349740] Re: acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM

2017-03-07 Thread Colin Ian King
@SunBear. I very much doubt PCIe ASPM being disabled is any connection with the USB charging not working. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1349740 Title: acpi PNP0A08:00: _OSC failed

[Bug 1349740] Re: acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM

2017-03-07 Thread SunBear
I am reporting the same issue in UBUNTU 16.04 LTS 4.4.0-64-generic. [0.186376] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM I noticed the following messages preceding this error message. [0.144970] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it [

[Bug 1349740] Re: acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM

2017-03-01 Thread adbot
Attaching a dump from Lenovo T560p. Is issue with the firmware as described above? ** Attachment added: "t560p acpidump" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1349740/+attachment/4829019/+files/acpitables.log -- You received this bug notification because you are a member of

[Bug 1349740] Re: acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM

2017-01-30 Thread Colin Ian King
@Alex, Your ACPI DSDT contains the following ACPI code: Name (GUID, ToUUID ("33db4d5b-1ff7-401c-9657-7441c03dd766") /* PCI Host Bridge Device */) Name (SUPP, Zero) Name (CTRL, Zero) Name (XCNT, Zero) Method (_OSC, 4, Serialized) //

[Bug 1349740] Re: acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM

2017-01-30 Thread Alex ARNAUD
Dear again, Sorry for the noise. I use Debian 8.7 and the kernel 4.8. I've upgraded acpidump and now I can provide you a log : http://sprunge.us/HjIG Best regards. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1349740] Re: acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM

2017-01-30 Thread Alex ARNAUD
Hey Colin, When I run following command "sudo acpidump > acpitables.log", I obtain a error message : http://paste.ubuntu.com/23893961/ Best regards. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1349740] Re: acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM

2017-01-29 Thread Colin Ian King
@Musbach: decode_osc_support(root, "OS supports", support); status = acpi_pci_osc_support(root, support); if (ACPI_FAILURE(status)) { dev_info(>dev, "_OSC failed (%s); disabling ASPM\n", acpi_format_exception(status));

[Bug 1349740] Re: acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM

2017-01-29 Thread Musbach
The bug is still present in 16.04.1 LTS. The BIOS settings don't influence the behavior: ASPM on or off. It is a bug in the kernel. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1349740 Title: acpi

[Bug 1349740] Re: acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM

2015-10-09 Thread Colin Ian King
So, just to add some more clarification, this is not a kernel bug, but a "feature" in your BIOS firmware and hence can't be fixed. The above notes do explain how to workaround this, but beware that it may not be a viable fix for your machine. -- You received this bug notification because you are

[Bug 1349740] Re: acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM

2015-10-09 Thread Colin Ian King
This error message occurs when the kernel runs the root PCI bridge _OSC control method in your firmware and the execution fails, perhaps due to a bug in the firmware or perhaps it does not exist. The kernel hence cannot determine the features supported or capabilities provided by the device (as

[Bug 1349740] Re: acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM

2015-10-09 Thread Alexander
I have this bug in Ubuntu 15.10 x86_64 [0.284016] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1349740 Title: acpi PNP0A08:00: _OSC

[Bug 1349740] Re: acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM

2015-06-29 Thread Javier Marcon
Also affects kernel 3.19.0-22-generic in Ubuntu 15.04 x86_64 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1349740 Title: acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM To manage

[Bug 1349740] Re: acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM

2015-06-07 Thread iKazmi
Bug is present in upstream Kernel 4.0.4 as well. Kernerl: 4.0.4-generic x86_64 Distro : Kubuntu 15.04 Hardware: Processor: Quad Core Intel i7-4700qm GPU : Nvidia 740M (unused, nouveau blacklisted and proprietary drivers not installed) and Intel 4600M (driver version 06) RAM

[Bug 1349740] Re: acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM

2015-05-10 Thread Ross-mounce
Kernel: 3.19.0-16-generic x86_64 (64 bit, gcc: 4.9.2) Distro: Lubuntu 15.04 vivid Hardware: HP ENVY 14-k018tx laptop CPU: Quad core Intel Core i7-4500U $ dmesg | grep failed [ 4.060556] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM ** Attachment added: output of grep -i

[Bug 1349740] Re: acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM

2015-05-05 Thread Irene Grammatika
Kernel: 4.1.0-999-generic x86_64 (64 bit, gcc: 4.6.3) Desktop: LXDE (Openbox 3.5.2) Distro: Ubuntu 15.04 vivid System: LENOVO product: 12989YG version: ThinkPad Edge E320 Mobo: LENOVO model: 12989YG Bios: LENOVO version: 8NET36WW (1.20 ) date: 03/01/2013 CPU: Dual core Intel Core i5-2450M

[Bug 1349740] Re: acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM

2015-02-03 Thread Timocheck
The same with Ubuntu 14.04.1 LTS, kernel 3.14 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1349740 Title: acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM To manage notifications about

[Bug 1349740] Re: acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM

2014-12-30 Thread msreekanth
I have all the latest updates. But some times my machine suddenly crashes. So I looked at the /var/log/syslog and I reached this bug report. I am attaching the file. ** Attachment added: syslog.zip

[Bug 1349740] Re: acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM

2014-12-28 Thread frederic varin
Affect by this bug too. ** Attachment added: dmesg.txt https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1349740/+attachment/4288661/+files/dmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1349740] Re: acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM

2014-11-30 Thread WinEunuchs2Unix
Same issue on stock Dell Inspiron 17R SE 7720, Ubuntu 14.04 w/EnhanceIO ssd caching, Win 7 w/Intel iRST ssd caching, Linux 3.17.4 kernel. An hour of googling led to kernel parameter pci=nocrs without any change except, clearing up the message kernel: [0.211061] PCI: Ignoring host bridge

[Bug 1349740] Re: acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM

2014-10-21 Thread Joseph Salisbury
** Also affects: linux via http://bugzilla.kernel.org/show_bug.cgi?id=85931 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/1349740 Title: acpi

[Bug 1349740] Re: acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM

2014-10-13 Thread Anthony Harrington
Having this problem myself on Acer Aspire E5-511. Can't poweroff (but can halt) and there are a few suspect dmesg entries for a cause, but it may help lead to a solution, assuming the upcming 3.18 kernel won't hold great untold treasures of course! See bug report upstream

[Bug 1349740] Re: acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM

2014-09-27 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/1349740

[Bug 1349740] Re: acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM

2014-07-29 Thread Joseph Salisbury
Would it be possible for you to test the latest upstream kernel? Refer to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest v3.16 kernel[0]. If this bug is fixed in the mainline kernel, please add the following tag 'kernel-fixed-upstream'. If the mainline kernel does not fix

[Bug 1349740] Re: acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM

2014-07-29 Thread Cristian Aravena Romero
[0.186187] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM ** Attachment added: dmesg_v3.16-rc7.log https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1349740/+attachment/4165341/+files/dmesg_v3.16-rc7.log ** Tags added: kernel-bug-exists-upstream -- You received this bug