Hi Stephan, > >> Hi, please add #include <glib.h> to device.h while i have follow error > >> (with uclibc): > >> > ... > >> In file included from hso.c:28: > >> ../include/connman/device.h:84: error: expected declaration specifiers > >> or '...' before 'gboolean' > > > > that should be fixed by now in the upstream tree. > > i dont see this fix
put the include into hso.c since gboolean will go away from all header files. > Also you have your > > udhcpc plugin now. However in the long run, I have to send some patches > > to the udhcpc guys to extend udhcpc to be used from scripts. It is > > missing some essential features that dhclient has. > > i have tested, i dont become a ip adress. this is the syslog from connmand -d: Please check during the configure stage where it finds udhcpc since the default location it checks for it only in /sbin and /usr/sbin. It looks like it checks for udhcpc in the wrong direction. If the location is wrong then the probe() function will return -ENODEV and not even start any DHCP at all. Regards Marcel _______________________________________________ connman mailing list [email protected] https://lists.moblin.org/mailman/listinfo/connman
