WLAN-Pi / pi-gen

Image build tool for WLAN Pi RPi and CM4 based hardware
BSD 3-Clause "New" or "Revised" License
51 stars 7 forks source link

Install iw 5.16 to support 6 GHz iw scan #26

Closed jiribrejcha closed 2 years ago

jiribrejcha commented 2 years ago

Currently nightly image ships with iw 5.9. This is a suggestion to install iw 5.16 to support 6 GHz iw scan.

Install iw from source:

cd ~
wget https://git.kernel.org/pub/scm/linux/kernel/git/jberg/iw.git/snapshot/iw-5.16.tar.gz
tar xvzf iw-5.16.tar.gz
sudo apt-get install libnl-3-dev libnl-genl-3-dev
cd iw-5.16
sudo make install
jiribrejcha commented 2 years ago

Done by @danielmundi https://github.com/WLAN-Pi/wlanpi-misc-packages

wlanpi@wlanpi-24d:~ $ iw --version
iw version 5.16