939 B
939 B
Broadcom wl driver for alpine linux
Uses akms
Since alpine got rid of non-free repository, the only way is to build driver from third-party APKBUILD.
Installation:
- follow this instructions: https://wiki.alpinelinux.org/wiki/Creating_an_Alpine_package#Setup_your_system_and_account
- Copy ~/.abuild/key.rsa.pub into /etc/apk/keys
- Enter PACKAGER_PRIVKEY="$HOME/.abuild/key.rsa" into ~/.abuild/abuild.conf
- Clone this repo and cd into it
- Build package with
abuild -r
- Go into ~/packages/broadcom-wl-akms/x86_64 and install package with
apk add broadcom-wl-6.30.223.271-r0.apk
It`s done!
If you followed instructions in wiki about keygen you can skip steps 2 and 3.
Tested with Broadcom BCM43142, iwd, alpine edge
With iwd and busybox's dhcp you will need to add that to iwd config
[General]
EnableNetworkConfiguration=True
With dhcpcd it may work without it