[Expired for linux (Ubuntu) because there has been no activity for 60
days.]
** Changed in: linux (Ubuntu)
Status: Incomplete => Expired
--
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:
Expired
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.
---
ProblemType: Bug
ApportVersion: 2.20.11-0ubuntu82.1
Architecture: amd64
AudioDevicesInUse:
USER PID ACCESS COMMAND
/dev/snd/controlC0: marcelo 2074 F.... pulseaudio
CRDA: N/A
CasperMD5CheckResult: pass
CurrentDesktop: ubuntu:GNOME
DistroRelease: Ubuntu 22.04
InstallationDate: Installed on 2022-07-30 (16 days ago)
InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64
(20220419)
Lsusb:
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 004: ID 8087:0a2a Intel Corp. Bluetooth wireless interface
Bus 001 Device 003: ID 1a40:0801 Terminus Technology Inc. USB 2.0 Hub
Bus 001 Device 002: ID 046d:c534 Logitech, Inc. Unifying Receiver
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
Package: linux (not installed)
ProcEnviron:
TERM=screen-256color
PATH=(custom, no user)
XDG_RUNTIME_DIR=<set>
LANG=es_ES.UTF-8
SHELL=/bin/bash
ProcFB: 0 i915drmfb
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.15.0-46-generic
root=/dev/mapper/vgubuntu-root ro quiet splash initcall_debug
no_console_suspend pci=nomsi resume=/dev/mapper/vgubuntu-swap_1 vt.handoff=7
ProcVersionSignature: Ubuntu 5.15.0-46.49-generic 5.15.39
RelatedPackageVersions:
linux-restricted-modules-5.15.0-46-generic N/A
linux-backports-modules-5.15.0-46-generic N/A
linux-firmware 20220329.git681281e4-0ubuntu3.4
Tags: jammy wayland-session
Uname: Linux 5.15.0-46-generic x86_64
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dip libvirt lpadmin lxd plugdev sambashare sudo
_MarkForUpload: True
dmi.bios.date: 11/23/2018
dmi.bios.release: 5.12
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 5.12
dmi.board.name: S200 Series
dmi.board.vendor: SiYW
dmi.chassis.asset.tag: Default string
dmi.chassis.type: 3
dmi.chassis.vendor: To Be Filled By O.E.M.
dmi.chassis.version: Default string
dmi.modalias:
dmi:bvnAmericanMegatrendsInc.:bvr5.12:bd11/23/2018:br5.12:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnSiYW:rnS200Series:rvr:cvnToBeFilledByO.E.M.:ct3:cvrDefaultstring:skuToBeFilledByO.E.M.:
dmi.product.family: To Be Filled By O.E.M.
dmi.product.name: To Be Filled By O.E.M.
dmi.product.sku: To Be Filled By O.E.M.
dmi.product.version: To Be Filled By O.E.M.
dmi.sys.vendor: To Be Filled By O.E.M.
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 : [email protected]
Unsubscribe : https://launchpad.net/~kernel-packages
More help : https://help.launchpad.net/ListHelp