After the upgrade the Wireless Network Card no longer works so I'm using Wired until that can be sorted out.
Details as follows:
sudo lshw -class network
*-network UNCLAIMED
description: Network controller
product: Wi-Fi 5(802.11ac) Wireless-AC 9x6x [Thunder Peak]
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:02:00.0
version: 29
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix cap_list
configuration: latency=0
resources: memory:df000000-df003fff
I think this was working after the upgrade but there were issues with some packages and I was requested to run command "sudo apt-get install -f" and this found Obsolete packages. I was requested to run "sudo apt autoremove" and perhaps all my issues stem from this.
I tried reinstalling Intel packages but still no joy.
See errors in:
grep iwl /var/log/syslog
2024-09-02T13:02:52.018127+01:00 david-N7x0WU kernel: iwlwifi 0000:02:00.0: Direct firmware load for iwlwifi-9260-th-b0-jf-b0-30.ucode failed with error -2
2024-09-02T13:02:52.018129+01:00 david-N7x0WU kernel: iwlwifi 0000:02:00.0: no suitable firmware found!
2024-09-02T13:02:52.018131+01:00 david-N7x0WU kernel: iwlwifi 0000:02:00.0: minimum version required: iwlwifi-9260-th-b0-jf-b0-30
2024-09-02T13:02:52.018136+01:00 david-N7x0WU kernel: iwlwifi 0000:02:00.0: maximum version supported: iwlwifi-9260-th-b0-jf-b0-46
2024-09-02T13:02:52.018243+01:00 david-N7x0WU kernel: iwlwifi 0000:02:00.0: check git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
Kernel in use as follows:
uname -r
5.13.0-30-generic
ls /lib/modules/5.13.0-30-generic/kernel/drivers/net/wireless/intel/iwlwifi/
dvm iwlwifi.ko mvm
Also tried reinstalling Linux firmware:
sudo apt-get install --reinstall linux-firmware
[sudo] password for david:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded.
Need to get 0 B/480 MB of archives.
After this operation, 0 B of additional disk space will be used.
(Reading database ... 171090 files and directories currently installed.)
Preparing to unpack .../linux-firmware_20240318.git3b128b60-0ubuntu2.2_amd64.deb ...
Unpacking linux-firmware (20240318.git3b128b60-0ubuntu2.2) over (20240318.git3b128b60-0ubuntu2.2) ...
dpkg: error processing archive /var/cache/apt/archives/linux-firmware_20240318.git3b128b60-0ubuntu2.2_amd64.deb (--unpack):
unable to open '/lib/firmware/iwlwifi-so-a0-hr-b0-73.ucode.zst.dpkg-new': Operation not permitted
Errors were encountered while processing:
/var/cache/apt/archives/linux-firmware_20240318.git3b128b60-0ubuntu2.2_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)