I made a fork of this repo and fixed some bugs. Now this package builds from my fork.
Everything seems to work fine on 5.9.14-arch1-1.
There's a weird bug with device being down at start, I'm in the middle of investigation rn, but there's a workaround:
# systemctl edit NetworkManager
[Service]
ExecStartPre=ip link set dev wlp4s0 up # replace wlp4s0 with your interface id
Pinned Comments
lesf0 commented on 2020-12-25 19:19 (UTC) (edited on 2020-12-25 19:20 (UTC) by lesf0)
I made a fork of this repo and fixed some bugs. Now this package builds from my fork.
Everything seems to work fine on 5.9.14-arch1-1.
There's a weird bug with device being down at start, I'm in the middle of investigation rn, but there's a workaround: