I installed FreeBSD recently, only been using it on the console, no graphical environment yet.
So I wanted to see if suspend-to-RAM worked, suspension indeed worked but resuming not so much; the system actually resumes, there's disk activity and I can still type commands (like reboot), but the screen remains turned off.
Looking through the kernel logs I see this (maybe could be related?) which appears before suspending:
and these when booting:
I tried these sysctls but nothing changed:
Running 14.2-RELEASE.
So I wanted to see if suspend-to-RAM worked, suspension indeed worked but resuming not so much; the system actually resumes, there's disk activity and I can still type commands (like reboot), but the screen remains turned off.
Looking through the kernel logs I see this (maybe could be related?) which appears before suspending:
Code:
pcib0: failed to set ACPI power state D2 on \_SB_.PCI0: AE_BAD_PARAMETER
Code:
ACPI: \_SB.WMI1.WQBA: 1 arguments were passed to a non_method ACPI object (Buffer) (20221020/nsarguments-361)
...
ACPI: \_SB.WMI2.WQBB: 1 arguments were passed to a non_method ACPI object (Buffer) (20221020/nsarguments-361)
I tried these sysctls but nothing changed:
Code:
kern.vt.suspendswitch=0
kern.vt.deadtimer=60
hw.usb.no_suspend_wait=1