After the latest update to Ubuntu Studio 20.04.1, my desktop system can't access the Ethernet card (no LEDs light up) and I have no Internet connection. The latest installed kernel in my system is 5.4.0-56-lowlatency. I'm able to boot the system with the previous kernel, 5.4.0-54-lowlatency and then the Ethernet card works fine and I can connect. I've read that this bug might have been fixed in kernel 5.4.0.56.62, but I guess this isn't a lowlatency one.
- How can I boot normally on the latest kernel and have Ethernet working?
- How can I update my current kernel to the one that fixes the
Ethernet bug?
Edit 1: I just updated the kernel to version 5.4.0-58-lowlatency but the problem persists.
Edit 2: This issue is present in kernels as recent as 5.8.0-33.36. See this bug for more info: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1906655
Thanks.
Edit: output of dpkg -l | grep linux
below:
ii binutils-x86-64-linux-gnu 2.34-6ubuntu1 amd64 GNU binary utilities, for x86-64-linux-gnu target
ii console-setup-linux 1.194ubuntu3 all Linux specific part of console-setup
ii fonts-linuxlibertine 5.3.0-4 all Linux Libertine family of fonts
ii ladspa-sdk 1.15-2build1 amd64 sample tools for linux-audio-dev plugin architecture
ii liblinux-epoll-perl 0.017-1 amd64 perl epoll module for O(1) multiplexing
ii libselinux1:amd64 3.0-1build2 amd64 SELinux runtime shared libraries
ii libselinux1:i386 3.0-1build2 i386 SELinux runtime shared libraries
ii libv4l-0:amd64 1.18.0-2build1 amd64 Collection of video4linux support libraries
ii libv4lconvert0:amd64 1.18.0-2build1 amd64 Video4linux frame format conversion library
ii linux-base 4.5ubuntu3.1 all Linux image base package
ii linux-firmware 1.187.4 all Firmware for Linux kernel drivers
ii linux-headers-5.4.0-54 5.4.0-54.60 all Header files related to Linux kernel version 5.4.0
ii linux-headers-5.4.0-54-lowlatency 5.4.0-54.60 amd64 Linux kernel headers for version 5.4.0 on 64 bit x86 SMP
ii linux-headers-5.4.0-56 5.4.0-56.62 all Header files related to Linux kernel version 5.4.0
ii linux-headers-5.4.0-56-lowlatency 5.4.0-56.62 amd64 Linux kernel headers for version 5.4.0 on 64 bit x86 SMP
ii linux-headers-lowlatency 5.4.0.56.59 amd64 lowlatency Linux kernel headers
rc linux-image-4.15.0-112-lowlatency 4.15.0-112.113 amd64 Signed kernel image lowlatency
rc linux-image-4.15.0-115-lowlatency 4.15.0-115.116 amd64 Signed kernel image lowlatency
rc linux-image-4.15.0-117-lowlatency 4.15.0-117.118 amd64 Signed kernel image lowlatency
rc linux-image-4.15.0-118-lowlatency 4.15.0-118.119 amd64 Signed kernel image lowlatency
rc linux-image-5.4.0-48-lowlatency 5.4.0-48.52 amd64 Signed kernel image lowlatency
rc linux-image-5.4.0-51-lowlatency 5.4.0-51.56 amd64 Signed kernel image lowlatency
rc linux-image-5.4.0-52-lowlatency 5.4.0-52.57 amd64 Signed kernel image lowlatency
rc linux-image-5.4.0-53-lowlatency 5.4.0-53.59 amd64 Signed kernel image lowlatency
ii linux-image-5.4.0-54-lowlatency 5.4.0-54.60 amd64 Signed kernel image lowlatency
ii linux-image-5.4.0-56-lowlatency 5.4.0-56.62 amd64 Signed kernel image lowlatency
ii linux-image-lowlatency 5.4.0.56.59 amd64 lowlatency Linux kernel image
ii linux-libc-dev:amd64 5.4.0-56.62 amd64 Linux Kernel Headers for development
ii linux-lowlatency 5.4.0.56.59 amd64 Complete lowlatency Linux kernel
rc linux-modules-4.15.0-112-lowlatency 4.15.0-112.113 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-4.15.0-115-lowlatency 4.15.0-115.116 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-4.15.0-117-lowlatency 4.15.0-117.118 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-4.15.0-118-lowlatency 4.15.0-118.119 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-48-lowlatency 5.4.0-48.52 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-51-lowlatency 5.4.0-51.56 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-52-lowlatency 5.4.0-52.57 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-53-lowlatency 5.4.0-53.59 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
ii linux-modules-5.4.0-54-lowlatency 5.4.0-54.60 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
ii linux-modules-5.4.0-56-lowlatency 5.4.0-56.62 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
ii linux-sound-base 1.0.25+dfsg-0ubuntu5 all base package for ALSA and OSS sound systems
ii pptp-linux 1.10.0-1build1 amd64 Point-to-Point Tunneling Protocol (PPTP) Client
ii util-linux 2.34-0.1ubuntu9.1 amd64 miscellaneous system utilities
linux-modules-extra-
are installed for the last kernel. – Pilot6 Dec 03 '20 at 14:39apt show linux-modules-extra-
and it doesn't find anything.apt list --installed | grep linux-modules-extra-
also doesn't find anything. How can I install them without an Internet connection? Do you recommend a fresh install? – Jordi Dec 04 '20 at 17:08dpkg -l | grep linux
to your question. – Pilot6 Dec 04 '20 at 17:16