Hi Martin, > We have met some power issues on communication devices. See > http://bugzilla.moblin.org/show_bug.cgi?id=80. > > 1. The wifi interface should be closed when it is not be used, > otherwise wifi driver will keep receiving the beacons and CPU will be > waked frequently from idle state. That will cost much power.
that was a bug. I do have a fix for it, but it needs some extra race condition handling. ConnMan itself doesn't deal with WiFi devices. We proxy everything through wpa_supplicant. > 2. The Ethernet interface should be closed when the network cable is > unplugged. That makes network cable detection problematic. Off means here that a user has made a decision not to use it. That is user policy and we have to respect it. Same goes for enabled Ethernet. > 3. The network should switch to wired Ethernet from wireless when the > wired link is available It should _NOT_ do that automatically. It needs user confirmation (at least once). > 4. PPM worked by Auke also may manage the communication devices, how > does ConnMan cooperate with PPM? Current plan is to integrate with OSPM. Regards Marcel _______________________________________________ connman mailing list [email protected] https://lists.moblin.org/mailman/listinfo/connman
