Known suspend workaround does not work:
https://wiki.t2linux.org/guides/postinstall/

Suspend Workaround¶

S3 suspend has been broken since macOS Sonoma, it has never been fixed,
but this workaround will make deep suspend work. Currently this
workaround works only on Arch based distros.

    Create and edit this file: /etc/systemd/system/suspend-
fix-t2.service

    Check your modprobe and rmmod location by running:

which modprobe
which rmmod

Taking the example as /usr/bin for location of modprobe and rmmod, copy
the following to /etc/systemd/system/suspend-fix-t2.service. If the
location is different, do the changes accordingly.

    [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/bin/modprobe -r brcmfmac_wcc
    #ExecStart=/usr/bin/modprobe -r brcmfmac
    ExecStart=/usr/bin/rmmod -f apple-bce

    ExecStop=/usr/bin/modprobe apple-bce
    #ExecStop=/usr/bin/modprobe brcmfmac
    #ExecStop=/usr/bin/modprobe brcmfmac_wcc

    [Install]
    WantedBy=sleep.target

    Enable the service by running: sudo systemctl enable suspend-
fix-t2.service

    If you are facing issues with Wi-Fi on resume, uncomment the lines
having brcmfmac and brcmfmac_wcc in the above file.

Note

Make sure you have CONFIG_MODULE_FORCE_UNLOAD=y in the kernel config. To
check, run: zcat /proc/config.gz | grep "CONFIG_MODULE_FORCE_UNLOAD" on
Arch based distros.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-power-manager in Ubuntu.
https://bugs.launchpad.net/bugs/2083943

Title:
  Resume after suspend does not work on MacPro 7,1

Status in gnome-power-manager package in Ubuntu:
  New

Bug description:
  Successfully suspends, but display does not wake after resume from
  suspend, hitting a keyboard key, or clicking the touchpad.

  Steps to repeat:
  1. suspend
  2. attempt to wake/resume computer from suspend
  3. observe no display

  ProblemType: Bug
  DistroRelease: Ubuntu 24.04
  Package: gnome-power-manager 43.0-2build2
  Uname: Linux 6.11.2-1-t2-noble x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.28.1-0ubuntu3.1
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Oct  8 08:06:44 2024
  SourcePackage: gnome-power-manager
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-power-manager/+bug/2083943/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to