A script to generate the linux firmware for the ASUS PCE-AC88
- Download and extract the firmware from a router firmware
$ ./download.sh
- Copy the firmware file to the host
$ scp brcmfmac4366c-pcie.bin root@host:/tmp
- Move the firmware to the correct folder
$ sudo cp /tmp/brcmfmac4366c-pcie.bin /lib/firmware/brcm/brcmfmac4366c-pcie.bin
- Restart the host
Run the following command on the host to set the regulatory domain. Replace XX with the correct domain code (see Wikipedia)
$ iw reg set XX
If you cannot see any 5GHz networks try setting the network to channel 40 or lower in your router.