무선 카드가 나열되어 있지만 비활성화되었습니다.

무선 카드가 나열되어 있지만 비활성화되었습니다.

PICO-KBU4 보드에 WNFQ-258ACN(BT) 무선 네트워크 카드가 설치되어 있습니다. Yocto Linux를 실행 중입니다.

ifconfig를 만들 때 무선 인터페이스가 표시되지 않습니다. PCI 장치를 나열하면 표시됩니다.[장애가 있는]:

# lspci -vnn

01:00.0 Network controller [0280]: Qualcomm Atheros QCA6174 802.11ac Wireless Network Adapter [168c:003e] (rev 32)
    Subsystem: Device [1dac:0258]
    Flags: fast devsel, IRQ 11
    Memory at df000000 (64-bit, non-prefetchable) [disabled] [size=2M]
    Capabilities: [40] Power Management version 3
    Capabilities: [50] MSI: Enable- Count=1/8 Maskable+ 64bit-
    Capabilities: [70] Express Endpoint, MSI 00
    Capabilities: [100] Advanced Error Reporting
    Capabilities: [148] Virtual Channel
    Capabilities: [168] Device Serial Number 00-00-00-00-00-00-00-00
    Capabilities: [178] Latency Tolerance Reporting
    Capabilities: [180] L1 PM Substates

드라이버 ath9k를 로드했습니다.

# lsmod
[...]
iwlwifi               241664  0
ath9k                  94208  0
ath9k_common           16384  1 ath9k
ath9k_hw              421888  2 ath9k_common,ath9k
mac80211              544768  1 ath9k
ath                    28672  3 ath9k_common,ath9k,ath9k_hw
cfg80211              499712  5 ath9k_common,ath9k,ath,iwlwifi,mac80211
[...]

왜 비활성화된 것으로 나타납니까? 어떻게 활성화할 수 있나요?

편집하다:

root@aaeonc:~# rfkill list all
0: hci0: bluetooth
        Soft blocked: no
        Hard blocked: no

답변1

프레디가 말했듯이댓글에서,ath9k내 장치를 지원하지 않으므로 솔루션이 설치됩니다.ath10k운전사.

관련 정보