lid

Differences between revisions 2 and 3
Revision 2 as of 2011-08-22 08:25:56
Size: 1863
Editor: colin-king
Comment:
Revision 3 as of 2016-01-11 07:24:24
Size: 1915
Editor: anthonywong
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was renamed from Kernel/Reference/fwts/lid

Firmware Test Suite - lid test

This interactive test sanity checks the operation of the ACPI lid switch found on netbooks and laptops. Several tests are performed:

  • Check the existence of lid switches(s) (in the /proc/acpi/button/lid/*/info fields)
  • Request lid closed and opened and check if an ACPI button/lid event occurs
  • Check for System Control Interrupt(s) and General Purpose Event(s) to occur.

See section 4.7.4.2.1 "Lid Switch" of the ACPI specification for more details.

Examples:

fwts lid - 

..runs the test on your machine and dumps the output to stdout. This test requires user interaction.

Explanation of test results

Certain test results may require a little more explanation. This section will try and give some context to specific test failures.

Error ID

Explanation

NoLidPath

/proc/acpi/button/lid does not exist, either because /proc is not mounted or the APCI button driver could not find the button HID PNP0C0D.

NoLidSwitch

Could not detect any /proc/acpi/button/lid/*/info fields.

LidNotOpen

Could not detect that the lid was open via the /proc/acpi/button/lid/*/info field.

NoLidEvents

No ACPI lid events detected. This could indicate either that either the ACPI SCI interrupt or the button GPE are failing to be triggered, or perhaps the acpid is not picking these events up from the kernel.

NoSCIInterrupts

No SCI interrupts detected - one should get at least one per lid event, failure probably indicates a hardware or wiring fault.

NoNoGPEInterrupts

No General Purpose Events detected. A GPE is associated with the lid, and should occur. If it a SCI occurs and no GPE occurs then this is some kind of GPE configuration/routing issue.

NoLidState

Could not detect an ACPI lid state transition.

FirmwareTestSuite/Reference/lid (last edited 2016-01-11 07:24:24 by anthonywong)