新しいDebian 8.7.1 64ビットインストールではWLANを使用できません。問題を見つけるのに役立ちます。私が使っているカードはIntel 8260 WLAN/Bluetoothカードです。
# lspci | grep Wire
04:00.0 Network controller: Intel Corporation Wireless 8260 (rev 3a)
aptを使用してiwlwifiをインストールし、モジュールをロードしました。
# modprobe -r iwlwifi ; modprobe iwlwifi
lsmod出力:
# lsmod | grep wif
iwlwifi 96547 0
cfg80211 413730 1 iwlwifi
構成:
# iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
それでは、私が何を見逃しているのでしょうか? !ファームウェアがカーネルをサポートしていないので、そうなのでしょうか?
root@dfog:/home/irrgeist# uname -a
Linux debian 3.16.0-4-amd64 #1 SMP Debian 3.16.39-1 (2016-12-30) x86_64 GNU/Linux
システムを再起動しました。
編集する:
#ls /lib/firmware/
av7110 iwlwifi-3160-8.ucode iwlwifi-7260-8.ucode
carl9170-1.fw iwlwifi-3160-9.ucode iwlwifi-7260-9.ucode
cis iwlwifi-3945-2.ucode iwlwifi-7265-8.ucode
dsp56k iwlwifi-4965-2.ucode iwlwifi-7265-9.ucode
hp iwlwifi-5000-2.ucode iwlwifi-8000C-13.ucode
intel iwlwifi-5000-5.ucode iwlwifi-8265-22.ucode
isci iwlwifi-5150-2.ucode keyspan_pda
iwlwifi-1000-5.ucode iwlwifi-6000-4.ucode RTL8192E
iwlwifi-100-5.ucode iwlwifi-6000g2a-5.ucode RTL8192SU
iwlwifi-105-6.ucode iwlwifi-6000g2a-6.ucode rtl_nic
iwlwifi-135-6.ucode iwlwifi-6000g2b-6.ucode rtlwifi
iwlwifi-2000-6.ucode iwlwifi-6050-4.ucode usbduxfast_firmware.bin
iwlwifi-2030-6.ucode iwlwifi-6050-5.ucode usbdux_firmware.bin
iwlwifi-3160-7.ucode iwlwifi-7260-7.ucode usbduxsigma_firmware.bin
ソース、リスト
#
# deb cdrom:[Debian GNU/Linux 8.7.1 _Jessie_ - Official amd64 NETINST Binary-1 20170116-10:57]/ jessie main
#deb cdrom:[Debian GNU/Linux 8.7.1 _Jessie_ - Official amd64 NETINST Binary-1 20170116-10:57]/ jessie main
deb http://ftp.de.debian.org/debian/ jessie main non-free contrib
deb-src http://ftp.de.debian.org/debian/ jessie main non-free contrib
deb http://security.debian.org/ jessie/updates main contrib non-free
deb-src http://security.debian.org/ jessie/updates main contrib non-free
# jessie-updates, previously known as 'volatile'
deb http://ftp.de.debian.org/debian/ jessie-updates main contrib non-free
deb-src http://ftp.de.debian.org/debian/ jessie-updates main contrib non-free
deb http://ftp.de.debian.org/debian/ jessie-backports main contrib non-free
答え1
~によると公式ウェブサイトIntel® Dual-Band Wireless-AC 8260 はカーネルバージョン4.1
以降で使用できます。
バックポートリポジトリsources.list
deb http://ftp.debian.org/debian jessie-backports main non-free
apt-cache search linux-image
使用できるように更新して実行し、インストールlinux-image
してください。kernel > 4.1
たとえば、
apt-get install linux-image-4.8.0-0.bpo.2-amd64
または最新のカーネルバージョン:
apt-get install linux-image-4.9.0-0.bpo.1-amd64-unsigned
システムを再起動してインストールします。firmware-iwlwifi
Bluetoothを操作するために必要なもの:
apt-get install -t jessie-backports firmware-iwlwifi
Wi-Fiファームウェアはパッケージiwlwifi-8000C-16.ucode
に含まれており、以下から追加することもできます。firmware-iwlwifi
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* /lib/firmware
編集する
新しいカーネルをインストールするためにバックポートから再インストールした後に黒い画面の問題を解決するには、xserver-xorg-video-intel
問題の詳細については、回答を参照してください。スティーブンジッタ。
apt-get remove xserver-xorg-video-intel
apt-get install -t jessie-backports xserver-xorg-video-intel
答え2
~によるとインテルサポートサイト
より高いカーネルバージョン(4.1)が必要です。バックポートでカーネルを移植してみてください。
答え3
シナプティックパッケージマネージャに行き、iwlwifiと入力して検索を押しました。これにより、私が選択してインストールしたファームウェア-iwlwifiオプションが提供されました。その後、Wi-Fiを再起動し、今接続されました。
Intel 8260 WLAN / Bluetoothカードを搭載したDebianstretch 9(私は今月初めてDebianを使用しましたが、2012年からUbuntu、Mint、Manjaroを使用してきました)。