Lubuntu Jammy - Linux Firmware installation error

On March 14 2022 there was listed a new linux firmware update, but I get an error when trying to install it.

me@MYCOMPUTER:~$ apt list --upgradable
Listing... Done
linux-firmware/jammy,jammy 20220314.gitcd01f857-0ubuntu1 all [upgradable from: 20220302.gitee0667aa-0ubuntu1]
N: There is 1 additional version. Please use the '-a' switch to see it

me@MYCOMPUTER:~$ sudo apt upgrade
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
The following packages will be upgraded:
  linux-firmware
1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 238 MB of archives.
After this operation, 24,9 MB of additional disk space will be used.
Do you want to continue? [Y/n] 
Get:1 http://de.archive.ubuntu.com/ubuntu jammy/main amd64 linux-firmware all 20220314.gitcd01f857-0ubuntu1 [238 MB]
Fetched 238 MB in 35s (6.794 kB/s)                                                                                                                                                
(Reading database ... 295036 files and directories currently installed.)
Preparing to unpack .../linux-firmware_20220314.gitcd01f857-0ubuntu1_all.deb ...
Unpacking linux-firmware (20220314.gitcd01f857-0ubuntu1) over (20220302.gitee0667aa-0ubuntu1) ...
dpkg: error processing archive /var/cache/apt/archives/linux-firmware_20220314.gitcd01f857-0ubuntu1_all.deb (--unpack):
 unable to open '/lib/firmware/ath11k/WCN6855/hw2.0/regdb.bin.dpkg-new': No such file or directory
No apport report written because the error message indicates an issue on the local system
update-initramfs: Generating /boot/initrd.img-5.15.0-22-generic
update-initramfs: Generating /boot/initrd.img-5.15.0-18-generic
Errors were encountered while processing:
 /var/cache/apt/archives/linux-firmware_20220314.gitcd01f857-0ubuntu1_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

A sudo apt clean before upgrading it doesn’t change anything.

A few hours before the listing of the linux firmware update I installed the VirtualBox:

me@MYCOMPUTER:~$ apt search virtualbox | grep installed
virtualbox/jammy,now 6.1.32-dfsg-1 amd64 [installed]
virtualbox-dkms/jammy,now 6.1.32-dfsg-1 amd64 [installed,automatic]
virtualbox-ext-pack/jammy,jammy,now 6.1.32-1 all [installed]
virtualbox-qt/jammy,now 6.1.32-dfsg-1 amd64 [installed,automatic]

Maybe the installation of VirtualBox is the cause to the error?

Interesstingly the linux firmware was installed right now… but it looks like a different deb file was downloaded

linux-firmware_20220314.gitcd01f857-0ubuntu2_all.deb

1 Like

This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.