리눅스 민트 인텔 8260 무선

리눅스 민트 인텔 8260 무선

Lenovo Thinkpad t460을 사용하고 있는데 무선 네트워크가 보이지 않습니다. 이것은 sudo lshw -C 네트워크의 출력입니다.

  *-network UNCLAIMED     
       description: Network controller
       product: Wireless 8260
       vendor: Intel Corporation
       physical id: 0
       bus info: pci@0000:04:00.0
       version: 3a
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress cap_list
       configuration: latency=0
       resources: memory:f1000000-f1001fff
  *-network
       description: Ethernet interface
       product: Ethernet Connection I219-LM
       vendor: Intel Corporation
       physical id: 1f.6
       bus info: pci@0000:00:1f.6
       logical name: eth0
       version: 21
       serial: 50:7b:9d:bf:9a:f8
       size: 1Gbit/s
       capacity: 1Gbit/s
       width: 32 bits
       clock: 33MHz
       capabilities: pm msi bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
       configuration: autonegotia

이것은 lspci -nnk | grep -iA2 network;name-a의 출력입니다.

00:1f.6 Ethernet controller [0200]: Intel Corporation Ethernet Connection I219-LM [8086:156f] (rev 21)
    Subsystem: Lenovo Device [17aa:2233]
    Kernel driver in use: e1000e
--
04:00.0 Network controller [0280]: Intel Corporation Wireless 8260 [8086:24f3] (rev 3a)
    Subsystem: Intel Corporation Device [8086:0130]
Linux ComputerName 3.19.0-32-generic #37~14.04.1-Ubuntu SMP Thu Oct 22 09:41:40 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

나는 해결책을 시도했다이것게시했지만 여전히 작동하지 않습니다. 누구든지 나에게 어떤 아이디어가 있습니까? 감사해요!

답변1

좋아, 지금은 바보 같아. Jeremy31의 댓글을 보고 내 하위 시스템에 대해 생각하게 되었습니다.이것철사. 나는 이 하위 시스템이 없기 때문에 이것이 나에게 도움이 되지 않을 것이라고 결정했지만, 그 줄을 하위 시스템 번호로 변경하여 동일한 솔루션을 적용할 수 있다는 생각이 떠올랐습니다. 빙고! 효율적인. 이것에 대해 생각하도록 도와주셔서 감사합니다.

답변2

~에 따르면무선 위키iwlwifi-8000-ucode-25.30.13.0.tgz펌웨어를 다운로드해야 합니다 .

압축을 풀고 파일을 복사하세요./lib/firmware

wget https://wireless.wiki.kernel.org/_media/en/users/drivers/iwlwifi-8000-ucode-25.30.13.0.tgz
tar xzvf iwlwifi-8000-ucode-25.30.13.0.tgz
cd iwlwifi-8000-ucode-25.30.13.0
cp iwlwifi-*.ucode /lib/firmware

편집하다

드라이버를 로드합니다:

modprobe -r iwlwifi
modprobe iwlwifi

관련 정보