[MeeGo-dev] ConnMan does not see my eth0 as WiFi capable
markus.lehtonen at nokia.com
markus.lehtonen at nokia.com
Mon Nov 22 09:02:08 PST 2010
On 2010-11-11 at 14:48:22, ext Tomasz Sterna wrote:
>
> On wto, 2010-11-09 at 11:45 +0100, Samuel Ortiz wrote:
> > - The supplicant plugin is started, but for some reasons the actual
> > wpa_supplicant binary is not.
> > - Since wpa_supplicant is not started, the ConnMan wifi device
> > driver is not registered properly, which causes your wifi device to
> > not be enabled.
>
> I started dbus-monitor --system
> then started connman.
>
> This http://pastebin.com/s0H7CaUy is a log of D-Bus messages.
> I don't see an attempt to start
> fi.epitest.hostap.WPASupplicant.service
> there.
Hi,
I had a very similar problem. After investigating it for a while, I found out that the problem was caused by "/lib/dbus-1/dbus-daemon-launch-helper" having the wrong permissions - its group ownership was root instead of dbus.
After doing:
# chgrp dbus /lib/dbus-1/dbus-daemon-launch-helper
# chmod u+s /lib/dbus-1/dbus-daemon-launch-helper
Connman started to play nicely.
I don't know what causes the ownership problem. I didn't peek into dbus packaging yet. Could be some problem with mic-image-creator and images of the 'fs' type(?)
--
Markus
More information about the MeeGo-dev
mailing list