-
-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
6.5.7-t2 does not wake from suspend #53
Comments
Suspend has been broken since macOS Sonoma |
Thanks, should I keep this issue open ? For other who may have trouble with this, in the meantime the behavior can be changed for lid close = ignore or lock. reference |
Can be kept open |
Hi there!, |
I guess there is a regression in kernel 6.5 that broke Bluetooth for some models. Can you see if you get Bluetooth working on a 6.4.x and a 6.5 kernel @rydymth |
Hi! |
Can you share your complete |
HI! |
I've filed a bug report upstream: |
Hi @rydymth Kernel 6.6.1-2 has a patch sent by upstream maintainers to fix Bluetooth on your model. Can you give it a test when it compiles. It should compile after 2.5-3hrs after I send this message. |
Hi @AdityaGarg8! |
Hi, I am a bit confused as to how @rydymth BT’s issue is related to the suspend issue I reported ? Thanks. |
Its not related to suspend, but is an issue that deserves to be fixed |
Ok, I guess @rydymth could have created another GH issue, hence my confusion. |
Looks like the UBSAN error got fixed. Got another patch, try 6.6.1-3 |
Yes UBSAN error is fixed. For the ASPM error i put
It shuts the display and i believe it suspends tasks and processes just fine. I have the USB-C connector attached to this laptop and while the screen is off the light on the USB-C connector still lights up, thats how i know my macbook didnt shut itself down. |
Suspend is related to apple-bce so please don't mix it with Bluetooth. But cause your Bluetooth issue has been introduced here, let it be here |
I would prefer a log without the ASPM parameters you added and before suspending. |
Suspend may break Bluetooth, but rn the priority is to make it working before suspending. |
No worries @rydymth , I was trying to find some correlation or understanding, thanks. |
Got It! |
So no errors, but Bluetooth still broken? |
Yes... |
Is journalctl you sent post suspend? |
And what is presuspend |
No, This is journalctl normally after booting up.
This one is just a scirpt i wrote above. Before going to suspend i put the dmesg into this preSuspend.txt. So everytime i do systemctl suspend the dmesg gets is written to the file. In the scrpit i also have written the postSuspend script but that doesnt work... |
Why your journalctl does not have the kernel parameters. I want |
And please, no suspend |
I need to talk to upstream, so would prefer keeping suspend out of this. Suspend is an issue which we need to handle, not upstream. |
Got it |
I don't find suspend getting fixed anytime soon. Also, the camera fix in your article is not relevant at all. |
My MacBook webcam was not working and https://devicetests.com/fix-webcam-issues-ubuntu-macbook-air actually fixed my webcam. It worked for me. MacBooks are popular and last a long time. Linux support on MacBooks will definitely boost Linux adoption. Although, yes, open source hardware is the best. I hope for the suspend fix for my current daily driver. |
I'm currently affected by this issue in a MacBook I've recently acquired, with Sonoma installed. Is there any way to downgrade my running MacOS to get the sleep and bluetooth features working? Which was the latest working version? |
Even if you downgrade, the sleep issue won't get fixed. People have got success with s2idle sleep, you can try that. |
You can search in the discord general channel « s2idle », I think it works for some & not others & it isn’t true deep sleep so battery consumption may still be an issue. I haven’t tried it yet as I am rarely using Ubuntu on my MBP 2018.
|
S2 will not be enough to have the MBP disconnected for many hours... Maybe a solution could be to have it configured to hibernate after a few minutes. I hope this suspend issue gets fixed. |
Does not work for me, either. Macbook Pro 2018 15,1 This seems like a hard one, bc after trying to wake the macbook from deep sleep, it does not turn on the screen or log any messages (?? if it was bce_vhci it would at least be able to write something to the disk or am I mistaken here??); although something appears to be happening:
S2Idle does not work for me, same behavior (maybe I need to switch to Intel graphics, haven't tried it yet). Hibernation (suspend to disk) also doesn't work, since bce_vhci does not resume, so touchpad & keyboard won't work (but I think it might be a different issue). I can not confirm @aboulfad s findings since if I blacklist all the modules suspend shows the exact same behavior. EDIT: If somebody needs any help debugging this, recompiling an testing a module etc etc I've got time and motivation to do it :) |
I've noticed s2idle works only with Intel GPU. |
Sadly, not on my 2018 MBP i7 (Intel Iris Plus Graphics 655), s2idle also results in a frozen system requiring a hard reset. |
I can confirm, still not working when setting my Intel UHD Graphics 630 as the main graphics and blacklisting the amdgpu kernel module. Maybe it's macbooks with ONLY integrated GPUs, like many 13 inch models? Can somebody with a working s2idle state post system configuration / specs? Maybe also a boot log? Maybe it would be helpful to compare boot logs of a working (old firmware?) system in general, since there are some ACPI errors in mine; and given the system doesn't boot enough to even log anything it could be some power management issue. Also apple_bce resumes normally if the suspend is aborted just before power off (sometimes the wifi card does prevent suspending, but this is also a seperate issue I think). apple_bce shuts down, then resumes correctly in that case, when power was not fully off. |
Contact the discord if you want to chat with people who have this working. |
@Simon-Martens s2idle doesn’t work on my 2018 MBP 13” intel integrated gpu only. I’ve already checked many of the discord suggestions to no avail, good luck for your setup. |
Have there been any updates to this issue in the last two months? I have a 16' 2019 MBP with BRCM Wi-Fi card and AMD graphics card and have been troubleshooting this issue all weekend to no avail. |
Not yet |
dmesg.log
I also blocked non-working suspend. I had resume kernel arguments preset in grub cmdline before and it actually worked. It was able to save image, then turn off properly without reset, then i booted it back and it actually restored image
Is it worth trying to make it work further? It seems issues are related to some frozen ACPI modules. Can you kindly tell me what modules can I unload and reload or what else can i try to make system usable after restore from hibernation. My grub cmdline: Linux macbookpro 6.8.8-t2 #1 SMP PREEMPT_DYNAMIC Sun Apr 28 07:27:07 UTC 2024 x86_64 GNU/Linux Thanks UPD: And i cant repeat it... on top of that my touchbar not going back even across reboots, like its still some tainted boot that i cant cleanse. Thats strange: it gave me hope and now doing same thing again. Well not exact same thing: now it just wakes up instantly instead of going to hibernation. UPD2: I am able to put it to hibernation again, i just have to type touchpad --restart first so touchpad starts working and then hibernation doesnt gets cancelled with systemctl hibernate. But still after restore of state I am unable to make keyboard and touchpad and touchbar to work. Hibernation could be nice alternative if its possible to make these modules work |
Interesting finding, but the issue you are facing is most likely due to apple-bce. Do you have any logs from apple-bce after resuming? |
since now i am able to repeat the process i can collect any kind of logs. Where are the apple-bce logs if its not dmesg? Dmesg after restore i did already provide above. |
Probably check [ 232.734819] bce-vhci: Possible desync, cmd cancel timed out This was in your dmesg, indicates its bce at fault. Nothing can be done here. |
i booted today with macbook connected to external keyboard and monitor and touchbar was working straight away i didnt have to restart it.
Are these the logs you wanted to see? |
i just found my macbook inside my bag hot af because i closed it and forgot to poweroff. Luckily it seems nothing bad happened this time but it proves that this issue is really painful and my lid-closing habits can actually ruin the hardware. While i am still hoping for a possibility to make hibernation work with some crutch that resets those frozen modules after RAM image restore, but for now I will live with currently posted shutdown-type hibernation method because it both does action on lid closure and saves the data currently in RAM. One important thing to add to my previous post: |
I was able to follow through this and am getting the same exact problem that you are facing @POMATu ! But my wifi and bluetooth works and i am able to ssh into my system as well. |
Hi guys. Recently bought used mba 2020 i5 for ubuntu and googled t2 project. This is awesome and thank you for this gem. Maybe this will help when you'll have a time. Some additional things to say.
followed this instruction for setup swapfile https://linuxhint.com/enable-hibernate-ubuntu-22-04-lts/ Really hope suspend/hib will addressed eventually otherwise I have to run my dev environment/docker every day 🙂 and I see no other workaround. |
There was not point to reverting back to Monterey. Just keep your Mac updated now. Wi-Fi firmware has no role in suspend. For Wi-Fi issues, your Mac model has broken Bluetooth driver with interferes with Wi-Fi. Prefer using a 5Ghz Wi-Fi or just blacklist Bluetooth driver if you don't need it. |
So I made a few tests using this apple-bce-drv fork... Following this guide I retrieved these results: Resume failed, dmesg after reboot:
Following this guide I retrieved these results: core: failed
processors: failed
platform: failed
devices: success freezer: success Still unknown what's causing the panic. NOTE:
From: https://www.kernel.org/doc/Documentation/power/basic-pm-debugging.txt |
Hey i want to clarify few points in this thread for the people that landed here from search engine, because it was utterly unclear for me at the time i found this thread, that time i thought i gotta use my macbook without suspend working, but its not true:
|
Hi! Unfortunately that workaround isn't working for my mba 2020 on ubuntu 6.9.8-3-t2-jammy. ` [Service] ExecStart=modprobe -r brcmfmac_wcc ExecStop=modprobe apple-bce [Install] for commented rows I got errors:
...
|
I won't work for Ubuntu. Works only for Debian and Arch for now. |
The following seems to work at least the daemon does not complain, haven't tried to sleep it on Ubuntu 24.0.4.1 LTS without the linux-t2-lts kernel installed, kernel Linux 6.8.0-41-generic, MacPro 7,2. [Unit] Description=Disable and Re-Enable Apple BCE Module (and Wi-Fi) Before=sleep.target StopWhenUnneeded=yes [Service] User=root Type=oneshot RemainAfterExit=yes ExecStart=/usr/sbin/modprobe -r brcmfmac_wcc ExecStart=/usr/sbin/modprobe -r brcmfmac #ExecStart=/usr/sbin/rmmod -f apple-bce ExecStart=/usr/sbin/modprobe -r apple-bce ExecStop=/usr/sbin/modprobe apple-bce ExecStop=/usr/sbin/modprobe brcmfmac ExecStop=/usr/sbin/modprobe brcmfmac_wcc [Install] WantedBy=sleep.target systemctl daemon-reload sudo systemctl restart suspend-fix-t2.service systemctl status suspend-fix-t2.service ○ suspend-fix-t2.service - Disable and Re-Enable Apple BCE Module (and Wi-Fi) Loaded: loaded (/etc/systemd/system/suspend-fix-t2.service; enabled; preset: enabled) Active: inactive (dead) since Sat 2024-09-07 06:55:09 PDT; 5s ago Duration: 1ms Process: 82988 ExecStart=/usr/sbin/modprobe -r brcmfmac_wcc (code=exited, status=0/SUCCESS) Process: 82990 ExecStart=/usr/sbin/modprobe -r brcmfmac (code=exited, status=0/SUCCESS) Process: 82992 ExecStart=/usr/sbin/modprobe -r apple-bce (code=exited, status=0/SUCCESS) Process: 82994 ExecStop=/usr/sbin/modprobe apple-bce (code=exited, status=0/SUCCESS) Process: 83011 ExecStop=/usr/sbin/modprobe brcmfmac (code=exited, status=0/SUCCESS) Process: 83029 ExecStop=/usr/sbin/modprobe brcmfmac_wcc (code=exited, status=0/SUCCESS) Main PID: 82992 (code=exited, status=0/SUCCESS) CPU: 28ms Sep 07 06:55:09 user systemd[1]: Starting suspend-fix-t2.service - Disable and Re-Enable Apple BCE Module (and Wi-Fi)... Sep 07 06:55:09 user systemd[1]: Finished suspend-fix-t2.service - Disable and Re-Enable Apple BCE Module (and Wi-Fi). Sep 07 06:55:09 user systemd[1]: Stopping suspend-fix-t2.service - Disable and Re-Enable Apple BCE Module (and Wi-Fi)... Sep 07 06:55:09 user systemd[1]: suspend-fix-t2.service: Deactivated successfully. Sep 07 06:55:09 user systemd[1]: Stopped suspend-fix-t2.service - Disable and Re-Enable Apple BCE Module (and Wi-Fi). Tested and sortof works to wake from suspend, but is slow and only if you unplug and plugin:
if you just hit a keyboard button nothing happens. It does not seem to be watching correctly for keypresses. sudo dmesg | grep error [ 6.058544] ACPI Error: Aborting method \_SB.PCI0.RP01.ARPT._PSW due to previous error (AE_TIME) (20230628/psparse-529) [ 8.558543] ACPI Error: Aborting method \_SB.PCI0.RP09.XGBE._PSW due to previous error (AE_TIME) (20230628/psparse-529) [ 11.058543] ACPI Error: Aborting method \_SB.PCI0.RP13.XGBE._PSW due to previous error (AE_TIME) (20230628/psparse-529) [ 13.571544] ACPI Error: Aborting method \_SB.PC04.MCP0.US00.DS09.UPSB.DSB2.XHC4._PSW due to previous error (AE_TIME) (20230628/psparse-529) [ 16.074547] ACPI Error: Aborting method \_SB.PC04.MCP0.US00.DS0A.UPSB.DSB2.XHC5._PSW due to previous error (AE_TIME) (20230628/psparse-529) [ 18.577545] ACPI Error: Aborting method \_SB.PC04.MCP0.US00.DS18.UPSB.DSB2.XHC2._PSW due to previous error (AE_TIME) (20230628/psparse-529) [ 21.079543] ACPI Error: Aborting method \_SB.PC04.MCP0.US00.DS19.UPSB.DSB2.XHC3._PSW due to previous error (AE_TIME) (20230628/psparse-529) [ 23.581545] ACPI Error: Aborting method \_SB.PC04.MCP0.US00.DS1A.UPSB.DSB2.XHC6._PSW due to previous error (AE_TIME) (20230628/psparse-529) [ 26.083543] ACPI Error: Aborting method \_SB.PC04.MCP0.US00.DS1B.UPSB.DSB2.XHC7._PSW due to previous error (AE_TIME) (20230628/psparse-529) [ 28.633548] ACPI Error: Aborting method \_SB.PCI0.LPCB.EC._REG due to previous error (AE_TIME) (20230628/psparse-529) [ 28.646885] apple-properties: device path parse error -19 at 0x32: [ 28.646935] apple-properties: device path parse error -19 at 0x32: [ 44.168048] brcmfmac 0000:02:00.0: Direct firmware load for brcm/brcmfmac4364b3-pcie.apple,hanauma-HRPN-m-7.9-X0.bin failed with error -2 [ 44.168113] brcmfmac 0000:02:00.0: Direct firmware load for brcm/brcmfmac4364b3-pcie.apple,hanauma-HRPN-m-7.9.bin failed with error -2 [ 44.168215] brcmfmac 0000:02:00.0: Direct firmware load for brcm/brcmfmac4364b3-pcie.apple,hanauma-HRPN-m.bin failed with error -2 [ 44.168257] brcmfmac 0000:02:00.0: Direct firmware load for brcm/brcmfmac4364b3-pcie.apple,hanauma-HRPN.bin failed with error -2 [ 44.168311] brcmfmac 0000:02:00.0: Direct firmware load for brcm/brcmfmac4364b3-pcie.apple,hanauma-X0.bin failed with error -2 [ 46.935450] pcieport 0000:12:00.0: AER: Correctable error message received from 0000:23:00.0 [ 53.953869] pcieport 0000:12:00.0: AER: Uncorrectable (Non-Fatal) error message received from 0000:8a:02.0 [ 53.953903] pcieport 0000:8a:02.0: device [8086:15ea] error status/mask=00300000/00000000 [ 53.965336] xhci_hcd 0000:8c:00.0: AER: can't recover (no error_detected callback) journalctl -p 3 -xb Sep 07 07:12:35 user kernel: ACPI Error: AE_TIME, Returned by Handler for [EmbeddedControl] (20230628/evregion-300) Sep 07 07:12:35 user kernel: ACPI Error: Timeout from EC hardware or EC device driver (20230628/evregion-310) Sep 07 07:12:35 user kernel: ACPI Error: Aborting method \_SB.PCI0.RP01.ARPT._PSW due to previous error (AE_TIME) (20230628/psparse-529) Sep 07 07:12:35 user kernel: ACPI Error: AE_TIME, Returned by Handler for [EmbeddedControl] (20230628/evregion-300) Sep 07 07:12:35 user kernel: ACPI Error: Timeout from EC hardware or EC device driver (20230628/evregion-310) Sep 07 07:12:35 user kernel: ACPI Error: Aborting method \_SB.PCI0.RP09.XGBE._PSW due to previous error (AE_TIME) (20230628/psparse-529) Sep 07 07:12:35 user kernel: ACPI Error: AE_TIME, Returned by Handler for [EmbeddedControl] (20230628/evregion-300) Sep 07 07:12:35 user kernel: ACPI Error: Timeout from EC hardware or EC device driver (20230628/evregion-310) Sep 07 07:12:35 user kernel: ACPI Error: Aborting method \_SB.PCI0.RP13.XGBE._PSW due to previous error (AE_TIME) (20230628/psparse-529) Sep 07 07:12:35 user kernel: ACPI Error: AE_TIME, Returned by Handler for [EmbeddedControl] (20230628/evregion-300) Sep 07 07:12:35 user kernel: ACPI Error: Timeout from EC hardware or EC device driver (20230628/evregion-310) Sep 07 07:12:35 user kernel: ACPI Error: Aborting method \_SB.PC04.MCP0.US00.DS09.UPSB.DSB2.XHC4._PSW due to previous error (AE_TIME) (20230628/psparse-529) Sep 07 07:12:35 user kernel: ACPI Error: AE_TIME, Returned by Handler for [EmbeddedControl] (20230628/evregion-300) Sep 07 07:12:35 user kernel: ACPI Error: Timeout from EC hardware or EC device driver (20230628/evregion-310) Sep 07 07:12:35 user kernel: ACPI Error: Aborting method \_SB.PC04.MCP0.US00.DS0A.UPSB.DSB2.XHC5._PSW due to previous error (AE_TIME) (20230628/psparse-529) Sep 07 07:12:35 user kernel: ACPI Error: AE_TIME, Returned by Handler for [EmbeddedControl] (20230628/evregion-300) Sep 07 07:12:35 user kernel: ACPI Error: Timeout from EC hardware or EC device driver (20230628/evregion-310) Sep 07 07:12:35 user kernel: ACPI Error: Aborting method \_SB.PC04.MCP0.US00.DS18.UPSB.DSB2.XHC2._PSW due to previous error (AE_TIME) (20230628/psparse-529) Sep 07 07:12:35 user kernel: ACPI Error: AE_TIME, Returned by Handler for [EmbeddedControl] (20230628/evregion-300) Sep 07 07:12:35 user kernel: ACPI Error: Timeout from EC hardware or EC device driver (20230628/evregion-310) Sep 07 07:12:35 user kernel: ACPI Error: Aborting method \_SB.PC04.MCP0.US00.DS19.UPSB.DSB2.XHC3._PSW due to previous error (AE_TIME) (20230628/psparse-529) Sep 07 07:12:35 user kernel: ACPI Error: AE_TIME, Returned by Handler for [EmbeddedControl] (20230628/evregion-300) Sep 07 07:12:35 user kernel: ACPI Error: Timeout from EC hardware or EC device driver (20230628/evregion-310) Sep 07 07:12:35 user kernel: ACPI Error: Aborting method \_SB.PC04.MCP0.US00.DS1A.UPSB.DSB2.XHC6._PSW due to previous error (AE_TIME) (20230628/psparse-529) Sep 07 07:12:35 user kernel: ACPI Error: AE_TIME, Returned by Handler for [EmbeddedControl] (20230628/evregion-300) Sep 07 07:12:35 user kernel: ACPI Error: Timeout from EC hardware or EC device driver (20230628/evregion-310) Sep 07 07:12:35 user kernel: ACPI Error: Aborting method \_SB.PC04.MCP0.US00.DS1B.UPSB.DSB2.XHC7._PSW due to previous error (AE_TIME) (20230628/psparse-529) Sep 07 07:12:35 user kernel: ACPI Error: AE_TIME, Returned by Handler for [EmbeddedControl] (20230628/evregion-300) Sep 07 07:12:35 user kernel: ACPI Error: Timeout from EC hardware or EC device driver (20230628/evregion-310) Sep 07 07:12:35 user kernel: ACPI Error: Aborting method \_SB.PCI0.LPCB.EC._REG due to previous error (AE_TIME) (20230628/psparse-529) Sep 07 07:12:35 user kernel: apple-properties: device path parse error -19 at 0x32: Sep 07 07:12:35 user kernel: apple-properties: 00000000: 10 01 00 00 03 00 00 00 02 01 0c 00 d0 41 03 0a .............A.. Sep 07 07:12:35 user kernel: apple-properties: 00000010: 04 00 00 00 01 01 06 00 00 00 01 01 06 00 00 00 ................ Sep 07 07:12:35 user kernel: apple-properties: 00000020: 01 01 06 00 00 09 01 01 06 00 00 00 01 01 06 00 ................ Sep 07 07:12:35 user kernel: apple-properties: 00000030: 00 01 01 01 06 00 00 00 7f ff 04 00 46 00 00 00 ............F... Sep 07 07:12:35 user kernel: apple-properties: 00000040: 54 00 75 00 6e 00 6e 00 65 00 6c 00 20 00 45 00 T.u.n.n.e.l. .E. Sep 07 07:12:35 user kernel: apple-properties: 00000050: 6e 00 64 00 70 00 6f 00 69 00 6e 00 74 00 20 00 n.d.p.o.i.n.t. . Sep 07 07:12:35 user kernel: apple-properties: 00000060: 44 00 65 00 76 00 69 00 63 00 65 00 20 00 56 00 D.e.v.i.c.e. .V. Sep 07 07:12:35 user kernel: apple-properties: 00000070: 65 00 6e 00 64 00 6f 00 72 00 20 00 49 00 44 00 e.n.d.o.r. .I.D. Sep 07 07:12:35 user kernel: apple-properties: 00000080: 00 00 08 00 00 00 5a 00 00 00 44 00 00 00 54 00 ......Z...D...T. Sep 07 07:12:35 user kernel: apple-properties: 00000090: 75 00 6e 00 6e 00 65 00 6c 00 20 00 45 00 6e 00 u.n.n.e.l. .E.n. Sep 07 07:12:35 user kernel: apple-properties: 000000a0: 64 00 70 00 6f 00 69 00 6e 00 74 00 20 00 44 00 d.p.o.i.n.t. .D. Sep 07 07:12:35 user kernel: apple-properties: 000000b0: 65 00 76 00 69 00 63 00 65 00 20 00 4d 00 6f 00 e.v.i.c.e. .M.o. Sep 07 07:12:35 user kernel: apple-properties: 000000c0: 64 00 65 00 6c 00 20 00 49 00 44 00 00 00 08 00 d.e.l. .I.D..... Sep 07 07:12:35 user kernel: apple-properties: 000000d0: 00 00 21 de 00 00 2e 00 00 00 54 00 75 00 6e 00 ..!.......T.u.n. Sep 07 07:12:35 user kernel: apple-properties: 000000e0: 6e 00 65 00 6c 00 20 00 45 00 6e 00 64 00 70 00 n.e.l. .E.n.d.p. Sep 07 07:12:35 user kernel: apple-properties: 000000f0: 6f 00 69 00 6e 00 74 00 20 00 47 00 55 00 49 00 o.i.n.t. .G.U.I. Sep 07 07:12:35 user kernel: apple-properties: 00000100: 44 00 00 00 0c 00 00 00 00 c3 f9 68 dc cf 5a 00 D..........h..Z. Sep 07 07:12:35 user kernel: apple-properties: device path parse error -19 at 0x32: Sep 07 07:12:35 user kernel: apple-properties: 00000000: 10 01 00 00 03 00 00 00 02 01 0c 00 d0 41 03 0a .............A.. Sep 07 07:12:35 user kernel: apple-properties: 00000010: 04 00 00 00 01 01 06 00 00 00 01 01 06 00 00 00 ................ Sep 07 07:12:35 user kernel: apple-properties: 00000020: 01 01 06 00 00 0a 01 01 06 00 00 00 01 01 06 00 ................ Sep 07 07:12:35 user kernel: apple-properties: 00000030: 00 04 01 01 06 00 00 00 7f ff 04 00 46 00 00 00 ............F... Sep 07 07:12:35 user kernel: apple-properties: 00000040: 54 00 75 00 6e 00 6e 00 65 00 6c 00 20 00 45 00 T.u.n.n.e.l. .E. Sep 07 07:12:35 user kernel: apple-properties: 00000050: 6e 00 64 00 70 00 6f 00 69 00 6e 00 74 00 20 00 n.d.p.o.i.n.t. . Sep 07 07:12:35 user kernel: apple-properties: 00000060: 44 00 65 00 76 00 69 00 63 00 65 00 20 00 56 00 D.e.v.i.c.e. .V. Sep 07 07:12:35 user kernel: apple-properties: 00000070: 65 00 6e 00 64 00 6f 00 72 00 20 00 49 00 44 00 e.n.d.o.r. .I.D. Sep 07 07:12:35 user kernel: apple-properties: 00000080: 00 00 08 00 00 00 01 00 00 00 44 00 00 00 54 00 ..........D...T. Sep 07 07:12:35 user kernel: apple-properties: 00000090: 75 00 6e 00 6e 00 65 00 6c 00 20 00 45 00 6e 00 u.n.n.e.l. .E.n. Sep 07 07:12:35 user kernel: apple-properties: 000000a0: 64 00 70 00 6f 00 69 00 6e 00 74 00 20 00 44 00 d.p.o.i.n.t. .D. Sep 07 07:12:35 user kernel: apple-properties: 000000b0: 65 00 76 00 69 00 63 00 65 00 20 00 4d 00 6f 00 e.v.i.c.e. .M.o. Sep 07 07:12:35 user kernel: apple-properties: 000000c0: 64 00 65 00 6c 00 20 00 49 00 44 00 00 00 08 00 d.e.l. .I.D..... Sep 07 07:12:35 user kernel: apple-properties: 000000d0: 00 00 02 80 00 00 2e 00 00 00 54 00 75 00 6e 00 ..........T.u.n. Sep 07 07:12:35 user kernel: apple-properties: 000000e0: 6e 00 65 00 6c 00 20 00 45 00 6e 00 64 00 70 00 n.e.l. .E.n.d.p. Sep 07 07:12:35 user kernel: apple-properties: 000000f0: 6f 00 69 00 6e 00 74 00 20 00 47 00 55 00 49 00 o.i.n.t. .G.U.I. Sep 07 07:12:35 user kernel: apple-properties: 00000100: 44 00 00 00 0c 00 00 00 e0 f4 9a 00 01 00 01 00 D............... Sep 07 07:12:35 user kernel: integrity: Reading UEFI Secure Boot Certs is not supported on T2 Macs. Sep 07 07:12:35 user kernel: spi-nor spi0.0: unrecognized JEDEC id bytes: f4 00 9c 36 03 00 Sep 07 07:12:35 user kernel: brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac4364b3-pcie for chip BCM4364/4 Sep 07 07:12:38 user kernel: brcmfmac: brcmf_c_process_txcap_blob: TxCap blob found, loading Sep 07 07:12:38 user kernel: brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4364/4 wl0: Dec 9 2022 17:02:25 version 9.30.492.0.32.5.87 FWID 01-e7856862 Sep 07 07:12:41 user gdm-autologin][2702]: gkr-pam: couldn't unlock the login keyring. Sep 07 07:12:41 user systemd[2712]: Failed to start app-gnome-gnome\x2dkeyring\x2dpkcs11-2862.scope - Application launched by gnome-session-binary. ░░ Subject: A start job for unit UNIT has failed ░░ Defined-By: systemd ░░ Support: http://www.ubuntu.com/support ░░ ░░ A start job for unit UNIT has finished with a failure. ░░ ░░ The job identifier is 226 and the job result is failed. Sep 07 07:12:41 user systemd[2712]: Failed to start app-gnome-gnome\x2dkeyring\x2dsecrets-2859.scope - Application launched by gnome-session-binary. ░░ Subject: A start job for unit UNIT has failed ░░ Defined-By: systemd ░░ Support: http://www.ubuntu.com/support ░░ ░░ A start job for unit UNIT has finished with a failure. ░░ ░░ The job identifier is 222 and the job result is failed. Sep 07 07:12:41 user systemd[2712]: Failed to start app-gnome-xdg\x2duser\x2ddirs-2879.scope - Application launched by gnome-session-binary. ░░ Subject: A start job for unit UNIT has failed ░░ Defined-By: systemd ░░ Support: http://www.ubuntu.com/support ░░ ░░ A start job for unit UNIT has finished with a failure. ░░ ░░ The job identifier is 238 and the job result is failed. Sep 07 07:12:42 user systemd[2712]: Failed to start app-gnome-user\x2ddirs\x2dupdate\x2dgtk-3136.scope - Application launched by gnome-session-binary. ░░ Subject: A start job for unit UNIT has failed ░░ Defined-By: systemd ░░ Support: http://www.ubuntu.com/support ░░ ░░ A start job for unit UNIT has finished with a failure. ░░ ░░ The job identifier is 340 and the job result is failed. Sep 07 07:12:44 user kernel: usb 15-1.4: 1:1: cannot get freq at ep 0x4 Sep 07 07:12:45 user kernel: usb 15-1.4: 1:2: cannot get freq at ep 0x4 Sep 07 07:12:45 user kernel: usb 15-1.4: 2:1: cannot get freq at ep 0x84 Sep 07 07:12:45 user kernel: pcieport 0000:8a:02.0: PCIe Bus Error: severity=Uncorrectable (Non-Fatal), type=Transaction Layer, (Requester ID) Sep 07 07:12:45 user kernel: pcieport 0000:8a:02.0: device [8086:15ea] error status/mask=00300000/00000000 Sep 07 07:12:45 user kernel: pcieport 0000:8a:02.0: [20] UnsupReq (First) Sep 07 07:12:45 user kernel: pcieport 0000:8a:02.0: [21] ACSViol Sep 07 07:12:45 user kernel: pcieport 0000:8a:02.0: AER: TLP Header: 34000000 00000010 00000000 00000000 Adding kernel parameters: journalctl -p 3 -xb Sep 07 08:30:26 amiga kernel: ACPI Error: AE_TIME, Returned by Handler for [EmbeddedControl] (20230628/evregion-300) Sep 07 08:30:26 amiga kernel: ACPI Error: Timeout from EC hardware or EC device driver (20230628/evregion-310) Sep 07 08:30:26 amiga kernel: ACPI Error: Aborting method \_SB.PCI0.RP01.ARPT._PSW due to previous error (AE_TIME) (20230628/psparse-529) Sep 07 08:30:26 amiga kernel: ACPI Error: AE_TIME, Returned by Handler for [EmbeddedControl] (20230628/evregion-300) Sep 07 08:30:26 amiga kernel: ACPI Error: Timeout from EC hardware or EC device driver (20230628/evregion-310) Sep 07 08:30:26 amiga kernel: ACPI Error: Aborting method \_SB.PCI0.RP09.XGBE._PSW due to previous error (AE_TIME) (20230628/psparse-529) Sep 07 08:30:26 amiga kernel: ACPI Error: AE_TIME, Returned by Handler for [EmbeddedControl] (20230628/evregion-300) Sep 07 08:30:26 amiga kernel: ACPI Error: Timeout from EC hardware or EC device driver (20230628/evregion-310) Sep 07 08:30:26 amiga kernel: ACPI Error: Aborting method \_SB.PCI0.RP13.XGBE._PSW due to previous error (AE_TIME) (20230628/psparse-529) Sep 07 08:30:26 amiga kernel: ACPI Error: AE_TIME, Returned by Handler for [EmbeddedControl] (20230628/evregion-300) Sep 07 08:30:26 amiga kernel: ACPI Error: Timeout from EC hardware or EC device driver (20230628/evregion-310) Sep 07 08:30:26 amiga kernel: ACPI Error: Aborting method \_SB.PC04.MCP0.US00.DS09.UPSB.DSB2.XHC4._PSW due to previous error (AE_TIME) (20230628/pspars> Sep 07 08:30:26 amiga kernel: ACPI Error: AE_TIME, Returned by Handler for [EmbeddedControl] (20230628/evregion-300) Sep 07 08:30:26 amiga kernel: ACPI Error: Timeout from EC hardware or EC device driver (20230628/evregion-310) Sep 07 08:30:26 amiga kernel: ACPI Error: Aborting method \_SB.PC04.MCP0.US00.DS0A.UPSB.DSB2.XHC5._PSW due to previous error (AE_TIME) (20230628/pspars> Sep 07 08:30:26 amiga kernel: ACPI Error: AE_TIME, Returned by Handler for [EmbeddedControl] (20230628/evregion-300) Sep 07 08:30:26 amiga kernel: ACPI Error: Timeout from EC hardware or EC device driver (20230628/evregion-310) Sep 07 08:30:26 amiga kernel: ACPI Error: Aborting method \_SB.PC04.MCP0.US00.DS18.UPSB.DSB2.XHC2._PSW due to previous error (AE_TIME) (20230628/pspars> Sep 07 08:30:26 amiga kernel: ACPI Error: AE_TIME, Returned by Handler for [EmbeddedControl] (20230628/evregion-300) Sep 07 08:30:26 amiga kernel: ACPI Error: Timeout from EC hardware or EC device driver (20230628/evregion-310) Sep 07 08:30:26 amiga kernel: ACPI Error: Aborting method \_SB.PC04.MCP0.US00.DS19.UPSB.DSB2.XHC3._PSW due to previous error (AE_TIME) (20230628/pspars> Sep 07 08:30:26 amiga kernel: ACPI Error: AE_TIME, Returned by Handler for [EmbeddedControl] (20230628/evregion-300) Sep 07 08:30:26 amiga kernel: ACPI Error: Timeout from EC hardware or EC device driver (20230628/evregion-310) Sep 07 08:30:26 amiga kernel: ACPI Error: Aborting method \_SB.PC04.MCP0.US00.DS1A.UPSB.DSB2.XHC6._PSW due to previous error (AE_TIME) (20230628/pspars> Sep 07 08:30:26 amiga kernel: ACPI Error: AE_TIME, Returned by Handler for [EmbeddedControl] (20230628/evregion-300) Sep 07 08:30:26 amiga kernel: ACPI Error: Timeout from EC hardware or EC device driver (20230628/evregion-310) Sep 07 08:30:26 amiga kernel: ACPI Error: Aborting method \_SB.PC04.MCP0.US00.DS1B.UPSB.DSB2.XHC7._PSW due to previous error (AE_TIME) (20230628/pspars> Sep 07 08:30:26 amiga kernel: ACPI Error: AE_TIME, Returned by Handler for [EmbeddedControl] (20230628/evregion-300) Sep 07 08:30:26 amiga kernel: ACPI Error: Timeout from EC hardware or EC device driver (20230628/evregion-310) Sep 07 08:30:26 amiga kernel: ACPI Error: Aborting method \_SB.PCI0.LPCB.EC._REG due to previous error (AE_TIME) (20230628/psparse-529) Sep 07 08:30:26 amiga kernel: apple-properties: device path parse error -19 at 0x32: Sep 07 08:30:26 amiga kernel: apple-properties: 00000000: 10 01 00 00 03 00 00 00 02 01 0c 00 d0 41 03 0a .............A.. Sep 07 08:30:26 amiga kernel: apple-properties: 00000010: 04 00 00 00 01 01 06 00 00 00 01 01 06 00 00 00 ................ Sep 07 08:30:26 amiga kernel: apple-properties: 00000020: 01 01 06 00 00 09 01 01 06 00 00 00 01 01 06 00 ................ Sep 07 08:30:26 amiga kernel: apple-properties: 00000030: 00 01 01 01 06 00 00 00 7f ff 04 00 46 00 00 00 ............F... Sep 07 08:30:26 amiga kernel: apple-properties: 00000040: 54 00 75 00 6e 00 6e 00 65 00 6c 00 20 00 45 00 T.u.n.n.e.l. .E. Sep 07 08:30:26 amiga kernel: apple-properties: 00000050: 6e 00 64 00 70 00 6f 00 69 00 6e 00 74 00 20 00 n.d.p.o.i.n.t. . Sep 07 08:30:26 amiga kernel: apple-properties: 00000060: 44 00 65 00 76 00 69 00 63 00 65 00 20 00 56 00 D.e.v.i.c.e. .V. Sep 07 08:30:26 amiga kernel: apple-properties: 00000070: 65 00 6e 00 64 00 6f 00 72 00 20 00 49 00 44 00 e.n.d.o.r. .I.D. Sep 07 08:30:26 amiga kernel: apple-properties: 00000080: 00 00 08 00 00 00 5a 00 00 00 44 00 00 00 54 00 ......Z...D...T. Sep 07 08:30:26 amiga kernel: apple-properties: 00000090: 75 00 6e 00 6e 00 65 00 6c 00 20 00 45 00 6e 00 u.n.n.e.l. .E.n. Sep 07 08:30:26 amiga kernel: apple-properties: 000000a0: 64 00 70 00 6f 00 69 00 6e 00 74 00 20 00 44 00 d.p.o.i.n.t. .D. Sep 07 08:30:26 amiga kernel: apple-properties: 000000b0: 65 00 76 00 69 00 63 00 65 00 20 00 4d 00 6f 00 e.v.i.c.e. .M.o. Sep 07 08:30:26 amiga kernel: apple-properties: 000000c0: 64 00 65 00 6c 00 20 00 49 00 44 00 00 00 08 00 d.e.l. .I.D..... Sep 07 08:30:26 amiga kernel: apple-properties: 000000d0: 00 00 21 de 00 00 2e 00 00 00 54 00 75 00 6e 00 ..!.......T.u.n. Sep 07 08:30:26 amiga kernel: apple-properties: 000000e0: 6e 00 65 00 6c 00 20 00 45 00 6e 00 64 00 70 00 n.e.l. .E.n.d.p. Sep 07 08:30:26 amiga kernel: apple-properties: 000000f0: 6f 00 69 00 6e 00 74 00 20 00 47 00 55 00 49 00 o.i.n.t. .G.U.I. Sep 07 08:30:26 amiga kernel: apple-properties: 00000100: 44 00 00 00 0c 00 00 00 00 c3 f9 68 dc cf 5a 00 D..........h..Z. Sep 07 08:30:26 amiga kernel: apple-properties: device path parse error -19 at 0x32: Sep 07 08:30:26 amiga kernel: apple-properties: 00000000: 10 01 00 00 03 00 00 00 02 01 0c 00 d0 41 03 0a .............A.. Sep 07 08:30:26 amiga kernel: apple-properties: 00000010: 04 00 00 00 01 01 06 00 00 00 01 01 06 00 00 00 ................ Sep 07 08:30:26 amiga kernel: apple-properties: 00000020: 01 01 06 00 00 0a 01 01 06 00 00 00 01 01 06 00 ................ Sep 07 08:30:26 amiga kernel: apple-properties: 00000030: 00 01 01 01 06 00 00 00 7f ff 04 00 46 00 00 00 ............F... Sep 07 08:30:26 amiga kernel: apple-properties: 00000040: 54 00 75 00 6e 00 6e 00 65 00 6c 00 20 00 45 00 T.u.n.n.e.l. .E. Sep 07 08:30:26 amiga kernel: apple-properties: 00000050: 6e 00 64 00 70 00 6f 00 69 00 6e 00 74 00 20 00 n.d.p.o.i.n.t. . Sep 07 08:30:26 amiga kernel: apple-properties: 00000060: 44 00 65 00 76 00 69 00 63 00 65 00 20 00 56 00 D.e.v.i.c.e. .V. Sep 07 08:30:26 amiga kernel: apple-properties: 00000070: 65 00 6e 00 64 00 6f 00 72 00 20 00 49 00 44 00 e.n.d.o.r. .I.D. Sep 07 08:30:26 amiga kernel: apple-properties: 00000080: 00 00 08 00 00 00 03 00 00 00 44 00 00 00 54 00 ..........D...T. Sep 07 08:30:26 amiga kernel: apple-properties: 00000090: 75 00 6e 00 6e 00 65 00 6c 00 20 00 45 00 6e 00 u.n.n.e.l. .E.n. Sep 07 08:30:26 amiga kernel: apple-properties: 000000a0: 64 00 70 00 6f 00 69 00 6e 00 74 00 20 00 44 00 d.p.o.i.n.t. .D. Sep 07 08:30:26 amiga kernel: apple-properties: 000000b0: 65 00 76 00 69 00 63 00 65 00 20 00 4d 00 6f 00 e.v.i.c.e. .M.o. Sep 07 08:30:26 amiga kernel: apple-properties: 000000c0: 64 00 65 00 6c 00 20 00 49 00 44 00 00 00 08 00 d.e.l. .I.D..... Sep 07 08:30:26 amiga kernel: apple-properties: 000000d0: 00 00 02 00 00 00 2e 00 00 00 54 00 75 00 6e 00 ..........T.u.n. Sep 07 08:30:26 amiga kernel: apple-properties: 000000e0: 6e 00 65 00 6c 00 20 00 45 00 6e 00 64 00 70 00 n.e.l. .E.n.d.p. Sep 07 08:30:26 amiga kernel: apple-properties: 000000f0: 6f 00 69 00 6e 00 74 00 20 00 47 00 55 00 49 00 o.i.n.t. .G.U.I. Sep 07 08:30:26 amiga kernel: apple-properties: 00000100: 44 00 00 00 0c 00 00 00 10 ed d4 0f 00 00 03 00 D............... Sep 07 08:30:26 amiga kernel: apple-properties: device path parse error -19 at 0x32: Sep 07 08:30:26 amiga kernel: apple-properties: 00000000: 10 01 00 00 03 00 00 00 02 01 0c 00 d0 41 03 0a .............A.. Sep 07 08:30:26 amiga kernel: apple-properties: 00000010: 04 00 00 00 01 01 06 00 00 00 01 01 06 00 00 00 ................ Sep 07 08:30:26 amiga kernel: apple-properties: 00000020: 01 01 06 00 00 0a 01 01 06 00 00 00 01 01 06 00 ................ Sep 07 08:30:26 amiga kernel: apple-properties: 00000030: 00 04 01 01 06 00 00 00 7f ff 04 00 46 00 00 00 ............F... Sep 07 08:30:26 amiga kernel: apple-properties: 00000040: 54 00 75 00 6e 00 6e 00 65 00 6c 00 20 00 45 00 T.u.n.n.e.l. .E. Sep 07 08:30:26 amiga kernel: apple-properties: 00000050: 6e 00 64 00 70 00 6f 00 69 00 6e 00 74 00 20 00 n.d.p.o.i.n.t. . Sep 07 08:30:26 amiga kernel: apple-properties: 00000060: 44 00 65 00 76 00 69 00 63 00 65 00 20 00 56 00 D.e.v.i.c.e. .V. Sep 07 08:30:26 amiga kernel: apple-properties: 00000070: 65 00 6e 00 64 00 6f 00 72 00 20 00 49 00 44 00 e.n.d.o.r. .I.D. Sep 07 08:30:26 amiga kernel: apple-properties: 00000080: 00 00 08 00 00 00 01 00 00 00 44 00 00 00 54 00 ..........D...T. Sep 07 08:30:26 amiga kernel: apple-properties: 00000090: 75 00 6e 00 6e 00 65 00 6c 00 20 00 45 00 6e 00 u.n.n.e.l. .E.n. Sep 07 08:30:26 amiga kernel: apple-properties: 000000a0: 64 00 70 00 6f 00 69 00 6e 00 74 00 20 00 44 00 d.p.o.i.n.t. .D. Sep 07 08:30:26 amiga kernel: apple-properties: 000000b0: 65 00 76 00 69 00 63 00 65 00 20 00 4d 00 6f 00 e.v.i.c.e. .M.o. Sep 07 08:30:26 amiga kernel: apple-properties: 000000c0: 64 00 65 00 6c 00 20 00 49 00 44 00 00 00 08 00 d.e.l. .I.D..... Sep 07 08:30:26 amiga kernel: apple-properties: 000000d0: 00 00 02 80 00 00 2e 00 00 00 54 00 75 00 6e 00 ..........T.u.n. Sep 07 08:30:26 amiga kernel: apple-properties: 000000e0: 6e 00 65 00 6c 00 20 00 45 00 6e 00 64 00 70 00 n.e.l. .E.n.d.p. Sep 07 08:30:26 amiga kernel: apple-properties: 000000f0: 6f 00 69 00 6e 00 74 00 20 00 47 00 55 00 49 00 o.i.n.t. .G.U.I. Sep 07 08:30:26 amiga kernel: apple-properties: 00000100: 44 00 00 00 0c 00 00 00 e0 f4 9a 00 01 00 01 00 D............... Sep 07 08:30:26 amiga kernel: integrity: Reading UEFI Secure Boot Certs is not supported on T2 Macs. Sep 07 08:30:26 amiga kernel: spi-nor spi0.0: unrecognized JEDEC id bytes: f4 00 9c 36 03 00 Sep 07 08:30:26 amiga kernel: brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac4364b3-pcie for chip BCM4364/4 Sep 07 08:30:29 amiga kernel: brcmfmac: brcmf_c_process_txcap_blob: TxCap blob found, loading Sep 07 08:30:29 amiga kernel: brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4364/4 wl0: Dec 9 2022 17:02:25 version 9.30.492.0.32.5.87 FWID 01-e7856862 Sep 07 08:30:32 amiga gdm-autologin][2479]: gkr-pam: couldn't unlock the login keyring. Sep 07 08:30:32 amiga systemd[2538]: Failed to start app-gnome-gnome\x2dkeyring\x2dsecrets-2853.scope - Application launched by gnome-session-binary. ░░ Subject: A start job for unit UNIT has failed ░░ Defined-By: systemd ░░ Support: http://www.ubuntu.com/support ░░ ░░ A start job for unit UNIT has finished with a failure. ░░ ░░ The job identifier is 222 and the job result is failed. Sep 07 08:30:32 amiga systemd[2538]: Failed to start app-gnome-xdg\x2duser\x2ddirs-2872.scope - Application launched by gnome-session-binary. ░░ Subject: A start job for unit UNIT has failed ░░ Defined-By: systemd ░░ Support: http://www.ubuntu.com/support ░░ ░░ A start job for unit UNIT has finished with a failure. ░░ ░░ The job identifier is 234 and the job result is failed. Sep 07 08:30:33 amiga systemd[2538]: Failed to start app-gnome-user\x2ddirs\x2dupdate\x2dgtk-3163.scope - Application launched by gnome-session-binary. ░░ Subject: A start job for unit UNIT has failed ░░ Defined-By: systemd ░░ Support: http://www.ubuntu.com/support ░░ ░░ A start job for unit UNIT has finished with a failure. ░░ ░░ The job identifier is 336 and the job result is failed. Sep 07 08:30:35 amiga kernel: usb 15-1.4: 1:1: cannot get freq at ep 0x4 Sep 07 08:30:36 amiga kernel: usb 15-1.4: 1:2: cannot get freq at ep 0x4 Sep 07 08:30:36 amiga kernel: usb 15-1.4: 2:1: cannot get freq at ep 0x84 Sep 07 08:30:37 amiga kernel: pcieport 0000:8a:02.0: PCIe Bus Error: severity=Uncorrectable (Non-Fatal), type=Transaction Layer, (Requester ID) Sep 07 08:30:37 amiga kernel: pcieport 0000:8a:02.0: device [8086:15ea] error status/mask=00300000/00000000 Sep 07 08:30:37 amiga kernel: pcieport 0000:8a:02.0: [20] UnsupReq (First) Sep 07 08:30:37 amiga kernel: pcieport 0000:8a:02.0: [21] ACSViol Sep 07 08:30:37 amiga kernel: pcieport 0000:8a:02.0: AER: TLP Header: 34000000 00000010 00000000 00000000 Sep 07 08:29:55 amiga nm-openvpn[3685]: event_wait : Interrupted system call (fd=-1,code=4) Sep 07 08:31:30 amiga kernel: pcieport 0000:8a:02.0: PCIe Bus Error: severity=Uncorrectable (Non-Fatal), type=Transaction Layer, (Requester ID) Sep 07 08:31:30 amiga kernel: pcieport 0000:8a:02.0: device [8086:15ea] error status/mask=00300000/00000000 Sep 07 08:31:30 amiga kernel: pcieport 0000:8a:02.0: [20] UnsupReq (First) Sep 07 08:31:30 amiga kernel: pcieport 0000:8a:02.0: [21] ACSViol Sep 07 08:31:30 amiga kernel: pcieport 0000:8a:02.0: AER: TLP Header: 34000000 00000010 00000000 00000000 Sep 07 08:31:30 amiga kernel: ACPI Error: AE_TIME, Returned by Handler for [EmbeddedControl] (20230628/evregion-300) Sep 07 08:31:30 amiga kernel: ACPI Error: Timeout from EC hardware or EC device driver (20230628/evregion-310) Sep 07 08:31:30 amiga kernel: ACPI Error: Aborting method \_SB.PCI0.RP17._PS3 due to previous error (AE_TIME) (20230628/psparse-529) Sep 07 08:31:30 amiga kernel: ACPI Error: AE_TIME, Returned by Handler for [EmbeddedControl] (20230628/evregion-300) Sep 07 08:31:30 amiga kernel: ACPI Error: Timeout from EC hardware or EC device driver (20230628/evregion-310) Sep 07 08:31:30 amiga kernel: ACPI Error: Aborting method \_PTS due to previous error (AE_TIME) (20230628/psparse-529) Sep 07 08:31:30 amiga kernel: ACPI Error: AE_TIME, Returned by Handler for [EmbeddedControl] (20230628/evregion-300) Sep 07 08:31:30 amiga kernel: ACPI Error: Timeout from EC hardware or EC device driver (20230628/evregion-310) Sep 07 08:31:30 amiga kernel: ACPI Error: Aborting method \_WAK due to previous error (AE_TIME) (20230628/psparse-529) Sep 07 08:31:30 amiga kernel: ACPI Error: AE_TIME, While executing method \_WAK (20230628/hwesleep-47) Sep 07 08:31:30 amiga kernel: ACPI Error: Aborting method \_SB.PC04.MCP0.US00.DS0A.UPSB.PCED due to previous error (AE_AML_LOOP_TIMEOUT) (20230628/pspa> Sep 07 08:31:30 amiga kernel: ACPI Error: Aborting method \_SB.PC04.MCP0.US00.DS0A.UPSB._PS0 due to previous error (AE_AML_LOOP_TIMEOUT) (20230628/pspa> Sep 07 08:31:30 amiga kernel: pcieport 0000:8d:00.0: Unable to change power state from D3hot to D0, device inaccessible Sep 07 08:31:30 amiga kernel: pcieport 0000:92:00.0: Unable to change power state from D3hot to D0, device inaccessible Sep 07 08:31:30 amiga kernel: pcieport 0000:8e:04.0: Unable to change power state from D3hot to D0, device inaccessible Sep 07 08:31:30 amiga kernel: pcieport 0000:8e:05.0: Unable to change power state from D3hot to D0, device inaccessible Sep 07 08:31:30 amiga kernel: pcieport 0000:93:00.0: Unable to change power state from D3hot to D0, device inaccessible Sep 07 08:31:30 amiga kernel: pcieport 0000:93:02.0: Unable to change power state from D3hot to D0, device inaccessible Sep 07 08:31:30 amiga kernel: pcieport 0000:93:01.0: Unable to change power state from D3hot to D0, device inaccessible Sep 07 08:31:30 amiga kernel: pcieport 0000:93:05.0: Unable to change power state from D3hot to D0, device inaccessible Sep 07 08:31:30 amiga kernel: pcieport 0000:93:04.0: Unable to change power state from D3hot to D0, device inaccessible Sep 07 08:31:30 amiga kernel: pcieport 0000:8e:03.0: Unable to change power state from D3hot to D0, device inaccessible Sep 07 08:31:30 amiga kernel: ACPI Error: Aborting method \_SB.PC04.MCP0.US00.DS09.UPSB.PCED due to previous error (AE_AML_LOOP_TIMEOUT) (20230628/pspa> Sep 07 08:31:30 amiga kernel: ACPI Error: Aborting method \_SB.PC04.MCP0.US00.DS09.UPSB._PS0 due to previous error (AE_AML_LOOP_TIMEOUT) (20230628/pspa> Sep 07 08:31:30 amiga kernel: firewire_ohci 0000:98:00.0: Unable to change power state from D3hot to D0, device inaccessible Sep 07 08:31:30 amiga kernel: pcieport 0000:20:00.0: Unable to change power state from D3hot to D0, device inaccessible Sep 07 08:31:30 amiga kernel: pcieport 0000:94:00.0: Unable to change power state from D3hot to D0, device inaccessible Sep 07 08:31:30 amiga kernel: tg3 0000:97:00.0: Unable to change power state from D3hot to D0, device inaccessible Sep 07 08:31:30 amiga kernel: ahci 0000:8f:00.0: Unable to change power state from D3hot to D0, device inaccessible Sep 07 08:31:30 amiga kernel: pcieport 0000:21:01.0: Unable to change power state from D3hot to D0, device inaccessible Sep 07 08:31:30 amiga kernel: pcieport 0000:21:03.0: Unable to change power state from D3hot to D0, device inaccessible Sep 07 08:31:30 amiga kernel: pcieport 0000:95:03.0: Unable to change power state from D3hot to D0, device inaccessible Sep 07 08:31:30 amiga kernel: pcieport 0000:21:04.0: Unable to change power state from D3hot to D0, device inaccessible Sep 07 08:31:30 amiga kernel: pcieport 0000:21:00.0: Unable to change power state from D3hot to D0, device inaccessible Sep 07 08:31:30 amiga kernel: pcieport 0000:21:02.0: Unable to change power state from D3hot to D0, device inaccessible Sep 07 08:31:30 amiga kernel: ohci-pci 0000:96:00.0: Unable to change power state from D3hot to D0, device inaccessible Sep 07 08:31:30 amiga kernel: ehci-pci 0000:96:00.2: Unable to change power state from D3hot to D0, device inaccessible Sep 07 08:31:30 amiga kernel: ohci-pci 0000:96:00.1: Unable to change power state from D3hot to D0, device inaccessible Sep 07 08:31:30 amiga kernel: xhci_hcd 0000:23:00.0: Unable to change power state from D3hot to D0, device inaccessible Sep 07 08:31:30 amiga kernel: igb 0000:25:00.0: Unable to change power state from D3hot to D0, device inaccessible Sep 07 08:31:30 amiga kernel: xhci_hcd 0000:22:00.0: Unable to change power state from D3hot to D0, device inaccessible Sep 07 08:31:30 amiga kernel: xhci_hcd 0000:24:00.0: Unable to change power state from D3hot to D0, device inaccessible Sep 07 08:31:30 amiga kernel: xhci_hcd 0000:24:00.0: Unable to change power state from D3cold to D0, device inaccessible Sep 07 08:31:30 amiga kernel: xhci_hcd 0000:23:00.0: Unable to change power state from D3cold to D0, device inaccessible Sep 07 08:31:30 amiga kernel: igb 0000:25:00.0: Unable to change power state from D3cold to D0, device inaccessible Sep 07 08:31:30 amiga kernel: xhci_hcd 0000:22:00.0: Unable to change power state from D3cold to D0, device inaccessible Sep 07 08:31:30 amiga kernel: xhci_hcd 0000:24:00.0: PCI post-resume error -19! Sep 07 08:31:30 amiga kernel: xhci_hcd 0000:24:00.0: HC died; cleaning up Sep 07 08:31:30 amiga kernel: xhci_hcd 0000:23:00.0: PCI post-resume error -19! Sep 07 08:31:30 amiga kernel: xhci_hcd 0000:23:00.0: HC died; cleaning up Sep 07 08:31:30 amiga kernel: xhci_hcd 0000:22:00.0: PCI post-resume error -19! Sep 07 08:31:30 amiga kernel: igb 0000:25:00.0: PM: dpm_run_callback(): pci_pm_resume+0x0/0x110 returns -19 Sep 07 08:31:30 amiga kernel: xhci_hcd 0000:22:00.0: HC died; cleaning up Sep 07 08:31:30 amiga kernel: igb 0000:25:00.0: PM: failed to resume async: error -19 Sep 07 08:31:30 amiga kernel: xhci_hcd 0000:24:00.0: PM: dpm_run_callback(): pci_pm_resume+0x0/0x110 returns -19 Sep 07 08:31:30 amiga kernel: xhci_hcd 0000:23:00.0: PM: dpm_run_callback(): pci_pm_resume+0x0/0x110 returns -19 Sep 07 08:31:30 amiga kernel: xhci_hcd 0000:24:00.0: PM: failed to resume async: error -19 Sep 07 08:31:30 amiga kernel: xhci_hcd 0000:22:00.0: PM: dpm_run_callback(): pci_pm_resume+0x0/0x110 returns -19 Sep 07 08:31:30 amiga kernel: xhci_hcd 0000:23:00.0: PM: failed to resume async: error -19 Sep 07 08:31:30 amiga kernel: xhci_hcd 0000:22:00.0: PM: failed to resume async: error -19 Sep 07 08:31:30 amiga kernel: ohci-pci 0000:96:00.0: Unable to change power state from D3cold to D0, device inaccessible Sep 07 08:31:30 amiga kernel: ohci-pci 0000:96:00.1: Unable to change power state from D3cold to D0, device inaccessible Sep 07 08:31:30 amiga kernel: ehci-pci 0000:96:00.2: Unable to change power state from D3cold to D0, device inaccessible Sep 07 08:31:30 amiga kernel: usb 1-3: device descriptor read/64, error -71 Sep 07 08:31:30 amiga kernel: usb 1-3: device descriptor read/64, error -71 Sep 07 08:31:30 amiga kernel: ahci 0000:8f:00.0: Controller reset failed (0xffffffff) Sep 07 08:31:30 amiga kernel: ahci 0000:8f:00.0: PM: dpm_run_callback(): pci_pm_resume+0x0/0x110 returns -5 Sep 07 08:31:30 amiga kernel: ahci 0000:8f:00.0: PM: failed to resume async: error -5 Sep 07 08:31:30 amiga kernel: ahci 0000:8f:00.0: AHCI controller unavailable! Sep 07 08:31:30 amiga kernel: ahci 0000:8f:00.0: AHCI controller unavailable! Sep 07 08:31:30 amiga kernel: ahci 0000:8f:00.0: AHCI controller unavailable! Sep 07 08:31:30 amiga kernel: ahci 0000:8f:00.0: AHCI controller unavailable! Sep 07 08:31:30 amiga kernel: usb 1-3: device descriptor read/64, error -71 Sep 07 08:31:30 amiga kernel: usb 1-3: device descriptor read/64, error -71 Sep 07 08:31:30 amiga kernel: usb 1-3: device not accepting address 2, error -71 Sep 07 08:31:30 amiga kernel: usb 1-3: device not accepting address 2, error -71 Sep 07 08:31:30 amiga kernel: xpad 11-2:1.0: xpad_try_sending_next_out_packet - usb_submit_urb failed with result -19 Sep 07 08:31:30 amiga kernel: ohci-pci 0000:96:00.0: USB HC takeover failed! (BIOS/SMM bug) Sep 07 08:31:30 amiga kernel: ohci-pci 0000:96:00.1: USB HC takeover failed! (BIOS/SMM bug) Sep 07 08:31:30 amiga kernel: ohci-pci 0000:96:00.0: USB HC reset timed out! Sep 07 08:31:30 amiga kernel: ohci-pci 0000:96:00.0: can't restart, -1 Sep 07 08:31:30 amiga kernel: ohci-pci 0000:96:00.1: USB HC reset timed out! Sep 07 08:31:30 amiga kernel: ohci-pci 0000:96:00.1: can't restart, -1 Sep 07 08:31:30 amiga kernel: ehci-pci 0000:96:00.2: HC died; cleaning up Sep 07 08:31:30 amiga kernel: ohci-pci 0000:96:00.1: HC died; cleaning up Sep 07 08:31:30 amiga kernel: ahci 0000:8f:00.0: AHCI controller unavailable! Sep 07 08:31:30 amiga kernel: ohci-pci 0000:96:00.0: USB HC takeover failed! (BIOS/SMM bug) Sep 07 08:31:30 amiga kernel: ohci-pci 0000:96:00.1: USB HC takeover failed! (BIOS/SMM bug) Sep 07 08:31:30 amiga kernel: ohci-pci 0000:96:00.0: USB HC reset timed out! Sep 07 08:31:30 amiga kernel: ohci-pci 0000:96:00.0: can't restart, -1 Sep 07 08:31:30 amiga kernel: ohci-pci 0000:96:00.0: HC died; cleaning up Sep 07 08:31:30 amiga kernel: usb usb13: PM: dpm_run_callback(): usb_dev_resume+0x0/0x20 returns -1 Sep 07 08:31:30 amiga kernel: usb usb13: PM: failed to resume async: error -1 Sep 07 08:31:30 amiga kernel: ohci-pci 0000:96:00.1: USB HC reset timed out! Sep 07 08:31:30 amiga kernel: ohci-pci 0000:96:00.1: can't restart, -1 Sep 07 08:31:30 amiga kernel: ohci-pci 0000:96:00.1: HC died; cleaning up Sep 07 08:31:30 amiga kernel: usb usb14: PM: dpm_run_callback(): usb_dev_resume+0x0/0x20 returns -1 Sep 07 08:31:30 amiga kernel: usb usb14: PM: failed to resume async: error -1 Sep 07 08:31:30 amiga kernel: pcieport 0000:21:04.0: Unable to change power state from D3cold to D0, device inaccessible Sep 07 08:31:30 amiga kernel: igb 0000:25:00.0 enp37s0: PCIe link lost Sep 07 08:31:30 amiga kernel: ahci 0000:8f:00.0: AHCI controller unavailable! Sep 07 08:31:30 amiga kernel: usb 1-3: device descriptor read/64, error -71 Sep 07 08:31:31 amiga kernel: usb 1-3: device descriptor read/64, error -71 Sep 07 08:31:31 amiga kernel: usb 1-3: device descriptor read/64, error -71 Sep 07 08:31:31 amiga kernel: usb 1-3: device descriptor read/64, error -71 Sep 07 08:31:32 amiga kernel: usb 1-3: device not accepting address 7, error -71 Sep 07 08:31:33 amiga kernel: usb 1-3: device not accepting address 8, error -71 Sep 07 08:31:33 amiga kernel: usb usb1-port3: unable to enumerate USB device Sep 07 08:31:35 amiga kernel: xhci_hcd 0000:24:00.0: xHCI host controller not responding, assume dead Sep 07 08:31:35 amiga kernel: xpad 11-2:1.0: xpad_try_sending_next_out_packet - usb_submit_urb failed with result -19 Sep 07 08:31:35 amiga kernel: xhci_hcd 0000:22:00.0: xHCI host controller not responding, assume dead Sep 07 08:31:35 amiga kernel: pcieport 0000:8e:05.0: Unable to change power state from D3cold to D0, device inaccessible Sep 07 08:31:35 amiga kernel: pcieport 0000:8e:04.0: Unable to change power state from D3cold to D0, device inaccessible Sep 07 08:31:36 amiga kernel: ahci 0000:8f:00.0: AHCI controller unavailable! Sep 07 08:31:42 amiga kernel: ahci 0000:8f:00.0: AHCI controller unavailable! Sep 07 08:31:43 amiga kernel: ahci 0000:8f:00.0: AHCI controller unavailable! Sep 07 08:31:43 amiga kernel: ahci 0000:8f:00.0: AHCI controller unavailable! Sep 07 08:31:43 amiga kernel: md/raid0md0: Disk failure on sdd detected, failing array. Sep 07 08:31:43 amiga kernel: ahci 0000:8f:00.0: AHCI controller unavailable! Sep 07 08:31:43 amiga kernel: ahci 0000:8f:00.0: AHCI controller unavailable! Sep 07 08:31:43 amiga kernel: Buffer I/O error on dev md0, logical block 0, async page read Sep 07 08:31:43 amiga kernel: Buffer I/O error on dev md0, logical block 0, async page read Sep 07 08:31:43 amiga kernel: brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac4364b3-pcie for chip BCM4364/4 Sep 07 08:31:43 amiga kernel: brcmfmac: brcmf_c_process_txcap_blob: TxCap blob found, loading Sep 07 08:31:43 amiga kernel: brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4364/4 wl0: Dec 9 2022 17:02:25 version 9.30.492.0.32.5.87 FWID 01-e7856862 Sep 07 08:31:44 amiga kernel: pcieport 0000:12:00.0: PCIe Bus Error: severity=Uncorrectable (Non-Fatal), type=Transaction Layer, (Requester ID) Sep 07 08:31:44 amiga kernel: pcieport 0000:12:00.0: device [8086:203f] error status/mask=00004000/00000000 Sep 07 08:31:44 amiga kernel: pcieport 0000:12:00.0: [14] CmpltTO (First) Sep 07 08:31:44 amiga kernel: pcieport 0000:93:05.0: Unable to change power state from D3hot to D0, device inaccessible Sep 07 08:31:44 amiga kernel: pcieport 0000:93:04.0: Unable to change power state from D3hot to D0, device inaccessible Sep 07 08:31:45 amiga kernel: ehci-pci 0000:96:00.2: HC died; cleaning up Sep 07 08:31:47 amiga kernel: pcieport 0000:8a:02.0: PCIe Bus Error: severity=Uncorrectable (Non-Fatal), type=Transaction Layer, (Requester ID) Sep 07 08:31:47 amiga kernel: pcieport 0000:8a:02.0: device [8086:15ea] error status/mask=00300000/00000000 Sep 07 08:31:47 amiga kernel: pcieport 0000:8a:02.0: [20] UnsupReq (First) Sep 07 08:31:47 amiga kernel: pcieport 0000:8a:02.0: [21] ACSViol Sep 07 08:31:47 amiga kernel: pcieport 0000:8a:02.0: AER: TLP Header: 34000000 00000010 00000000 00000000 Sep 07 08:31:56 amiga kernel: ohci-pci 0000:96:00.1: HC died; cleaning up Sep 07 08:31:56 amiga kernel: ohci-pci 0000:96:00.0: HC died; cleaning up Sep 07 08:32:02 amiga kernel: usb 10-1.4: 1:1: cannot get freq at ep 0x4 Sep 07 08:32:02 amiga kernel: usb 10-1.4: 1:2: cannot get freq at ep 0x4 Sep 07 08:32:03 amiga kernel: usb 10-1.4: 2:1: cannot get freq at ep 0x84 made no difference for wake from suspend and generated more errors it seems: |
Workaround now works in Fedora |
Issue
MacBook Pro (MBP) always freezes/crashes when using suspend in Linux-t2-ubuntu. This is evident when re-starting, the boot screen shows fsck (or equivalent) running as well as the MBP bong & login to Linux. I included dmesg log as well screenshot from boot process.
MBP Info
MacBook Pro 2018, i7
Model ID: MacBookPro15,2
Controller Firmware version: 21P365
OS: Sonoma (14.0)
T2Linux Info
kernel: 6.5.7-t2
OS: Ubuntu 23.10 (Mantic Minotaur)
dmesg.log
The text was updated successfully, but these errors were encountered: