I'm currently using Ubuntu 18.04.1, with kernel version 5.3.0-40.
I need to downgrade to kernel 4.15.x to use my work VPN application.
I downloaded the older kernel version and booted into it, but then I have no connection in there (neither with LAN or with wi-fi). I guess it's a driver problem, but since I'm a newbie to the world of Linux I really don't know what to do even after searching online for a bit.
Any help would be really appreciated, thank you.
Edit:
apt list --installed | grep ^linux
please. – nobody Mar 03 '20 at 11:22dmesg
and show us the result.dmesg
shows what was being done during the boot process.And type
– heechan Lee Mar 03 '20 at 11:37lspci
,lsusb
to check the hardware is detected.Currently, your pc has Intel Corporation Wireless-AC 9560 and RTL8111/8168/8411 PCI Express Gigabit Ethernet.
Someone suggested that remove r8168 driver and install r8169 driver. I think you need to remove the driver and install a new one.
But before that, type
– heechan Lee Mar 04 '20 at 08:26lsmod
to see what drivers are currently loaded. First, check loaded drivers. Then we can talk.