Lenovo Yoga Slim 7 Issues: Network and Sleep

Since my girlfried and I wanted to leave behind Windows for good, we chose to use Manjaro KDE on our machines.
On my Lenovo ThinkPad E580 everything worked smoothly.
For her I bought a Lenovo Yoga Slim 7 (her laptop was quite old) expecting the same. But there are a few issues still remaining I can’t fix with my WebDev knowledge (please forgive me :sweat_smile:).

Touchpad doesn’t work after suspend

I got the touchpad to work in the first place by blacklisting the elan_i2c module.
After suspending it doesn’t work anymore.
I’ve read something about a weird suspend mode introduced for new devices, but running dmesg | grep ACPI | grep supports outputs [...] ACPI: (supports S0 S3 S4 S5) and suspend works out of the box (I guess because S3 is supported).
Which information do you need to help me fix this? :thinking:

Ethernet connected through USB-C drop every few minutes for a few seconds

Wi-Fi works out of the box. The machine doesn’t have a dedicated ethernet port. So I bought an adapter (RJ45 to USB-C) which works well on other machines. When used with the Yoga the connection drops after a few minutes and reconnects immediately (with a few seconds offline in between).
I’ve ran journalctl -b after it happened. Following is the shortened output.

journalctl.txt
Jul 05 07:35:39 lenovo-yoga-angie kscreen_backend_launcher[1270]: kscreen.xcb.helper:         State (newValue, Deleted):  0
Jul 05 07:35:40 lenovo-yoga-angie NetworkManager[463]: <info>  [1625463340.7684] dhcp6 (enp0s13f0u2): activation: beginning transaction (timeout in 45 seconds)
Jul 05 07:35:40 lenovo-yoga-angie avahi-daemon[460]: Leaving mDNS multicast group on interface enp0s13f0u2.IPv6 with address fe80::bf49:5ac5:2aa3:2481.
Jul 05 07:35:40 lenovo-yoga-angie avahi-daemon[460]: Joining mDNS multicast group on interface enp0s13f0u2.IPv6 with address 2001:a61:b95:901:6027:6bef:9ca:988d.
Jul 05 07:35:40 lenovo-yoga-angie avahi-daemon[460]: Registering new address record for 2001:a61:b95:901:6027:6bef:9ca:988d on enp0s13f0u2.*.
Jul 05 07:35:40 lenovo-yoga-angie avahi-daemon[460]: Withdrawing address record for fe80::bf49:5ac5:2aa3:2481 on enp0s13f0u2.
Jul 05 07:35:40 lenovo-yoga-angie avahi-daemon[460]: Registering new address record for fd00::3fb5:780a:6e43:d281 on enp0s13f0u2.*.
Jul 05 07:35:40 lenovo-yoga-angie NetworkManager[463]: <info>  [1625463340.7691] policy: set 'Kabelgebundene Verbindung 1' (enp0s13f0u2) as default for IPv6 routing and DNS
Jul 05 07:35:40 lenovo-yoga-angie dnsmasq[2009]: lese /etc/resolv.conf
Jul 05 07:35:40 lenovo-yoga-angie dnsmasq[2009]: Benutze Namensserver 192.168.178.1#53
Jul 05 07:35:40 lenovo-yoga-angie dnsmasq[2009]: Benutze Namensserver fd00::3a10:d5ff:fe7d:2afd#53
Jul 05 07:35:40 lenovo-yoga-angie dnsmasq[2009]: Cache geleert
Jul 05 07:35:40 lenovo-yoga-angie NetworkManager[463]: <info>  [1625463340.7809] dhcp6 (enp0s13f0u2): state changed unknown -> bound
Jul 05 07:35:40 lenovo-yoga-angie ModemManager[506]: <info>  [base-manager] couldn't check support for device '/sys/devices/pci0000:00/0000:00:0d.0/usb2/2-2': not supported by any plugin
Jul 05 07:35:47 lenovo-yoga-angie systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Jul 05 07:35:47 lenovo-yoga-angie audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jul 05 07:35:47 lenovo-yoga-angie kernel: audit: type=1131 audit(1625463347.767:141): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jul 05 07:35:50 lenovo-yoga-angie avahi-daemon[460]: Interface enp0s13f0u2.IPv6 no longer relevant for mDNS.
Jul 05 07:35:50 lenovo-yoga-angie avahi-daemon[460]: Leaving mDNS multicast group on interface enp0s13f0u2.IPv6 with address 2001:a61:b95:901:6027:6bef:9ca:988d.
Jul 05 07:35:50 lenovo-yoga-angie kernel: usb 2-2: USB disconnect, device number 6
Jul 05 07:35:50 lenovo-yoga-angie avahi-daemon[460]: Interface enp0s13f0u2.IPv4 no longer relevant for mDNS.
Jul 05 07:35:50 lenovo-yoga-angie avahi-daemon[460]: Leaving mDNS multicast group on interface enp0s13f0u2.IPv4 with address 192.168.178.91.
Jul 05 07:35:50 lenovo-yoga-angie avahi-daemon[460]: Withdrawing address record for fd00::3fb5:780a:6e43:d281 on enp0s13f0u2.
Jul 05 07:35:50 lenovo-yoga-angie avahi-daemon[460]: Withdrawing address record for 2001:a61:b95:901:6027:6bef:9ca:988d on enp0s13f0u2.
Jul 05 07:35:50 lenovo-yoga-angie avahi-daemon[460]: Withdrawing address record for 192.168.178.91 on enp0s13f0u2.
Jul 05 07:35:50 lenovo-yoga-angie NetworkManager[463]: <info>  [1625463350.3243] device (enp0s13f0u2): state change: activated -> unmanaged (reason 'removed', sys-iface-state: 'removed')
Jul 05 07:35:50 lenovo-yoga-angie NetworkManager[463]: <info>  [1625463350.3640] dhcp4 (enp0s13f0u2): canceled DHCP transaction
Jul 05 07:35:50 lenovo-yoga-angie NetworkManager[463]: <info>  [1625463350.3641] dhcp4 (enp0s13f0u2): state changed bound -> terminated
Jul 05 07:35:50 lenovo-yoga-angie NetworkManager[463]: <info>  [1625463350.3645] dhcp6 (enp0s13f0u2): canceled DHCP transaction
Jul 05 07:35:50 lenovo-yoga-angie NetworkManager[463]: <info>  [1625463350.3645] dhcp6 (enp0s13f0u2): state changed bound -> terminated
Jul 05 07:35:50 lenovo-yoga-angie dnsmasq[2009]: lese /etc/resolv.conf
Jul 05 07:35:50 lenovo-yoga-angie dnsmasq[2009]: Benutze Namensserver fd00::3a10:d5ff:fe7d:2afd#53
Jul 05 07:35:50 lenovo-yoga-angie dnsmasq[2009]: Cache geleert
Jul 05 07:35:50 lenovo-yoga-angie dnsmasq[2009]: keine Server in /etc/resolv.conf gefunden, werde nochmal versuchen
Jul 05 07:35:50 lenovo-yoga-angie NetworkManager[463]: <info>  [1625463350.3828] manager: NetworkManager state is now CONNECTED_LOCAL
Jul 05 07:35:50 lenovo-yoga-angie dbus-daemon[462]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.4' (uid=0 pid=463 comm="/usr/bin/NetworkManager --no-daemon ")
Jul 05 07:35:50 lenovo-yoga-angie systemd[1]: Starting Network Manager Script Dispatcher Service...
Jul 05 07:35:50 lenovo-yoga-angie kded5[1132]: plasma-nm: Network connectivity limited, scheduling notification
Jul 05 07:35:50 lenovo-yoga-angie dbus-daemon[462]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Jul 05 07:35:50 lenovo-yoga-angie systemd[1]: Started Network Manager Script Dispatcher Service.
Jul 05 07:35:50 lenovo-yoga-angie audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jul 05 07:35:50 lenovo-yoga-angie kernel: audit: type=1130 audit(1625463350.390:142): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jul 05 07:35:50 lenovo-yoga-angie plasmashell[1203]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationPopup.qml:116:15: QML QQuickItem: Binding loop detected for property "height"
Jul 05 07:35:50 lenovo-yoga-angie kernel: usb 2-2: new SuperSpeed Gen 1 USB device number 7 using xhci_hcd
Jul 05 07:35:50 lenovo-yoga-angie kernel: usb 2-2: New USB device found, idVendor=17ef, idProduct=720c, bcdDevice=30.00
Jul 05 07:35:50 lenovo-yoga-angie kernel: usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=6
Jul 05 07:35:50 lenovo-yoga-angie kernel: usb 2-2: Product: Lenovo USB-C to LAN
Jul 05 07:35:50 lenovo-yoga-angie kernel: usb 2-2: Manufacturer: Lenovo
Jul 05 07:35:50 lenovo-yoga-angie kernel: usb 2-2: SerialNumber: 5943B4000000
Jul 05 07:35:50 lenovo-yoga-angie kernel: usb 2-2: reset SuperSpeed Gen 1 USB device number 7 using xhci_hcd
Jul 05 07:35:50 lenovo-yoga-angie kernel: r8152 2-2:1.0: load rtl8153a-3 v2 02/07/20 successfully
Jul 05 07:35:50 lenovo-yoga-angie NetworkManager[463]: <info>  [1625463350.7979] manager: (eth0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/9)
Jul 05 07:35:50 lenovo-yoga-angie kernel: r8152 2-2:1.0 eth0: v1.11.11
Jul 05 07:35:50 lenovo-yoga-angie mtp-probe[3682]: checking bus 2, device 7: "/sys/devices/pci0000:00/0000:00:0d.0/usb2/2-2"
Jul 05 07:35:50 lenovo-yoga-angie mtp-probe[3682]: bus: 2, device: 7 was not an MTP device
Jul 05 07:35:51 lenovo-yoga-angie upowerd[1028]: treating change event as add on /sys/devices/pci0000:00/0000:00:0d.0/usb2/2-2
Jul 05 07:35:51 lenovo-yoga-angie mtp-probe[3709]: checking bus 2, device 7: "/sys/devices/pci0000:00/0000:00:0d.0/usb2/2-2"
Jul 05 07:35:51 lenovo-yoga-angie mtp-probe[3709]: bus: 2, device: 7 was not an MTP device
Jul 05 07:35:51 lenovo-yoga-angie upowerd[1028]: treating change event as add on /sys/devices/pci0000:00/0000:00:0d.0/usb2/2-2
Jul 05 07:35:51 lenovo-yoga-angie upowerd[1028]: treating change event as add on /sys/devices/pci0000:00/0000:00:0d.0/usb2/2-2
Jul 05 07:35:51 lenovo-yoga-angie kernel: r8152 2-2:1.0 enp0s13f0u2: renamed from eth0
Jul 05 07:35:51 lenovo-yoga-angie upowerd[1028]: treating change event as add on /sys/devices/pci0000:00/0000:00:0d.0/usb2/2-2
Jul 05 07:35:51 lenovo-yoga-angie upowerd[1028]: treating change event as add on /sys/devices/pci0000:00/0000:00:0d.0/usb2/2-2
Jul 05 07:35:51 lenovo-yoga-angie NetworkManager[463]: <info>  [1625463351.4230] device (eth0): interface index 8 renamed iface from 'eth0' to 'enp0s13f0u2'
Jul 05 07:35:51 lenovo-yoga-angie NetworkManager[463]: <info>  [1625463351.4313] device (enp0s13f0u2): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Jul 05 07:35:51 lenovo-yoga-angie dolphin[2141]: UdevQt: unhandled device action "move"
Jul 05 07:35:51 lenovo-yoga-angie kate[2182]: UdevQt: unhandled device action "move"
Jul 05 07:35:51 lenovo-yoga-angie baloo_file[1212]: UdevQt: unhandled device action "move"
Jul 05 07:35:51 lenovo-yoga-angie org_kde_powerdevil[1197]: UdevQt: unhandled device action "move"
Jul 05 07:35:51 lenovo-yoga-angie plasmashell[1203]: UdevQt: unhandled device action "move"
Jul 05 07:35:52 lenovo-yoga-angie NetworkManager[463]: <info>  [1625463352.4832] device (enp0s13f0u2): carrier: link connected
Jul 05 07:35:52 lenovo-yoga-angie NetworkManager[463]: <info>  [1625463352.4842] device (enp0s13f0u2): state change: unavailable -> disconnected (reason 'carrier-changed', sys-iface-state: 'managed')
Jul 05 07:35:52 lenovo-yoga-angie NetworkManager[463]: <info>  [1625463352.4854] policy: auto-activating connection 'Kabelgebundene Verbindung 1' (b4074f34-86ac-3559-aaa5-44896c5a90eb)
Jul 05 07:35:52 lenovo-yoga-angie kernel: IPv6: ADDRCONF(NETDEV_CHANGE): enp0s13f0u2: link becomes ready
Jul 05 07:35:52 lenovo-yoga-angie kernel: r8152 2-2:1.0 enp0s13f0u2: carrier on
Jul 05 07:35:52 lenovo-yoga-angie NetworkManager[463]: <info>  [1625463352.4862] device (enp0s13f0u2): Activation: starting connection 'Kabelgebundene Verbindung 1' (b4074f34-86ac-3559-aaa5-44896c5a90eb)
Jul 05 07:35:52 lenovo-yoga-angie NetworkManager[463]: <info>  [1625463352.4864] device (enp0s13f0u2): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Jul 05 07:35:52 lenovo-yoga-angie NetworkManager[463]: <info>  [1625463352.4870] manager: NetworkManager state is now CONNECTING
Jul 05 07:35:52 lenovo-yoga-angie NetworkManager[463]: <info>  [1625463352.4874] device (enp0s13f0u2): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Jul 05 07:35:52 lenovo-yoga-angie NetworkManager[463]: <info>  [1625463352.4881] device (enp0s13f0u2): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Jul 05 07:35:52 lenovo-yoga-angie NetworkManager[463]: <info>  [1625463352.4885] dhcp4 (enp0s13f0u2): activation: beginning transaction (timeout in 45 seconds)
Jul 05 07:35:52 lenovo-yoga-angie avahi-daemon[460]: Joining mDNS multicast group on interface enp0s13f0u2.IPv6 with address fe80::bf49:5ac5:2aa3:2481.
Jul 05 07:35:52 lenovo-yoga-angie avahi-daemon[460]: New relevant interface enp0s13f0u2.IPv6 for mDNS.
Jul 05 07:35:52 lenovo-yoga-angie avahi-daemon[460]: Registering new address record for fe80::bf49:5ac5:2aa3:2481 on enp0s13f0u2.*.
Jul 05 07:35:52 lenovo-yoga-angie NetworkManager[463]: <info>  [1625463352.4967] dhcp4 (enp0s13f0u2): state changed unknown -> bound, address=192.168.178.91
Jul 05 07:35:52 lenovo-yoga-angie avahi-daemon[460]: Joining mDNS multicast group on interface enp0s13f0u2.IPv4 with address 192.168.178.91.
Jul 05 07:35:52 lenovo-yoga-angie avahi-daemon[460]: New relevant interface enp0s13f0u2.IPv4 for mDNS.
Jul 05 07:35:52 lenovo-yoga-angie avahi-daemon[460]: Registering new address record for 192.168.178.91 on enp0s13f0u2.IPv4.
Jul 05 07:35:52 lenovo-yoga-angie NetworkManager[463]: <info>  [1625463352.4977] device (enp0s13f0u2): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Jul 05 07:35:52 lenovo-yoga-angie NetworkManager[463]: <info>  [1625463352.4989] device (enp0s13f0u2): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Jul 05 07:35:52 lenovo-yoga-angie NetworkManager[463]: <info>  [1625463352.4991] device (enp0s13f0u2): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Jul 05 07:35:52 lenovo-yoga-angie NetworkManager[463]: <info>  [1625463352.4994] manager: NetworkManager state is now CONNECTED_LOCAL
Jul 05 07:35:52 lenovo-yoga-angie NetworkManager[463]: <info>  [1625463352.5000] manager: NetworkManager state is now CONNECTED_SITE
Jul 05 07:35:52 lenovo-yoga-angie NetworkManager[463]: <info>  [1625463352.5001] policy: set 'Kabelgebundene Verbindung 1' (enp0s13f0u2) as default for IPv4 routing and DNS
Jul 05 07:35:52 lenovo-yoga-angie dnsmasq[2009]: lese /etc/resolv.conf
Jul 05 07:35:52 lenovo-yoga-angie dnsmasq[2009]: Benutze Namensserver 192.168.178.1#53
Jul 05 07:35:52 lenovo-yoga-angie dnsmasq[2009]: Cache geleert
Jul 05 07:35:52 lenovo-yoga-angie NetworkManager[463]: <info>  [1625463352.5017] device (enp0s13f0u2): Activation: successful, device activated.
Jul 05 07:35:52 lenovo-yoga-angie NetworkManager[463]: <info>  [1625463352.5629] manager: NetworkManager state is now CONNECTED_GLOBAL
Jul 05 07:35:53 lenovo-yoga-angie ModemManager[506]: <info>  [base-manager] couldn't check support for device '/sys/devices/pci0000:00/0000:00:0d.0/usb2/2-2': not supported by any plugin
Jul 05 07:35:54 lenovo-yoga-angie NetworkManager[463]: <info>  [1625463354.1701] dhcp6 (enp0s13f0u2): activation: beginning transaction (timeout in 45 seconds)
Jul 05 07:35:54 lenovo-yoga-angie avahi-daemon[460]: Leaving mDNS multicast group on interface enp0s13f0u2.IPv6 with address fe80::bf49:5ac5:2aa3:2481.
Jul 05 07:35:54 lenovo-yoga-angie avahi-daemon[460]: Joining mDNS multicast group on interface enp0s13f0u2.IPv6 with address 2001:a61:b95:901:6027:6bef:9ca:988d.
Jul 05 07:35:54 lenovo-yoga-angie avahi-daemon[460]: Registering new address record for 2001:a61:b95:901:6027:6bef:9ca:988d on enp0s13f0u2.*.
Jul 05 07:35:54 lenovo-yoga-angie avahi-daemon[460]: Withdrawing address record for fe80::bf49:5ac5:2aa3:2481 on enp0s13f0u2.
Jul 05 07:35:54 lenovo-yoga-angie avahi-daemon[460]: Registering new address record for fd00::3fb5:780a:6e43:d281 on enp0s13f0u2.*.
Jul 05 07:35:54 lenovo-yoga-angie NetworkManager[463]: <info>  [1625463354.1714] policy: set 'Kabelgebundene Verbindung 1' (enp0s13f0u2) as default for IPv6 routing and DNS
Jul 05 07:35:54 lenovo-yoga-angie dnsmasq[2009]: lese /etc/resolv.conf
Jul 05 07:35:54 lenovo-yoga-angie dnsmasq[2009]: Benutze Namensserver 192.168.178.1#53
Jul 05 07:35:54 lenovo-yoga-angie dnsmasq[2009]: Benutze Namensserver fd00::3a10:d5ff:fe7d:2afd#53
Jul 05 07:35:54 lenovo-yoga-angie dnsmasq[2009]: Cache geleert
Jul 05 07:35:54 lenovo-yoga-angie NetworkManager[463]: <info>  [1625463354.1759] dhcp6 (enp0s13f0u2): state changed unknown -> bound
Jul 05 07:36:00 lenovo-yoga-angie systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Jul 05 07:36:00 lenovo-yoga-angie audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jul 05 07:36:00 lenovo-yoga-angie kernel: audit: type=1131 audit(1625463360.770:143): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jul 05 07:36:07 lenovo-yoga-angie kwin_x11[1136]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 37856, resource id: 4194310, major code: 18 (ChangeProperty), minor code: 0
Jul 05 07:36:09 lenovo-yoga-angie audit[3752]: USER_AUTH pid=3752 uid=1000 auid=1000 ses=2 subj==unconfined msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="angie" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
Jul 05 07:36:09 lenovo-yoga-angie kernel: audit: type=1100 audit(1625463369.449:144): pid=3752 uid=1000 auid=1000 ses=2 subj==unconfined msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="angie" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
Jul 05 07:36:09 lenovo-yoga-angie dbus-daemon[462]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.129' (uid=0 pid=3752 comm="sudo journalctl -b ")
Jul 05 07:36:09 lenovo-yoga-angie dbus-daemon[462]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Jul 05 07:36:09 lenovo-yoga-angie sudo[3752]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Jul 05 07:36:09 lenovo-yoga-angie kernel: audit: type=1101 audit(1625463369.453:145): pid=3752 uid=1000 auid=1000 ses=2 subj==unconfined msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="angie" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
Jul 05 07:36:09 lenovo-yoga-angie kernel: audit: type=1110 audit(1625463369.453:146): pid=3752 uid=1000 auid=1000 ses=2 subj==unconfined msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
Jul 05 07:36:09 lenovo-yoga-angie kernel: audit: type=1105 audit(1625463369.453:147): pid=3752 uid=1000 auid=1000 ses=2 subj==unconfined msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
Jul 05 07:36:09 lenovo-yoga-angie audit[3752]: USER_ACCT pid=3752 uid=1000 auid=1000 ses=2 subj==unconfined msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="angie" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
Jul 05 07:36:09 lenovo-yoga-angie audit[3752]: CRED_REFR pid=3752 uid=1000 auid=1000 ses=2 subj==unconfined msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
Jul 05 07:36:09 lenovo-yoga-angie audit[3752]: USER_START pid=3752 uid=1000 auid=1000 ses=2 subj==unconfined msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
Jul 05 07:36:09 lenovo-yoga-angie sudo[3752]:    angie : TTY=pts/2 ; PWD=/home/angie ; USER=root ; COMMAND=/usr/bin/journalctl -b
Jul 05 07:36:09 lenovo-yoga-angie sudo[3752]: pam_unix(sudo:session): session opened for user root(uid=0) by angie(uid=1000)

What further information should I provide? :thinking:

I’m grateful there is something like this forum to help me fix these issues :smiley: since I’m not planning on leaving Linux anytime soon! :heart_eyes: (And please help me to get my girlfriend to stick around, too :sweat_smile:)

This is the fix that works for most ThinkPad laptops, to get the S3 state support working. Try it.

Let us know how it goes.

Thanks for the tip :ok_hand:

I’ll let you know when I’ve come around to test it :wink:

Why do you think this will fix the touchpad issue?

And should I open another thread for the network problem? I thought it might be a bad idea to have two issues in one thread, but on the other side it’s the same laptop :smile:
Or do you have an clue to that one, too? :thinking: