Network sometimes dead after wakeup

Hi guys,

I’m still having some trouble with my new laptop, a Thinkpad L13 Yoga. One of them is, when waking up from suspend2RAM the network is sometimes dead. In this case, it always helps to just suspend and wake up again, so it is just a minor thingy, but it still bugs me.

I found the following lines in the journal whose timestamps fit to the wakeup event:

Nov 19 20:34:14 ThinkpadL13Yoga systemd-coredump[258147]: [🡕] Process 212695 (systemd-logind) of user 0 dumped core.
                                                          
                                                          Found module linux-vdso.so.1 with build-id: e816248c0af862094290c3aba368ce81d17fed89
                                                          Found module libnss_files.so.2 with build-id: 1a36dfc01d3a1010b2ee79766a24a8090a3266d5
                                                          Found module libm.so.6 with build-id: 2b8fd1f869ecab4e0b55e92f2f151897f6818acf
                                                          Found module libnss_systemd.so.2 with build-id: 7da639509584795a5da5c157de893ae45d7fe2c1
                                                          Found module libcap-ng.so.0 with build-id: 345acbd3f1a251a101cd25c90bf0b3adb9f5c70e
                                                          Found module libaudit.so.1 with build-id: ba2774b7e0faa91f85f6f2e774e2cad9a9e1d550
                                                          Found module libffi.so.7 with build-id: de60e99f39569d11d09160bbdcd486cedc87d2b6
                                                          Found module libz.so.1 with build-id: 81bf6e728a6d6f5b105b0f8b25f6c614ce10452a
                                                          Found module libgpg-error.so.0 with build-id: ba85170c2d9343ea05eea8fa2048c212ff4ef552
                                                          Found module liblzma.so.5 with build-id: 8b615460aa230708c5183f16bede67aa0437d95e
                                                          Found module libzstd.so.1 with build-id: 4b10444c1560ebc574af4d5f488b7408b22d450e
                                                          Found module libseccomp.so.2 with build-id: f3c34a9b7ebeef54adf55c4ee18acbb1eba23c0a
                                                          Found module librt.so.1 with build-id: 75484da2d6f1515189eefa076e0a40328834cd16
                                                          Found module libpam.so.0 with build-id: bb11b2685fe89555938ffd330ea44d82b0f8701c
                                                          Found module libp11-kit.so.0 with build-id: 5314ec746546ada6f442b6fdfae15eab9f6d3cdc
                                                          Found module libcrypto.so.1.1 with build-id: 6d23f0a3f354825868d044684fad31d482cc9210
                                                          Found module libmount.so.1 with build-id: ff9a1d99d35cf640d0bfdaba294854372672c29b
                                                          Found module liblz4.so.1 with build-id: e63600ab23b2f6997f42fac2fa56e1f02ce159a1
                                                          Found module libkmod.so.2 with build-id: e72a955105b636f6f6fce520fe2dcf6d6c3ee1b4
                                                          Found module libip4tc.so.2 with build-id: 614c189c0dad12cfff3dd96e3ffdd698bf209fb8
                                                          Found module libgcrypt.so.20 with build-id: db45f5d5e0f7af1e77324fea1885f974619ad268
                                                          Found module libdl.so.2 with build-id: 5abc547e7b0949f89f3c0e21ab0c8331a7440a8a
                                                          Found module libcrypt.so.2 with build-id: 3743451bdaf36f951f926927633fd964813025d0
                                                          Found module libcap.so.2 with build-id: c1674f9082fedd415876b9f7d9712269163259b5
                                                          Found module libblkid.so.1 with build-id: f03a24e92c9852272bd0049b5bcb7ed6cf0e664f
                                                          Found module libacl.so.1 with build-id: 35319ea4baa70564deddffb113c0961002bc394c
                                                          Found module ld-linux-x86-64.so.2 with build-id: 040cc3dd10461562f177df39e3be2f3704258c3c
                                                          Found module libc.so.6 with build-id: 4b406737057708c0e4c642345a703c47a61c73dc
                                                          Found module libpthread.so.0 with build-id: 07c8f95b4f3251d08550217ad8a1f31066229996
                                                          Found module libgcc_s.so.1 with build-id: 7f8508bb914546ada778809b64b99d234337d835
                                                          Found module libsystemd-shared-249.so with build-id: fdc65e542d41dadd2f7820d43e9e8cc7726e1249
                                                          Found module systemd-logind with build-id: 7e80ff680aba3715071e19650e247cecd4d005a1
                                                          Stack trace of thread 212695:
                                                          #0  0x00007f9f64df292e epoll_wait (libc.so.6 + 0xfe92e)
                                                          #1  0x00007f9f6513c59a sd_event_wait (libsystemd-shared-249.so + 0x21759a)
                                                          #2  0x00007f9f6513da1c sd_event_run (libsystemd-shared-249.so + 0x218a1c)
                                                          #3  0x000055d17debc8e2 n/a (systemd-logind + 0xd8e2)
                                                          #4  0x00007f9f64d1bb25 __libc_start_main (libc.so.6 + 0x27b25)
                                                          #5  0x000055d17debdf7e n/a (systemd-logind + 0xef7e)
