- Remove the NO-IR restrictions on the 5GHz networks when setting up the machine in AP mode so you can broadcast on those frequencies. This only works with chips that use the ATH10k driver and has been only tested with the hardware/software specified below.
- WARNING: Check local regulations before using.
- Jetson AGX/NX
- SX-PCEAC2-M2-SP Wifi Chip
- Kernel 4.9
- Modify
hostapd.conf
file to your liking (SSID, password, etc) - Copy modified
hostapd.conf
to/etc/hostapd/hostapd.conf
(Will switch you to AP mode) - Add static IP for
wlan0
in/etc/network/interfaces
(To switch from being a client to hostspot)auto wlan0 iface wlan0 inet static address 10.10.0.1 netmask 255.255.255.0
- Ensure
hostapd
anddnsmasq
services are enabled - Run
sudo ./run.sh
to patch and build kernel modules ATH + ATH10k (This will put the domain to US. Modify the run.sh to change) - Reboot and check
sudo iw list
to make sure all theNO-IR
on the 5GHZ frequencies are gone!