I have an old Chrome Box that I converted to Kubuntu 18.04 a ways back. Upgraded it to 22.04 a couple years ago - no problems. When I tried the 24.04 upgrade, I have zero network capability.
So it seems I have neither driver available in 24.04. I rolled back to 22.04 (thanks to the btrfs gods).
The first thing I discovered is this in the 24.04 boot log:
which might explain why I have no network. However, I went into 22.04 and this was in the boot log there:
so maybe it's a red herring.
Doing the above suggested command reveals:
turns out this is a ACPI error relating to a sensor so nothing to do with networking.
Code:
stuart@asus-cn60:~$ sudo lshw -class network [sudo] password for stuart: *-network description: Ethernet interface product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller vendor: Realtek Semiconductor Co., Ltd. physical id: 0 bus info: pci@0000:01:00.0 logical name: enp1s0 version: 0c serial: c4:54:44:79:70:2c capacity: 1Gbit/s width: 64 bits clock: 33MHz capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=5.15.0-122-generic firmware=rtl8168g-2_0.0.1 02/06/13 latency=0 link=no multicast=yes port=twisted pair resources: irq:18 ioport:2000(size=256) memory:e0500000-e0500fff memory:e0400000-e0403fff *-network description: Wireless interface product: AR9462 Wireless Network Adapter vendor: Qualcomm Atheros physical id: 0 bus info: pci@0000:02:00.0 logical name: wlp2s0 version: 01 serial: 54:27:1e:e5:3d:83 width: 64 bits clock: 33MHz capabilities: pm msi pciexpress bus_master cap_list rom ethernet physical wireless configuration: broadcast=yes driver=ath9k driverversion=5.15.0-122-generic firmware=N/A ip=192.168.1.198 latency=0 link=yes multicast=yes wireless=IEEE 802.11 resources: irq:19 memory:e0600000-e067ffff memory:e0680000-e068ffff
The first thing I discovered is this in the 24.04 boot log:
Code:
[FAILED] Failed to start systemd-modules-load.service - Load Kernel Modules.
Code:
[FAILED] Failed to start Load Kernel Modules. See 'systemctl status systemd-modules-load.service' for details.
Doing the above suggested command reveals:
Code:
stuart@asus-cn60:~$ sudo systemctl status systemd-modules-load.service × systemd-modules-load.service - Load Kernel Modules Loaded: loaded (/lib/systemd/system/systemd-modules-load.service; static) Active: failed (Result: exit-code) since Tue 2024-10-01 16:44:41 EDT; 11min ago Docs: man:systemd-modules-load.service(8) man:modules-load.d(5) Main PID: 574 (code=exited, status=1/FAILURE) CPU: 54ms Oct 01 16:44:41 asus-cn60 systemd[1]: Starting Load Kernel Modules... Oct 01 16:44:41 asus-cn60 systemd-modules-load[574]: Failed to insert module 'it87': Device or resource busy Oct 01 16:44:41 asus-cn60 systemd[1]: systemd-modules-load.service: Main process exited, code=exited, status=1/FAILURE Oct 01 16:44:41 asus-cn60 systemd[1]: systemd-modules-load.service: Failed with result 'exit-code'. Oct 01 16:44:41 asus-cn60 systemd[1]: Failed to start Load Kernel Modules.
turns out this is a ACPI error relating to a sensor so nothing to do with networking.
Comment