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: What our users make with Ubuntu Pro – Episode 2
-
*How Vaultara achieved FedRAMP compliance with Ubuntu Pro*
Ubuntu Pro helps businesses worldwide to innovate and shape the future. In
this edition of *Wha...
2 days ago
No comments:
Post a Comment