Comment 25 for bug 1666432

Revision history for this message
Ilya Sheershoff (sheershoff) wrote :

Have same RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller and r8169 driver.

$ lspci -knn | grep Eth -A3
01:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 15)
    Subsystem: Micro-Star International Co., Ltd. [MSI] RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [1462:7b33]
    Kernel driver in use: r8169
    Kernel modules: r8169

See the difference in controller and driver?

I'm online for an hour since:

try connecting via wifi and
1. sudo apt-get update
2. sudo apt-get install r8168-dkms
 - to install the r8168 kernel driver (suppressing the r8169 driver that came default with the kernel)
3. Reboot the PC
4. Enroll the MOK

Credits: https://askubuntu.com/a/1043584/222703