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 developer images now available for OrangePi RV2: a low-cost RISC-V
SBC
-
Canonical, the publisher of Ubuntu, is excited to announce the availability
of Ubuntu developer images for the new OrangePi RV2 RISC-V single board
compu...
1 hour ago
No comments:
Post a Comment