Other Parts Discussed in Thread: WL1837MOD, WL1837
Dear TI E2E Community,
I'm trying to setup a WL1837MOD with ConnMan but I've a strange problem. ConnMan doesn't want to interact with the wireless adapter.
Host platform: custom hardware based on i.MX6 processor
Operating system: Linux Yocto (kernel ver 3.14.281.0)
WiLink versions:
- wlcore: PHY firmware version: Rev 8.2.0.0.212
- wlcore: firmware booted (Rev 8.9.0.0.17)
The WL1837 is running, I can connect to a wifi network controlling the chip with ifdown/ifup and using wpa_supplicant. ConnMan is correctly configured, I can list the available wired interface and connect to a wired network.
Below the result of the "./connmanctl technologies" command:
/net/connman/technology/ethernet
Name = Wired
Type = ethernet
Powered = True
Connected = True
Tethering = False
/net/connman/technology/gadget
Name = Gadget
Type = gadget
Powered = False
Connected = False
Tethering = False
No wireless technology detected.
This is the log of ConnMan related to the wlan0 interface:
root@lam_icu:/# connmand -n
connmand[571]: Connection Manager version 1.28
connmand[571]: wlan0 {create} index 5 type 1 <ETHER>
connmand[571]: wlan0 {update} flags 4099 <UP>
connmand[571]: wlan0 {newlink} index 5 address DE:AD:BE:EF:00:00 mtu 1500
connmand[571]: wlan0 {newlink} index 5 operstate 2 <DOWN>
connmand[571]: Adding interface wlan0 [ wifi ]
Are there any known issues related to the intraction between WL1837MOD and ConnMan? What can be the cause of the problem?
Thanks in advance for your help
EDIT: in attachment a log of connmand launched in debug mode (connmand -n -d)connmand_debug.log
Regards,
Fabio