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: JetPack 4 EOL – how to keep your userspace secure during
migration
-
NVIDIA JetPack 4 reached its end-of-life (EOL) in November 2024, marking
the end of security updates for this widely deployed stack. JetPack 4 has
driven...
17 hours ago
No comments:
Post a Comment