[Bug 263557] ACPI S3 doesn't resume on a MateBook X Pro 2021
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 08 Jun 2024 02:05:45 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263557 huanghwh@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |huanghwh@gmail.com --- Comment #20 from huanghwh@gmail.com --- I have a MateBook X Pro 2023 with FreeBSD-14.1 RELEASE installed, got the same problem: when run : acpiconf -s 3 the laptop appears to suspend fine, the screen tune to black, but it will not resume when press power button or press any key on keyboard. I notice that the light on key "Caps" always is on when suspend it. debug with: sysctl debug.acpi.suspend_bounce=1 acpiconf -s 3 works fine, except touch pad not working anymore dmesg: uhub1: at usbus1, port 1, addr 1 (disconnected) ugen1.2: <Apple Inc. iPhone> at usbus1 (disconnected) ipheth0: at uhub1, port 3, addr 1 (disconnected) ipheth0: detached ugen1.3: <3730304233343731345430 USB Camera> at usbus1 (disconnected) uhub1: detached uhub0: at usbus0, port 1, addr 1 (disconnected) uhub0: detached vgapci0: child drmn0 requested pci_set_powerstate pci0: failed to set ACPI power state D3 on \134_SB_.PC00.GFX0: AE_BAD_PARAMETER vgapci0: child drmn0 requested pci_set_powerstate vgapci0: child drmn0 requested pci_enable_io vgapci0: child drmn0 requested pci_enable_io uhub0 on usbus0 uhub0: <Intel XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on usbus0 uhub1 on usbus1 uhub1: <Intel XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on usbus1 uhub0: 5 ports with 5 removable, self powered uhub1: 16 ports with 16 removable, self powered ugen1.2: <Apple Inc. iPhone> at usbus1 ugen1.3: <3730304233343731345430 USB Camera> at usbus1 ipheth0 on uhub1 ipheth0: <Apple Inc. iPhone, class 0/0, rev 2.00/10.03, addr 1> on usbus1 ue0: <USB Ethernet> on ipheth0 ue0: Ethernet address: 3e:2e:f9:7e:cb:be I tried building a minimal test kernel(zfs, rdr, nvme, nvd), The test kernel had the same issues. I also tried to building 15.0-CURRENT, same issues. # pkg info -x drm-61 drm-61-kmod-6.1.69_2 # pciconf -lv vgapci0 vgapci0@pci0:0:2:0: class=0x030000 rev=0x04 hdr=0x00 vendor=0x8086 device=0xa7a0 subvendor=0x19e5 subdevice=0x3e6c vendor = 'Intel Corporation' device = 'Raptor Lake-P [Iris Xe Graphics]' class = display subclass = VGA -- You are receiving this mail because: You are the assignee for the bug.