add:
acpi_sleep=s3_bios
to kernel line in /etc/grub.conf
create /etc/acpi/events/ lid.conf and sleep.conf
event=button/sleep
action=/usr/local/bin/x40-suspend.sh
event=button/lid
action=/usr/local/bin/x40-suspend.sh
create script /usr/local/bin/x40-suspend.sh
#!/bin/bash
rmmod ehci_hcd
rmmod ath_pci
echo 3 >/proc/acpi/sleep
modprobe echi_hcd
modprobe ath_pci
take a look at:
http://www.catb.org/~esr/faqs/Fedora-Core-on-Thinkpad-X40/
Ubuntu Blog: A comprehensive guide to NIS2 Compliance: Part 2 –
Understanding NIS2 requirements
-
<img alt=""
src="https://res.cloudinary.com/canonical/image/fetch/f_auto,q_auto,fl_sanitize,c_fill,w_720/https://ubuntu.com/wp-content/uploads/3...
8 hours ago
No comments:
Post a Comment