Ich habe eine WNFQ-258ACN(BT)-WLAN-Karte in einer PICO-KBU4-Platine installiert. Darauf läuft Yocto Linux.
Wenn ich ifconfig ausführe, wird keine drahtlose Schnittstelle angezeigt. Wenn ich PCI-Geräte aufliste, wird sie angezeigt[deaktiviert]:
# 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
Ich habe den Treiber ath9k geladen.
# 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
[...]
Warum wird es deaktiviert angezeigt? Und wie kann ich es aktivieren?
BEARBEITEN:
root@aaeonc:~# rfkill list all
0: hci0: bluetooth
Soft blocked: no
Hard blocked: no
Antwort1
Wie Freddy erwähntein Kommentaren,ath9kunterstützt mein Gerät nicht, daher ist die Lösung die Installationath10kTreiber.