Debian 9ストレッチテストバージョンをインストールしました。そして私は以下をしました:
# apt-get update
# apt-get install network-manager-gnome
# apt-get install firmware-iwlwifi
私のネットワークカードはIntel Corporation Wireless 8260です
# lspci | grep Wireless
04:00.0 Network controller: Intel Corporation Wireless 8260 (rev 3a)
それで Linuxインテルワイヤレスアダプターのサポート にアクセスしてWi-Fiドライバーをダウンロードします。
Intel® Dual Band Wireless-AC 8260 4.1 iwlwifi-8000-ucode-25.30.13.0.tgz
そして、Wi-Fiドライバーを/lib/firmware
。
しかし、通知領域の「ネットワークを選択」でWi-Fiをクリックすると、Wi-Fiネットワークがポップアップし、「ネットワークがありません」というメッセージが表示されます。 Wi-Fiを検出できないようです。
誰かが理由を知っていますか?
Intel Corporation Wireless 8260のWi-Fiをインストールするには、 here からドライバーをダウンロードし、抽出して/lib/firmware
にコピーします。
wget https://wireless.wiki.kernel.org/_media/en/users/drivers/iwlwifi-8000-ucode-16.242414.0.tgz
tar xvf iwlwifi-8000-ucode-16.242414.0.tgz
cd iwlwifi-8000-ucode-16.242414.0
cp iwlwifi-8000-ucode* /lib/firmware
modprobe iwlwifi