Hi, Stefan & Marcel

>From your mails, I can see that you've made ConnMan plugin detection work. 
However, when I tried to run ConnMan on my laptop, it can not detect my Intel 
4965 wifi card. 
I am using the snapshot 
http://git.moblin.org/repos?p=projects/connman.git;a=snapshot;h=61a7962866886dff93f29bee45007dbdac26199a

And most testing cases in ./test failed for the bellow reason: 
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.UnknownMethod: Method 
"GetProperties" with signature "" on interface "org.moblin.connman.Device" 
doesn't exist

And here are the methods and signals listed by running show-introspection. 
Seems <interface name="org.moblin.connman.Device"> and <method 
name="GetProperties"> are implemented, but other interfaces in ConnMan 
document, such as "Network Interface", "Connection Interface" are missing.  
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd";>
<node name="/">
        <interface name="org.moblin.connman.Manager">
                <method name="GetProperties">
                        <arg type="a{sv}" direction="out"/>
                </method>
                <method name="RegisterAgent">
                        <arg type="o" direction="in"/>
                </method>
                <method name="UnregisterAgent">
                        <arg type="o" direction="in"/>
                </method>
                <signal name="PropertyChanged">
                        <arg type="s"/>
                        <arg type="v"/>
                </signal>
        </interface>
        <node name="eth0"/>
        <node name="profile"/>
</node>

<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd";>
<node name="/eth0">
        <interface name="org.moblin.connman.Device">
                <method name="GetProperties">
                        <arg type="a{sv}" direction="out"/>
                </method>
                <method name="SetProperty">
                        <arg type="s" direction="in"/>
                        <arg type="v" direction="in"/>
                </method>
                <method name="Scan"/>
                <signal name="PropertyChanged">
                        <arg type="s"/>
                        <arg type="v"/>
                </signal>
        </interface>
</node>

<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd";>
<node>
</node>

Could you give me any hints on this issue? I will be really appreciated.

Thanks, 
jiajia

>-----Original Message-----
>From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
>Behalf Of Stefan Schmidt
>Sent: Wednesday, December 03, 2008 10:29 PM
>To: [email protected]
>Subject: Re: [connman] Plugins not loaded (and a small gtk-doc build issue)
>
>Hello.
>
>On Wed, 2008-12-03 at 14:08, Marcel Holtmann wrote:
>>
>> > Somehow the env is not set correctly. Using this one let's make run 
>> > through.
>> >
>> > make MKDIR_P=mkdir builddir=$(pwd)/doc/
>>
>> just run ./bootstrap-configure --disable-gtk-doc and it will not try to
>> build the documentation. The bootstrap-configure command will by default
>> enable everything since I need that for testing.
>
>Yeah, nothing that bothers me. :) I just listed it here as what I was seeing
>doing a walkthrough.
>
>> > I had the same issue before even after I installed connman into the system.
>> > Hints really appreciated.
>>
>> You might have to strace it and see where it tries to load the plugins
>> from. One thing that could be the issue is and outdated automake. Make
>> sure you have version 1.10 or later installed. There were some issues
>> with the $(abs_top_srcdir) in previous version.
>
>Bingo!
>
>Installed the 1.10 automake and the plugin detection works. And all the tests
>start to work. :)
>The machine I do the development on is just 5 days old and it seems that debian
>sid has still an older version as default.
>
>Thanks for the tip, now I can start exploring connman.
>
>mfg
>Stefan Schmidt
>_______________________________________________
>connman mailing list
>[email protected]
>https://lists.moblin.org/mailman/listinfo/connman
_______________________________________________
connman mailing list
[email protected]
https://lists.moblin.org/mailman/listinfo/connman

Reply via email to