This bug is missing log files that will aid in diagnosing the problem.
While running an Ubuntu kernel (not a mainline or third-party kernel)
please enter the following command in a terminal window:

apport-collect 1986459

and then change the status of the bug to 'Confirmed'.

If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

** Changed in: linux (Ubuntu)
       Status: New => Incomplete

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1986459

Title:
  BUG  ISSUE suspend FAIL in ubuntu 20.04 and 22.04 whit full encrypt
  disk -  Realtek module r8169 - [10ec:8168] (rev 15)  FIXED

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Hi
  THANKS all who contribute and made Linux,ubuntu... and ALL the GNU software.
  I don't know if this is the right way to report this issue. May be the 
problem only affect this computer /BIOS /hardware combination.. I hope it can 
help others with the suspend problems.
  I have a cheap and Very good Mini PC ( 
https://es.aliexpress.com/item/32978651823.html?spm=a2g0o.order_list.0.0.18751802svuMvO&gatewayAdapt=glo2esp
 )

  In fresh install Suspend fail: freeze the machine. After a while I
  found the problem is the r8169 module. I use and edit the scrip in
  this web to unload the module before suspend and load it when wake up.

  https://blog.christophersmart.com/2016/05/11/running-scripts-before-
  and-after-suspend-with-systemd/

  #!/bin/sh
  if [ "${1}" = "pre" ]; then
    # Do the thing you want before suspend here, e.g.:
    echo "we are suspending at $(date)..." >> /tmp/systemd_suspend_test
    /usr/sbin/modprobe -r -v r8169
  elif [ "${1}" = "post" ]; then
    # Do the thing you want after resume here, e.g.:
    echo "...and we are back from $(date)" >> /tmp/systemd_suspend_test
    /usr/sbin/modprobe -v r8169
  fi

  lspci output attached.
  Thanks.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1986459/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to     : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to