Ethernet and WiFi are not working on my ubuntu 20.04 kernel 5.11. I'm trying to update it to kernel 5.16 which may have driver/fix for intel ethernet chipset. I download .deb into USB and tried to install it on offline system, got following error. Is it possible at all to update anything on an offline system? I also tried using apt-offline to update but loads of errors there too for dependency.
$ ls
linux-headers-5.16.0-051600_5.16.0-051600.202201092355_all.deb
linux-headers-5.16.0-051600-generic_5.16.0-051600.202201092355_amd64.deb
linux-image-unsigned-5.16.0-051600-generic_5.16.0-051600.202201092355_amd64.deb
linux-modules-5.16.0-051600-generic_5.16.0-051600.202201092355_amd64.deb
$ sudo dpkg -i ./linux*.deb
(Reading database ... 185694 files and directories currently installed.)
Preparing to unpack .../linux-headers-5.16.0-051600_5.16.0-051600.202201092355_all.deb ...
Unpacking linux-headers-5.16.0-051600 (5.16.0-051600.202201092355) over (5.16.0-051600.202201092355) ...
Preparing to unpack .../linux-headers-5.16.0-051600-generic_5.16.0-051600.202201092355_amd64.deb ...
Unpacking linux-headers-5.16.0-051600-generic (5.16.0-051600.202201092355) over (5.16.0-051600.202201092355) ...
Preparing to unpack .../linux-image-unsigned-5.16.0-051600-generic_5.16.0-051600.202201092355_amd64.deb ...
Unpacking linux-image-unsigned-5.16.0-051600-generic (5.16.0-051600.202201092355) over (5.16.0-051600.202201092355) ...
Preparing to unpack .../linux-modules-5.16.0-051600-generic_5.16.0-051600.202201092355_amd64.deb ...
Unpacking linux-modules-5.16.0-051600-generic (5.16.0-051600.202201092355) over (5.16.0-051600.202201092355) ...
Setting up linux-headers-5.16.0-051600 (5.16.0-051600.202201092355) ...
dpkg: dependency problems prevent configuration of linux-headers-5.16.0-051600-generic:
linux-headers-5.16.0-051600-generic depends on libc6 (>= 2.34); however:
Version of libc6:amd64 on system is 2.31-0ubuntu9.2.
linux-headers-5.16.0-051600-generic depends on libssl3 (>= 3.0.0~~alpha1); however:
Package libssl3 is not installed.
dpkg: error processing package linux-headers-5.16.0-051600-generic (--install):
dependency problems - leaving unconfigured
Setting up linux-image-unsigned-5.16.0-051600-generic (5.16.0-051600.202201092355) ...
Setting up linux-modules-5.16.0-051600-generic (5.16.0-051600.202201092355) ...
Processing triggers for linux-image-unsigned-5.16.0-051600-generic (5.16.0-051600.202201092355) ...
/etc/kernel/postinst.d/initramfs-tools:
update-initramfs: Generating /boot/initrd.img-5.16.0-051600-generic
/etc/kernel/postinst.d/zz-update-grub:
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.16.0-051600-generic
Found initrd image: /boot/initrd.img-5.16.0-051600-generic
Found linux image: /boot/vmlinuz-5.11.0-27-generic
Found initrd image: /boot/initrd.img-5.11.0-27-generic
Found Windows Boot Manager on /dev/nvme0n1p1@/EFI/Microsoft/Boot/bootmgfw.efi
Adding boot menu entry for UEFI Firmware Settings
done
Errors were encountered while processing:
linux-headers-5.16.0-051600-generic