Summary: | No wired connection available after suspension | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Vladislav Rubtsov <rubstov> |
Component: | Networking in general | Assignee: | Jan Grulich <jgrulich> |
Status: | RESOLVED NOT A BUG | ||
Severity: | normal | ||
Priority: | NOR | ||
Version First Reported In: | master | ||
Target Milestone: | 1.0 | ||
Platform: | Neon | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Vladislav Rubtsov
2019-08-23 21:30:41 UTC
So far, the only way to restore connection for me is a reboot. After reboot, Wired Connection becomes available as usual. Found a workaround all of a sudden. Removing kernel module "r8169" (which is my Ethernet adapter driver) and then loading it again seems to restore the connection: # modprobe -r r8169 # modprobe r8169 Does it mean it's possibly a kernel-level bug? Kernel bug confirmed: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1752772 Somehow, this is still present in 5.0.0 kernel. This has nothing to do with KDE's Network Manager. Bulk transfer as requested in T17796 |