On Fri, 2024-08-23 at 14:44 +0000, Lucie Scarlet wrote:
...
build iwd from git and try that version[1]. But perhaps the odds of ... I don't have much experience with PKGBUILD, but I could try.
- Random thought - there isn't a copy of wpa_supplicant running in addition to iwd by chance? Assume not, but if there is that would be very problematic. - iwd-git: I put a PKGBUILD on my gh blog: https://github.com/gene-git/blog/tree/master/arch-package/iwd-git Instructions are in PKGBUILD file. Copy the files, build and install package. # To copy using git (only want the iwd-git not the entire repo). git clone --no-checkout git@github.com:gene-git/blog.git cd blog git sparse-checkout init git sparse-checkout set arch-package/iwd-git git checkout arch-package/iwd-git # Build cd arch-package/iwd-git/src git clone git://git.kernel.org/pub/scm/network/wireless/iwd.git git clone git://git.kernel.org/pub/scm/libs/ell/ell.git cd .. # Build : makepkg # Install the new iwd-git-xx.zst file : pacman -U iwd-git-xxx.zst # To go back to the arch package : pacman -Syu iwd -- Gene