Hello Everyone…
I ran into an issue today where I did the following on my EOS + LUKs + BTRFS + Snapper + Grub-btrfs on my old 2013 MacBook Pro:
sudo pacman -Syy
sudo pacman -Syu
sudo grub-mkconfig -o /boot/grub/grub.cfg
Pretty standard stuff. This included forty+ upgrades including linux
and linux-headers
. Thus, I did a reboot afterwards. When I logged in my wifi was none functional on my laptop.
Upon reviewing /var/log/pacman.log
I see this:
[2025-02-03T15:40:53-0700] [ALPM-SCRIPTLET] ==> dkms install --no-depmod broadcom-wl/6.30.223.271 -k 6.13.1-arch1-1
[2025-02-03T15:40:58-0700] [ALPM-SCRIPTLET]
[2025-02-03T15:40:58-0700] [ALPM-SCRIPTLET] Error! Bad return status for module build on kernel: 6.13.1-arch1-1 (x86_64)
[2025-02-03T15:40:58-0700] [ALPM-SCRIPTLET] Consult /var/lib/dkms/broadcom-wl/6.30.223.271/build/make.log for more information.
[2025-02-03T15:40:58-0700] [ALPM-SCRIPTLET] ==> WARNING: `dkms install --no-depmod broadcom-wl/6.30.223.271 -k 6.13.1-arch1-1' exited 10
Here is a snippet of the /var/log/pacman.log
and here is the contents of /var/lib/dkms/broadcom-wl/6.30.223.271/build/make.log
.
Sadly that laptop has no physical ethernet port to plug into but I do have a 2.4ghz USB wifi dongle which functions to try resolving the issue.
What would be the easiest method to resolving this in your opinion?
- Look to rectify the issue with the broadcom-wl-dkms package manually? Any suggestions as to where to start if here based on the log file?
- Run a
sudo snapper undochange 1731..1736
while logged into the main snapshot with no wifi? Was was cautions if that was viable since a new/boot/initramfs-linux.img
and/boot/initramfs-linux-fallback.img
was generated by the system upgrade? - Revert to the pre-system upgrade snapshot? I’ve never had to revert the system to a subvolume previously and don’t understand the underlying process from a technical perspective.