Hi all,
I’m working with the following configuration:
Apalis iMX8QM 4GB WB IT V1.1B (I also have many V1.1C)
Ixora Carrier Board V 1.2A
BSP 5.
I have a working system but i would like to improve it enabling Wifi Connection.
I think all the configuration in kernel are correct but obviously they aren’t since I can’t see wlan0 interface we I run ifconfig, and if I try to run connmanctl enable wifi I get the following error:
root@localhost:~# connmanctl enable wifi
Error wifi: Method "SetProperty" with signature "sv" on interface "net.connman.Technology" doesn't exist
After that, trying to find a solution I alsa watched to the dmesg with the following result:
root@localhost:~# dmesg | grep wifi
[ 0.519861] usbcore: registered new interface driver mwifiex_usb
[ 1.298887] mwifiex_pcie 0000:01:00.0: enabling device (0000 -> 0002)
[ 1.299031] mwifiex_pcie: PCI memory map Virt0: 00000000b17fab52 PCI memory map Virt2: 000000006c3172a7
[ 1.299578] mwifiex_pcie 0000:01:00.0: Direct firmware load for mrvl/pcieusb8997_combo_v4.bin failed with error -2
[ 1.299591] mwifiex_pcie 0000:01:00.0: Failed to get firmware mrvl/pcieusb8997_combo_v4.bin
[ 1.299597] mwifiex_pcie 0000:01:00.0: info: _mwifiex_fw_dpc: unregister device
[ 1.299685] mwifiex_pcie 0000:01:00.0: performing cancel_work_sync()...
[ 1.299695] mwifiex_pcie 0000:01:00.0: cancel_work_sync() done
Can someone help me with this issue, pls ?
Merlin