Acer-Aspire E 15(Ubuntu 16.04, 커널: 4.4.0-21-generic)에서 Wi-Fi가 작동하지 않습니다.

Acer-Aspire E 15(Ubuntu 16.04, 커널: 4.4.0-21-generic)에서 Wi-Fi가 작동하지 않습니다.

새로운 Acer-Aspire E15에서 WiFi가 작동하지 않습니다. 듀얼 부팅 없이 Ubuntu 16.04, 커널: 4.4.0-21-generic만 실행하고 있습니다.

lspci

00:00.0 Host bridge: Intel Corporation Broadwell-U Host Bridge -OPI (rev 09)
00:02.0 VGA compatible controller: Intel Corporation Broadwell-U Integrated Graphics (rev 09)
00:03.0 Audio device: Intel Corporation Broadwell-U Audio Controller (rev 09)
00:14.0 USB controller: Intel Corporation Wildcat Point-LP USB xHCI Controller (rev 03)
00:16.0 Communication controller: Intel Corporation Wildcat Point-LP MEI Controller #1 (rev 03)
00:1b.0 Audio device: Intel Corporation Wildcat Point-LP High Definition Audio Controller (rev 03)
00:1c.0 PCI bridge: Intel Corporation Wildcat Point-LP PCI Express Root Port #1 (rev e3)
00:1c.2 PCI bridge: Intel Corporation Wildcat Point-LP PCI Express Root Port #3 (rev e3)
00:1c.3 PCI bridge: Intel Corporation Wildcat Point-LP PCI Express Root Port #4 (rev e3)
00:1d.0 USB controller: Intel Corporation Wildcat Point-LP USB EHCI Controller (rev 03)
00:1f.0 ISA bridge: Intel Corporation Wildcat Point-LP LPC Controller (rev 03)
00:1f.2 SATA controller: Intel Corporation Wildcat Point-LP SATA Controller [AHCI Mode] (rev 03)
00:1f.3 SMBus: Intel Corporation Wildcat Point-LP SMBus Controller (rev 03)
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)
03:00.0 Network controller: Qualcomm Atheros Device 0042 (rev 30)

그리고

lshw -C network

*-network               
   description: Ethernet interface
   product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
   vendor: Realtek Semiconductor Co., Ltd.
   physical id: 0
   bus info: pci@0000:02:00.0
   logical name: enp2s0
   version: 15
   serial: 2c:60:0c:f3:26:79
   size: 1Gbit/s
   capacity: 1Gbit/s
   width: 64 bits
   clock: 33MHz
   capabilities: pm msi pciexpress msix bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
   configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=full firmware=rtl8168h-2_0.0.2 02/26/15 ip=192.168.178.53 latency=0 link=yes multicast=yes port=MII speed=1Gbit/s
   resources: irq:47 ioport:3000(size=256) memory:c1204000-c1204fff memory:c1200000-c1203fff


*-network UNCLAIMED
       description: Network controller
       product: Qualcomm Atheros
       vendor: Qualcomm Atheros
       physical id: 0
       bus info: pci@0000:03:00.0
       version: 30
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress cap_list
       configuration: latency=0
       resources: memory:c1000000-c11fffff

여기의 결과이다무선 정보 스크립트,paste.ubuntu.com에 게시됨

나는 다음과 같은 인터넷 검색 후에 찾은 다른 수정 사항을 시도했습니다.이것그리고이것), 그러나 그들 중 누구도 효과가 없었습니다. 이 문제를 식별하고 해결하는 데 도움을 줄 수 있는 사람이 있습니까?

편집하다:

modinfo ath10k_pci | grep backport
version:        backported from Linux (next-20151120-0-ga78de01) using backports backports-20151120-0-g906a6b3

답변1

백포트가 설치되어 있고 16.04에서는 필요하지 않으므로 제거해야 합니다.

cd backports-20151120
sudo make uninstall

펌웨어가 설치된 경우 재부팅하면 Wi-Fi가 작동합니다.

두 개 이상의 백포트 버전을 갖고 있는 사람은 많지 않으므로 터미널에 내장된 자동 완성 기능을 사용할 수 있습니다. cd backports그런 다음 TAB을 누르면 명령이 완료됩니다. 그런 다음 backports 디렉터리에서 다음을 실행하여 sudo make uninstall백포트를 제거하고 재부팅합니다.

답변2

비슷한 상황에 처한 사람을 위해:

4.8 커널로 업데이트

sudo apt-get update && sudo apt-get install linux-generic-hwe-16.04

그런 다음 재부팅하십시오.

내 문제를 우분투 포럼에 게시했습니다.여기

관련 정보