ไม่สามารถรับ WiFi เพื่อใช้งานบน Ostro (Yocto)


1

ฉันเพิ่งสร้างภาพ Ostro และอบมันลงบนชิ้นส่วนของฮาร์ดแวร์ที่ฉันมี อย่างไรก็ตามฉันไม่สามารถใช้งาน WiFi ได้

นี่คือเอาต์พุตของคำสั่ง inorder ที่จะดีบัก:

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

อะไรหายไปที่นี่

คำตอบ:


2

ตามhttps://cateee.net/lkddb/web-lkddb/MWIFIEX.htmlคุณต้องมี CONFIG_MWIFIEX เพื่อรองรับ Marvell Technology Group Ltd. 88W8897 [AVASTAR] 802.11ac Wireless

ส่วนใหญ่คุณจะต้องกำหนดค่าเคอร์เนลของคุณเพื่อให้มีสิ่งนี้

แก้ไข: โดยปกติเมล็ดเริ่มต้นจะมีตัวเลือกให้ตรวจสอบการกำหนดค่าเช่นนี้ (บนเครื่องเป้าหมาย)

zcat /proc/config.gz | grep "CONFIG_MWIFIEX"
โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.