On 3/23/20 2:36 PM, Erik P. Olsen wrote:
On 2020-03-23 at 14:22:27 Samuel Sieb wrote:

On 3/23/20 1:24 PM, Erik P. Olsen wrote:
[erik@Erik-PC ~]$ sudo evtest /dev/input/event1
Input driver version is 1.0.1
Input device ID: bus 0x19 vendor 0x0 product 0x5 version 0x0
Input device name: "Lid Switch"
Supported events:
    Event type 0 (EV_SYN)
    Event type 5 (EV_SW)
      Event code 0 (SW_LID) state 0
Properties:
Testing ... (interrupt to exit)

But I don't see any event.

Then that would be why it isn't working.  Has it ever worked?

Only when I press the suspend button.

One other thing to test from Roger's post, is running:
while true; do cat /proc/acpi/button/lid/LID/state; sleep 1; done

Close the lid, wait for a few seconds, then open it and see if anything.happened.
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org

Reply via email to