Linux Mint Intel 8260ワイヤレス

Linux Mint Intel 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のコメントを見て、私のサブシステムについて考えました。これワイヤー。私はこのサブシステムがないので、これが私には役に立たないと判断しましたが、その行をサブシステム番号に変更して同じソリューションを適用できると思いました。ビンゴ!効率的。これについて考えるのを手伝ってくれてありがとう。

おすすめ記事