From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755296Ab0EWShw (ORCPT ); Sun, 23 May 2010 14:37:52 -0400 Received: from ogre.sisk.pl ([217.79.144.158]:60232 "EHLO ogre.sisk.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755053Ab0EWShu convert rfc822-to-8bit (ORCPT ); Sun, 23 May 2010 14:37:50 -0400 From: "Rafael J. Wysocki" To: maciej.rutecki@gmail.com Subject: Re: Sony vaio serie F PCIe PME service failure. Date: Sun, 23 May 2010 20:38:55 +0200 User-Agent: KMail/1.12.4 (Linux/2.6.34-rjw; KDE/4.3.5; x86_64; ; ) Cc: Xavier Gnata , Linux Kernel Mailing List , lenb@kernel.org, linux-acpi@vger.kernel.org References: <4BF6FEA4.1050406@gmail.com> <201005231944.51135.maciej.rutecki@gmail.com> In-Reply-To: <201005231944.51135.maciej.rutecki@gmail.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 8BIT Message-Id: <201005232038.55698.rjw@sisk.pl> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sunday 23 May 2010, Maciej Rutecki wrote: > (Add CC) > > 2.6.33.* works OK? > > On piÄ…tek, 21 maja 2010 o 23:44:04 Xavier Gnata wrote: > > Hi, > > > > I get that during the boot of the vaio VPCF11M1E using unpatched 2.6.34 > > from kernel.org: > > > > [ 2.047242] pcieport 0000:00:01.0: Failed to receive control of PCIe > > PME service: ACPI _OSC failed > > [ 2.047249] pcie_pme: probe of 0000:00:01.0:pcie01 failed with error -13 > > [ 2.047418] pcieport 0000:00:1c.0: Failed to receive control of PCIe > > PME service: ACPI _OSC failed > > [ 2.047424] pcie_pme: probe of 0000:00:1c.0:pcie01 failed with error -13 > > [ 2.047589] pcieport 0000:00:1c.1: Failed to receive control of PCIe > > PME service: ACPI _OSC failed > > [ 2.047595] pcie_pme: probe of 0000:00:1c.1:pcie01 failed with error -13 > > [ 2.047759] pcieport 0000:00:1c.2: Failed to receive control of PCIe > > PME service: ACPI _OSC failed > > [ 2.047764] pcie_pme: probe of 0000:00:1c.2:pcie01 failed with error -13 > > [ 2.047928] pcieport 0000:00:1c.5: Failed to receive control of PCIe > > PME service: ACPI _OSC failed > > [ 2.047933] pcie_pme: probe of 0000:00:1c.5:pcie01 failed with error -13 > > > > for i in /sys/bus/pnp/devices/*; do echo $i; cat $i/id; done > > returns : > > > > /sys/bus/pnp/devices/00:00 > > PNP0a08 > > PNP0a03 > > /sys/bus/pnp/devices/00:01 > > PNP0200 > > /sys/bus/pnp/devices/00:02 > > INT0800 > > /sys/bus/pnp/devices/00:03 > > PNP0103 > > /sys/bus/pnp/devices/00:04 > > PNP0c04 > > /sys/bus/pnp/devices/00:05 > > PNP0c02 > > /sys/bus/pnp/devices/00:06 > > PNP0b00 > > /sys/bus/pnp/devices/00:07 > > PNP0303 > > /sys/bus/pnp/devices/00:08 > > SNY9011 > > PNP0f13 > > /sys/bus/pnp/devices/00:09 > > PNP0c02 > > /sys/bus/pnp/devices/00:0a > > PNP0a03 > > > > > > Everthing looks fine except these messages during the boot. > > Any clue about what's going wrong? (maybe nothing...) Actually nothing. Your BIOS doesn't want us to use the native PCIe PME on root ports. There's nothing wrong with that, but we want to know in case PCI runtime PM doesn't work. Rafael