I'm trying to get suspend/resume working on my laptop.
-
I'm trying to get suspend/resume working on my laptop. Normally the #FreeBSD Handbook is great, but now it's a bit sparse. I'm following https://docs.freebsd.org/en/books/handbook/config/#_suspendresume and `% sysctl hw.acpi.supported_sleep_state` gives only S4 and S5. Is that "the end" or is there more to try?
Laptop: Thinkpad T14 Gen 2i (20W0004DMH).
Thank you! -
I'm trying to get suspend/resume working on my laptop. Normally the #FreeBSD Handbook is great, but now it's a bit sparse. I'm following https://docs.freebsd.org/en/books/handbook/config/#_suspendresume and `% sysctl hw.acpi.supported_sleep_state` gives only S4 and S5. Is that "the end" or is there more to try?
Laptop: Thinkpad T14 Gen 2i (20W0004DMH).
Thank you!@kedara it probably only uses s0ix, which isn't currently supported by FreeBSD (but they're working on it)
-
@kedara it probably only uses s0ix, which isn't currently supported by FreeBSD (but they're working on it)
@stefano thank you, that's something to search for. I've found https://obiw.ac/s0ix/ and now have some "light reading" ahead 😄