iw is a new nl80211 based CLI configuration utility for wireless devices. It supports all new drivers that have been added to the kernel recently. The old tool iwconfig, which uses Wireless Extensions interface, is deprecated and it's strongly recommended to switch to iw and nl80211.
LFS や依存パッケージが本ブックに示す最新安定バージョンでなかった場合には、BLFS 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。
ダウンロード (HTTP): https://www.kernel.org/pub/software/network/iw/iw-5.19.tar.xz
ダウンロード MD5 sum: fd17ca2dd5f160a5d9e5fd3f8a69f416
ダウンロードサイズ: 152 KB
Estimated disk space required: 4.5 MB
Estimated build time: 0.1 SBU 以下
To use iw, the kernel must have the appropriate drivers and other support available. Read Configuring the Linux Kernel for Wireless for details.
以下のコマンドを実行して iw をビルドします。
sed -i "/INSTALL.*gz/s/.gz//" Makefile && make
このパッケージにテストスイートはありません。
root
ユーザーになって以下を実行します。
make install
sed ...: Install uncompressed manual pages in accordance with other man pages.