{"id":1005,"date":"2023-09-06T20:17:06","date_gmt":"2023-09-06T22:47:06","guid":{"rendered":"https:\/\/blog.pelleys.com\/?p=1005"},"modified":"2023-09-06T20:17:08","modified_gmt":"2023-09-06T22:47:08","slug":"fix-slow-wired-ethernet-on-lenovo-legion-5-15arh7h-with-pop_os-22-04-lts","status":"publish","type":"post","link":"https:\/\/blog.pelleys.com\/?p=1005","title":{"rendered":"Fix: Slow Wired Ethernet on Lenovo Legion 5 15ARH7H  with Pop!_OS 22.04 LTS"},"content":{"rendered":"\n<p>Ever since moving to Pop!_OS 22.04 LTS wired networking have been very slow. I recalled seeing posts on this problem and the issue being the included driver for the RTL8111\/8168\/8411 PCI Express Gigabit Ethernet Controller.<\/p>\n\n\n\n<p>Performance was not only poor but downloads were much slower than uploads as evidenced by the Speedtest CLI package:<\/p>\n\n\n\n<p>Download:<br>* Speed: 83.19 Mbps<br>* Jitter: 34.18ms, low: 6.21ms, high: 385.14ms<br>Upload: <br>* Speed: 464.66 Mbps<br>* Jitter: 58.86ms, low: 8.41ms, high: 1139.23ms<\/p>\n\n\n\n<p>The problem is the driver is the r8169. The solution is replace the r8169 with the correct r8168.<\/p>\n\n\n\n<p>Here are the steps (thanks to \u00a0realtechtalk.com &#8211; full details at: <a href=\"https:\/\/realtechtalk.com\/Ubuntu_Debian_Linux_Mint_r8169_r8168_Network_Driver_Problem_and_Solution-2253-articles\">https:\/\/realtechtalk.com\/Ubuntu_Debian_Linux_Mint_r8169_r8168_Network_Driver_Problem_and_Solution-2253-articles<\/a>)<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Download the r8168 driver:<br><code>sudo apt-get install r8168-dkms<\/code><\/li>\n\n\n\n<li>Make sure the r8169 module doesn&#8217;t load any more:<br><code>sudo echo \"blacklist r8169\" > \/etc\/modprobe.d\/blacklist-r8169.conf<\/code><\/li>\n\n\n\n<li>Remove the current r8169 driver:<br><code>sudo rmmod r8169<\/code><\/li>\n\n\n\n<li>Install the r8168 driver:<br><code>sudo modprobe r8168<\/code><\/li>\n\n\n\n<li>Activate the change:<br><code>sudo systemctl restart networking<\/code><\/li>\n<\/ol>\n\n\n\n<p>Here are the new results (noting people in the house gaming, streaming, etc.):<\/p>\n\n\n\n<p>Download:<br>* Speed: 528.56 Mbps<br>* Jitter: 0.34ms, low: 1.81ms, high: 2.67ms<br>Uploads:<br>* Speed:705.05 Mbps<br>* Jitter: 0.68ms, low: 2.04ms, high: 18.32ms<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Ever since moving to Pop!_OS 22.04 LTS wired networking have been very slow. I recalled seeing posts on this problem and the issue being the included driver for the RTL8111\/8168\/8411 PCI Express Gigabit Ethernet Controller. Performance was not only poor &hellip; <a href=\"https:\/\/blog.pelleys.com\/?p=1005\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4],"tags":[],"class_list":["post-1005","post","type-post","status-publish","format-standard","hentry","category-things-i-would-like-to-remember"],"_links":{"self":[{"href":"https:\/\/blog.pelleys.com\/index.php?rest_route=\/wp\/v2\/posts\/1005","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.pelleys.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.pelleys.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.pelleys.com\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.pelleys.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1005"}],"version-history":[{"count":0,"href":"https:\/\/blog.pelleys.com\/index.php?rest_route=\/wp\/v2\/posts\/1005\/revisions"}],"wp:attachment":[{"href":"https:\/\/blog.pelleys.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1005"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.pelleys.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1005"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.pelleys.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1005"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}