You are not logged in.
Pages: 1
ok sorry off pretty sure it's not just me., ... no wifi after some update think I last rebooted 4 days or so.
typing now clumsily horribly on my backup laptop, hoping somebody can help unruin my morn.
Offline
this my backup lenovo x320 the machine in question a dell xps 15 maybe someone can help me get that at least online so that life can resume
Offline
this my backup lenovo x320 the machine in question a dell xps 15 maybe someone can help me get that at least online so that life can resume
Offline
https://wiki.archlinux.org/title/Tethering
Then you'll have to figure what happened, but my guess would be the firmware split?
Otherwise the common cause of "update, reboot, no wifi" is that you forgot to mount the /boot partition and end up booting an old kernel, lacking most modules.
uname -a
pacman -Qs kernel
Offline
thanks, my main driver is arch 6.15.3-arch1-1 I think. I can't really see too good these days. the pacman command I can't type it all it has nvidia 575.64-2
Last edited by chrisco23 (2025-06-23 07:23:51)
Offline
it all it has nvidia 575.64-2
It will hopefully list the kernel packages as well…
I can't really see too good these days … I can't type it al
Do you have a phone? => In doubt link a picture of the output, but even better: see whether you get network via tethering.
And then also
pacman -Qs firmware
Offline
I'm typing this on an arch setup I use normally for backup and things,
and it's almost as updated. I wonder if there is some way I should know how to look for what is different from this and my main machine. This one is barely squintable and sure I could hook it to the tvs and things but that seems like the wrong direction.
Offline
I wonder if there is some way I should know how to look for what is different from this and my main machine.
One is broken and the other isn't … this isn't going anywhere.
Post the journal of the broken system, if you can't get tethering to work
sudo journalctl -b > /tmp/journal.txt
copy /tmp/journal.txt to some usb key and post it from the system w/ functional internet.
Offline
I'm having the same/similar issue on my desktop, no wifi after an update. I'm guessing mine is caused by the firmware split. wlan0 is missing after the reboot. Here are the results from the first two commands that were mentioned
6.15.3-arch1-1
local/edk2-aarch64 202411-1
Firmware for Virtual Machines (aarch64)
local/edk2-arm 202411-1
Firmware for Virtual Machines (armv7)
local/edk2-ovmf 202411-1
Firmware for Virtual Machines (x86_64, i686)
local/fwupd 2.0.12-1
Simple daemon to allow session software to update firmware
local/linux-firmware-whence 20250613.12fe085f-6
Firmware files for Linux - WHENCE file (vendor licenses)
local/qemu-system-alpha-firmware 10.0.0-7
Firmware for QEMU system emulator for Alpha
local/qemu-system-arm-firmware 10.0.0-7
Firmware for QEMU system emulator for ARM
local/qemu-system-hppa-firmware 10.0.0-7
Firmware for QEMU system emulator for HPPA
local/qemu-system-microblaze-firmware 10.0.0-7
Firmware for QEMU system emulator for Microblaze
local/qemu-system-ppc-firmware 10.0.0-7
Firmware for QEMU system emulator for PPC
local/qemu-system-riscv-firmware 10.0.0-7
Firmware for QEMU system emulator for RISC-V
local/qemu-system-s390x-firmware 10.0.0-7
Firmware for QEMU system emulator for S390
local/qemu-system-sparc-firmware 10.0.0-7
Firmware for QEMU system emulator for SPARC
local/qemu-system-x86-firmware 10.0.0-7
Firmware for QEMU system emulator for x86
Thanks,
Steve
Offline
I think you missed a critical part of the update command in the news. You were supposed to reinstall linux-firmware.
Offline
I think you missed a critical part of the update command in the news. You were supposed to reinstall linux-firmware.
Thanks, that was it. Missed it when I copy/pasted the commands.
Offline
I was mentally not able to produce the appropriate logs I am entirely sorry, but somehow, removing linux-firmware has got me back online. Got a lot of catching up to do. I blame nvidia. for everything wrong in this world.
Offline
removing linux-firmware has got me back online
???
Did you also remove all dependencies, ie. linux-firmware-intel etc et pp?
Otherwise this might just have triggered an initramfs rebuild?
Offline
no I have done nothing further. the update thing I keep on waybar says 34 updates. I should probably fix this more properly I am just so happy to be back online I don't want to break anything now. But as you have helped me 2 or 3 times over the years I def defer to your judgment..
Offline
pacman -Qs firmware
lspci -k
If you're worried about the next update, post the according tail of the pacman.log
Offline
Offline
Offline
0000:00:14.3 Network controller: Intel Corporation Alder Lake-P PCH CNVi WiFi (rev 01)
Subsystem: Intel Corporation Dual Band Wi-Fi 6E(802.11ax) AX211 160MHz 2x2 [Garfield Peak]
Kernel driver in use: iwlwifi
Kernel modules: iwlwifi
…
local/linux-firmware-intel 20250613.12fe085f-5
Firmware files for Linux - Firmware for Intel devices
But all firmware packages are installed - linux-firmware wasn't "removed".
What makes sense.
Offline
again, sorry my stupidity here. this is what pacman wants me to do: https://pastebin.com/UDAPjMT5
Offline
If anything bad happens, the pacman log will only contain that after the update.
Updating the provided list of packages seems innocuous enough…
Offline
Pages: 1