Qualcomm Atheros QCA9377 ath10k 직접 펌웨어 로딩 실패

Qualcomm Atheros QCA9377 ath10k 직접 펌웨어 로딩 실패

저는 Acer Spin 5 노트북에서 Arch Linux(4.8.13-1)를 사용하고 있습니다. WIFI는 작동하지만 dmesg | grep ath이해할 수 없는 몇 가지 오류가 있습니다 .

[    2.269128] ath10k_pci 0000:01:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0
[    2.546004] ath10k_pci 0000:01:00.0: Direct firmware load for ath10k/pre-cal-pci-0000:01:00.0.bin failed with error -2
[    2.546040] ath10k_pci 0000:01:00.0: Direct firmware load for ath10k/cal-pci-0000:01:00.0.bin failed with error -2
[    2.556185] ath10k_pci 0000:01:00.0: qca9377 hw1.1 target 0x05020001 chip_id 0x003821ff sub 105b:e0a1
[    2.556192] ath10k_pci 0000:01:00.0: kconfig debug 0 debugfs 1 tracing 0 dfs 0 testmode 0
[    2.557620] ath10k_pci 0000:01:00.0: firmware ver WLAN.TF.1.0-00267-1 api 5 features ignore-otp crc32 79cea2c7
[    2.625627] ath10k_pci 0000:01:00.0: board_file api 2 bmi_id N/A crc32 93da0176
[    4.406204] ath10k_pci 0000:01:00.0: htt-ver 3.1 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1
[    4.412611] ath: EEPROM regdomain: 0x69
[    4.412613] ath: EEPROM indicates we should expect a direct regpair map
[    4.412614] ath: Country alpha2 being used: 00
[    4.412615] ath: Regpair used: 0x69

lspci -v네트워크 컨트롤러에 대한 정보 표시

01:00.0 Network controller: Qualcomm Atheros QCA9377 802.11ac Wireless Network Adapter (rev 31)
    Subsystem: Foxconn International, Inc. Device e0a1
    Flags: bus master, fast devsel, latency 0, IRQ 280
    Memory at b1000000 (64-bit, non-prefetchable) [size=2M]
    Capabilities: <access denied>
    Kernel driver in use: ath10k_pci
    Kernel modules: ath10k_pci

이 문제를 해결하는 방법을 알고 싶습니다. 나는 이것이 컨트롤러와 관련하여 겪고 있는 문제 중 일부를 해결할 수 있다고 생각했습니다. 대학 WIFI에 제대로 연결할 수 없습니다. 나는 이것이 에 나타나는 이러한 오류와 관련이 있다고 생각합니다 dmesg. NetworkManager, connman, wicd, netctl을 시도했지만 이를 사용하면 네트워크에서 IP 주소만 얻을 수 있지만 인터넷에 연결할 수 없습니다. 대학의 eduroam 네트워크와 동일합니다. 다양한 구성을 시도했지만 그 중 아무 것도 작동하지 않습니다.

이것은의 출력입니다iwconfig

wlan0     IEEE 802.11  ESSID:"MY-WIFI"  
          Mode:Managed  Frequency:2.437 GHz  Access Point: 3C:7A:8A:F7:A2:C8   
          Bit Rate=1 Mb/s   Tx-Power=20 dBm   
          Retry short limit:7   RTS thr:off   Fragment thr:off
          Power Management:on
          Link Quality=50/70  Signal level=-60 dBm  
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:16   Missed beacon:0

lo        no wireless extensions.

그리고 iwlist scan | egrep -i 'ssid|cipher'나한테 이걸 줬어

lo        Interface doesn't support scanning.

                    ESSID:"MY-WIFI"
                        Group Cipher : CCMP
                        Pairwise Ciphers (1) : CCMP
                    ESSID:""
                        Group Cipher : CCMP
                        Pairwise Ciphers (1) : CCMP
                    ESSID:"20da86"
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : CCMP TKIP
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : CCMP TKIP
                    ESSID:"0856e0"
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : CCMP TKIP
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : CCMP TKIP
                    ESSID:""
                        Group Cipher : CCMP
                        Pairwise Ciphers (1) : CCMP
                    ESSID:"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
                        Group Cipher : CCMP
                        Pairwise Ciphers (1) : CCMP
                    ESSID:"20da86"
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : CCMP TKIP
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : CCMP TKIP

답변1

파티에 조금 늦었지만 eduroam어느 시점에는 연결해야 하는데 이것이 내 구성입니다(적어도 나에게는).

Description='Eduroam Tartu Student Village'
Interface=wlp8s0
Connection=wireless
Security=wpa-configsection
IP=dhcp
WPAConfigSection=(
        'ssid="eduroam"'
        'proto=RSN WPA'
        'key_mgmt=WPA-EAP'
        'eap=PEAP'
        'identity="<mylogin>"'
        'password="<mypass>"'
        'phase2="auth=MSCHAPV2 password=<mypassagain>"'
)

그리고 나도 당신과 같은 오류를 받았습니다. 가끔 무선 카드가 이상하게 작동하는 경우도 있습니다. 최근 업데이트 이후 잠에서 깨어나도 재접속이 되지 않네요.

관련 정보