
ちょうどOstro OSイメージを構築し、それを私が持っているハードウェアに焼いたものです。しかし、WiFiを操作することはできません。
以下は、デバッグに使用されたコマンドの出力です。
root@intel-corei7-64:~# uname -a
Linux intel-corei7-64 4.4.32-yocto-standard #1 SMP PREEMPT Tue Jan 16 19:01:12 IST 2018 x86_64 GNU/Linux
root@intel-corei7-64:~# ifconfig
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1%119/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:1760 errors:0 dropped:0 overruns:0 frame:0
TX packets:1760 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1
RX bytes:127360 (124.3 KiB) TX bytes:127360 (124.3 KiB)
root@intel-corei7-64:~# lspci
00:00.0 Host bridge: Intel Corporation Braswell SoC Transaction Router (rev 35)
00:02.0 VGA compatible controller: Intel Corporation Braswell Integrated Graphics Controller (rev 35)
00:03.0 Multimedia controller: Intel Corporation Braswell ISP Camera (rev 35)
00:0b.0 Signal processing controller: Intel Corporation Braswell P-Unit Power Management (rev 35)
00:14.0 USB controller: Intel Corporation Braswell USB xHCI Host Controller (rev 35)
00:1a.0 Encryption controller: Intel Corporation Braswell Trusted Execution Engine Interface (rev 35)
00:1c.0 PCI bridge: Intel Corporation Braswell PCIe Port 1 (rev 35)
00:1c.1 PCI bridge: Intel Corporation Braswell PCIe Port 2 (rev 35)
00:1f.0 ISA bridge: Intel Corporation Braswell Platform Controller Unit LPC (rev 35)
00:1f.3 SMBus: Intel Corporation Braswell Platform Controller Unit SMBus (rev 35)
02:00.0 Ethernet controller: Marvell Technology Group Ltd. 88W8897 [AVASTAR] 802.11ac Wireless
私が実行したとき:
connmanctl enable wifi
Error wifi: Method "SetProperty" with signature "sv" on interface "net.connman.Technology" doesn't exist
ここに何が欠けていますか?
答え1
~によるとhttps://cateee.net/lkddb/web-lkddb/MWIFIEX.html、Marvell Technology Group Ltd. 88W8897 [AVASTAR] 802.11acワイヤレスをサポートするには、CONFIG_MWIFIEXが必要です。
おそらくそれを含むようにカーネルを再構築する必要があります。
編集:通常、デフォルトのカーネルは(ターゲットマシンで)以下のように設定を確認するオプションを提供します。
zcat /proc/config.gz | grep "CONFIG_MWIFIEX"