WLAN이나 Bluetooth가 없는 Intel 8260 카드가 포함된 Debian 8.7.1

WLAN이나 Bluetooth가 없는 Intel 8260 카드가 포함된 Debian 8.7.1

새로운 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-iwlwifiBluetooth를 작동시키기 위해 필요한 것:

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를 사용해 왔습니다).

관련 정보