华硕 VivoBook X510UQ 的 Wifi 驱动程序

华硕 VivoBook X510UQ 的 Wifi 驱动程序

我无法让 wifi 驱动程序在我的华硕 VivoBook X510UQ 笔记本电脑上运行。我使用的是 Ubuntu 16.04。

的结果lspci -nnk | grep -A2 02801

02:00.0 Network controller [0280]: Intel Corporation Wireless 8265 / 8275 [8086:24fd] (rev 78)
    Subsystem: Intel Corporation Dual Band Wireless-AC 8265 [8086:0010]

的结果sudo lshw -C network

   *-network UNCLAIMED     
       description: Network controller
       product: Wireless 8265 / 8275
       vendor: Intel Corporation
       physical id: 0
       bus info: pci@0000:02:00.0
       version: 78
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress cap_list
       configuration: latency=0
       resources: memory:ef100000-ef101fff
  *-network
       description: Ethernet interface
       physical id: 1
       logical name: enp0s20f0u1
       serial: ba:80:84:0a:4f:05
       capabilities: ethernet physical
       configuration: broadcast=yes driver=rndis_host driverversion=22-Aug-2005 firmware=RNDIS device ip=192.168.42.191 link=yes multicast=yes

的结果rfkill list

0: hci0: Bluetooth
    Soft blocked: yes
    Hard blocked: no
1: asus-wlan: Wireless LAN
    Soft blocked: no
    Hard blocked: no
2: asus-bluetooth: Bluetooth
    Soft blocked: yes
    Hard blocked: no

我安装了Intel® Dual Band Wireless-AC 8265Linux* 对英特尔® 无线适配器的支持,但它不起作用。

相关内容