Nov 19 20:34:14 ThinkpadL13Yoga systemd[1]: systemd-coredump@3-258125-0.service: Deactivated successfully.

There is also this:

Nov 19 20:34:14 ThinkpadL13Yoga kernel: ACPI: EC: interrupt blocked
Nov 19 20:34:14 ThinkpadL13Yoga kernel: ------------[ cut here ]------------
Nov 19 20:34:14 ThinkpadL13Yoga kernel: WARNING: CPU: 6 PID: 0 at kernel/time/timekeeping.c:824 ktime_get+0x8b/0x90
Nov 19 20:34:14 ThinkpadL13Yoga kernel: Modules linked in: uas usb_storage ccm rfcomm cmac algif_hash algif_skcipher af_alg bnep btusb btrtl btbc>
Nov 19 20:34:14 ThinkpadL13Yoga kernel:  soundwire_bus irqbypass crct10dif_pclmul crc32_pclmul ghash_clmulni_intel snd_hda_codec_generic snd_soc_>
Nov 19 20:34:14 ThinkpadL13Yoga kernel:  mac_hid acpi_pad acpi_thermal_rel usbip_host usbip_core uinput vboxnetflt(OE) vboxnetadp(OE) drm vboxdrv>
Nov 19 20:34:14 ThinkpadL13Yoga kernel: CPU: 6 PID: 0 Comm: swapper/6 Tainted: G        W IOE     5.14.10-1-MANJARO #1
Nov 19 20:34:14 ThinkpadL13Yoga kernel: Hardware name: LENOVO 20VLS01500/20VLS01500, BIOS R1FET29W (1.03 ) 10/08/2020
Nov 19 20:34:14 ThinkpadL13Yoga kernel: RIP: 0010:ktime_get+0x8b/0x90
Nov 19 20:34:14 ThinkpadL13Yoga kernel: Code: bb b9 12 02 48 0f 45 c5 8b 35 91 b9 12 02 41 39 f4 75 a1 48 0f af d0 48 8d 04 3a 48 d3 e8 48 01 d8 >
Nov 19 20:34:14 ThinkpadL13Yoga kernel: RSP: 0018:ffffa7ab0015bda8 EFLAGS: 00010002
Nov 19 20:34:14 ThinkpadL13Yoga kernel: RAX: 0000000000000001 RBX: ffff96af0037a600 RCX: 0000000000000001
Nov 19 20:34:14 ThinkpadL13Yoga kernel: RDX: 0000000000000001 RSI: 0000000000000002 RDI: ffffffff90033520
Nov 19 20:34:14 ThinkpadL13Yoga kernel: RBP: ffff96b24f6ace00 R08: ffff96b24f6ad0c0 R09: ffff96af0024c180
Nov 19 20:34:14 ThinkpadL13Yoga kernel: R10: 0000000000000000 R11: 0000000000000002 R12: ffff96b24f6ad6f0
Nov 19 20:34:14 ThinkpadL13Yoga kernel: R13: ffff96b24f6ace00 R14: ffff96b24f6ace00 R15: ffff96af0037a880
Nov 19 20:34:14 ThinkpadL13Yoga kernel: FS:  0000000000000000(0000) GS:ffff96b24f780000(0000) knlGS:0000000000000000
Nov 19 20:34:14 ThinkpadL13Yoga kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Nov 19 20:34:14 ThinkpadL13Yoga kernel: CR2: 000055dd99583516 CR3: 00000002fd010004 CR4: 0000000000770ee0
Nov 19 20:34:14 ThinkpadL13Yoga kernel: PKRU: 55555554
Nov 19 20:34:14 ThinkpadL13Yoga kernel: Call Trace:
Nov 19 20:34:14 ThinkpadL13Yoga kernel:  enqueue_task_rt+0x2bf/0x310
Nov 19 20:34:14 ThinkpadL13Yoga kernel:  ttwu_do_activate+0x4c/0xc0
Nov 19 20:34:14 ThinkpadL13Yoga kernel:  try_to_wake_up+0x202/0x5a0
Nov 19 20:34:14 ThinkpadL13Yoga kernel:  swake_up_one+0x2e/0x60
Nov 19 20:34:14 ThinkpadL13Yoga kernel:  rcu_eqs_enter.constprop.0+0x53/0x80
Nov 19 20:34:14 ThinkpadL13Yoga kernel:  cpuidle_enter_s2idle+0x136/0x160
Nov 19 20:34:14 ThinkpadL13Yoga kernel:  do_idle+0x227/0x270
Nov 19 20:34:14 ThinkpadL13Yoga kernel:  cpu_startup_entry+0x19/0x20
Nov 19 20:34:14 ThinkpadL13Yoga kernel:  secondary_startup_64_no_verify+0xc2/0xcb
Nov 19 20:34:14 ThinkpadL13Yoga kernel: ---[ end trace 76f2dac8db11a01f ]---
Nov 19 20:34:14 ThinkpadL13Yoga kernel: ACPI: EC: interrupt unblocked

Here is the complete journal for the current boot: http://photonx.serverpit.com/systemd_journal.log The breakage happened at around Nov 19 20:34. Thanks for any input!

Hi mate! No idea, but wake up from suspend was always one the most common things not to work. As kernel 5.14 is now EOL you should try 5.15 and see if it behaves differently.