Hello,
I have a fresh Ubuntu 18.04 LTS install on a brand new Lenovo IdeaPad 330 laptop. Everything works perfectly, except for one thing: when closing the lid, nothing happens. It isn't the problem with suspending itself (it works fine with pressing ALT button and clicking the power icon), what I discovered is that Ubuntu recognizes the laptop lid state always open. However, when I suspend it this way (ALT+click pwr icon), close the lid, then open, it wakes up automatically - no problem with the hardware I guess.
Running the script above, closing and opening the lid shows the state "Open" with every measurement, no matter if the lid is open or closed.Code:while true; do sleep 1; cat /proc/acpi/button/lid/LID0/state ; done
Tried to edit /etc/systemd/logind.conf, but it doesn't do anything, because the system thinks that lid is open all the time.
I have no clue what to do now, I need some help
Thank you,
Pat
Bookmarks