16.04 Wi-Fi에 인증할 수 없습니다

16.04 Wi-Fi에 인증할 수 없습니다

Acer Aspire S에 Ubuntu 16.04를 설치했는데 Wi-Fi를 제외한 모든 것이 잘 작동합니다. 개방형 핫스팟에 연결할 수 있지만 집에서 WPA2 라우터에 인증하면 실패합니다.

Atheros QCA6174를 사용하고 있습니다.

% lspci -knn | grep Net -A3; rfkill list
01:00.0 Network controller [0280]: Qualcomm Atheros QCA6174 802.11ac Wireless Network Adapter [168c:003e] (rev 32)
    Subsystem: Lite-On Communications Inc QCA6174 802.11ac Wireless Network Adapter [11ad:0807]
    Kernel driver in use: ath10k_pci
    Kernel modules: ath10k_pci
02:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5229 PCI Express Card Reader [10ec:5229] (rev 01)
1: acer-wireless: Wireless LAN
    Soft blocked: no
    Hard blocked: no
2: acer-bluetooth: Bluetooth
    Soft blocked: no
    Hard blocked: no
3: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
4: hci0: Bluetooth
    Soft blocked: no
    Hard blocked: no

% dmesg | grep -e ath10 -e wlan
[    7.215916] ath10k_pci 0000:01:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0
[    7.509020] ath10k_pci 0000:01:00.0: Direct firmware load for ath10k/pre-cal-pci-0000:01:00.0.bin failed with error -2
[    7.509034] ath10k_pci 0000:01:00.0: Direct firmware load for ath10k/cal-pci-0000:01:00.0.bin failed with error -2
[    7.510267] ath10k_pci 0000:01:00.0: Direct firmware load for ath10k/QCA6174/hw3.0/firmware-5.bin failed with error -2
[    7.510269] ath10k_pci 0000:01:00.0: could not fetch firmware file 'ath10k/QCA6174/hw3.0/firmware-5.bin': -2
[    7.513370] ath10k_pci 0000:01:00.0: qca6174 hw3.2 target 0x05030000 chip_id 0x00340aff sub 11ad:0807
[    7.513371] ath10k_pci 0000:01:00.0: kconfig debug 0 debugfs 1 tracing 1 dfs 0 testmode 0
[    7.513875] ath10k_pci 0000:01:00.0: firmware ver WLAN.RM.2.0-00180-QCARMSWPZ-1 api 4 features wowlan,ignore-otp,no-4addr-pad crc32 75dee6c5
[    7.579414] ath10k_pci 0000:01:00.0: board_file api 2 bmi_id N/A crc32 6fc88fe7
[    9.734242] ath10k_pci 0000:01:00.0: htt-ver 3.26 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1
[    9.826346] ath10k_pci 0000:01:00.0 wlp1s0: renamed from wlan0

다른 Ubuntu 시스템과 연결하는 데 아무런 문제가 없었습니다. 여기에 모드 문제가 있습니다 ...

[   55.988872] wlp1s0: authenticated
[   55.989002] ath10k_pci 0000:01:00.0 wlp1s0: disabling HT as WMM/QoS is not supported by the AP
[   55.989004] ath10k_pci 0000:01:00.0 wlp1s0: disabling VHT as WMM/QoS is not supported by the AP
[   55.995359] wlp1s0: associate with 00:24:7b:64:77:bc (try 1/3)
[   55.998581] wlp1s0: RX AssocResp from 00:24:7b:64:77:bc (capab=0x411 status=0 aid=1)
[   56.001232] wlp1s0: associated
[   56.001280] IPv6: ADDRCONF(NETDEV_CHANGE): wlp1s0: link becomes ready
[   59.456829] wlp1s0: deauthenticated from 00:24:7b:64:77:bc (Reason: 1=UNSPECIFIED)
[   63.649930] IPv6: ADDRCONF(NETDEV_UP): wlp1s0: link is not ready

성공적으로 인증된 것 같지만 바로 인증이 해제됩니까? 언급된 대로 /lib/firmware/ath10k를 교체해 보았습니다.https://askubuntu.com/a/718430/717711하지만 이로 인해 무선 작동이 완전히 중단되어 해당 변경 사항이 되돌려졌습니다.

불행하게도 나는 지금 약간 당황스럽습니다. 도움을 주셔서 감사합니다!

답변1

그것을 알아 냈습니다. WPA 인증은 집에 있는 라우터가 아닌 다른 라우터와 함께 작동합니다. 확실하게...

  • 다른 라우터와 WPA가 작동합니다.
  • 내 홈 라우터의 WPA는 Windows를 사용하여 작동합니다.
  • 내 홈 라우터를 사용한 WPA는 다른 Ubuntu 시스템과 작동합니다.
  • 유일한 문제는 Ubuntu의 Atheros 펌웨어와 이 특정 라우터에 있습니다.

이상하지만 고치기는 쉽습니다. 어쨌든 오래된 라우터입니다. :)

관련 정보