The Cookie Machine - Click here to drag window

DUMMY TEXT - Real text set in assets/js/theCookieMachine.js

If you can read me, I'm broken!

Views: 4,156β€…    Votes:  1β€…    βœ… Solution
Tags: internet   ethernet   lan   19.04  
Link: πŸ” See Original Answer on Ask Ubuntu ⧉ πŸ”—

URL: https://askubuntu.com/q/1138726
Title: How to add LAN driver?
ID: /2019/04/27/How-to-add-LAN-driver_
Created: April 27, 2019
Upload: March 26, 2024    Layout:  post
TOC: false    Navigation:  false    Copy to clipboard:  false


Each Ubuntu version uses a different kernel chain. After upgrading to Ubuntu version 19.04 your kernel version changed. To find the new version number type uname -r. Then use that in your command. For example:

$ uname -r
4.14.110-0414110-generic

$ sudo dkms add r8168/8.046.00 -k 4.14.110-0414110-generic

To reinstall dkms driver for the rtl8168 use:

``` sudo apt update sudo apt install –reinstall r8168-dkms

```

You may not need dkms RTL8168 driver add on with version 5.0 kernel. The RTL8169 driver has been improved in this kernel version as per Linux Kernel 5.0 Released! Check Out The New Features:

Here are some of the major new changes in Kernel 5.0:

The RTL8168 driver has been manually installed by many users because of RTL8169 flaws for their network cards.

⇧ How to delete CPU-stats from cpufreq? Only one line in script output  β‡©