/asus-pce-ac88-firmware

A script to generate the linux firmware for the ASUS PCE-AC88

Primary LanguageShell

asus-pce-ac88-firmware

A script to generate the linux firmware for the ASUS PCE-AC88

Usage

  1. Download and extract the firmware from a router firmware
$ ./download.sh
  1. Copy the firmware file to the host
$ scp brcmfmac4366c-pcie.bin root@host:/tmp
  1. Move the firmware to the correct folder
$ sudo cp /tmp/brcmfmac4366c-pcie.bin /lib/firmware/brcm/brcmfmac4366c-pcie.bin
  1. Restart the host

Troubleshooting

Wrong regulatory domain

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

Not seeing any 5GHz networks

If you cannot see any 5GHz networks try setting the network to channel 40 or lower in your router.

Useful links