Comment 50 for bug 25896

Revision history for this message
Alvaro Leal (Effenberg0x0) (effenberg0x0) wrote :

Maybe this can help you guys somehow: I have done the three commands above aftera cold boot and after resuming from hibernate in order to track changes through diff.
DMIDECODE is the same file after cold boot and after resuming from hibernate.
LSPCI -VV and LSPCI -VVN are different after cold boot and after resuming from hibernate.

Diffing results from both LSPCI commands i get the same results:

[code]
diff lspci-vvCB* lspci-vvRH*
4c4
< Status: Cap+ 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort+ <MAbort+ >SERR- <PERR-
---
> Status: Cap+ 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort+ <MAbort- >SERR- <PERR-
118c118
< Status: D0 PME-Enable- DSel=0 DScale=0 PME-
---
> Status: D0 PME-Enable- DSel=0 DScale=0 PME+
effenberg@effenberg-mobile:~/bugreport$ diff lspci-vvnCB* lspci-vvnRH*
4c4
< Status: Cap+ 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort+ <MAbort+ >SERR- <PERR-
---
> Status: Cap+ 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort+ <MAbort- >SERR- <PERR-
118c118
< Status: D0 PME-Enable- DSel=0 DScale=0 PME-
---
> Status: D0 PME-Enable- DSel=0 DScale=0 PME+
effenberg@effenberg-mobile:~/bugreport$
[/code]