**** BEGIN LOGGING AT Wed Dec 23 02:59:57 2009 Dec 23 03:15:25 holtmann, My hso card reports gw 0.0.0.0 which is invalid and can not be set by ConnMan. I tried to use local IP as gw, it works fine. It is a workable solution? Dec 23 04:02:40 hi, all Dec 23 04:03:05 what's function at_util_parse_clcc() for? Dec 23 04:22:18 martin_lab: As I said, the hso0 is a point-to-point interface. Dec 23 04:23:37 So you don't really need a gateway. You just route the default route to the interface. For example "route add default dev hso0". Dec 23 04:32:02 ptp shouldn't need gateway Dec 23 04:32:12 route add dev hso0 should be enough Dec 23 04:32:25 in which case gateway is the P-t-P Dec 23 04:37:29 The Option HSO highspeed interface are PtP. Dec 23 04:38:26 ever find how to make tun ptp? Dec 23 04:39:23 You just set the IFF_POINTTOPOINT flag. Check openconnect or vpnc for an example. Dec 23 04:40:05 okay, from userspace then Dec 23 04:40:41 rmnet uses fake ip unfortunately Dec 23 04:41:05 ifr.ifr_flags |= IFF_UP | IFF_POINTOPOINT; Dec 23 04:41:05 if (ioctl(net_fd, SIOCSIFFLAGS, &ifr) < 0) Dec 23 04:41:05 perror("SIOCSIFFLAGS"); Dec 23 04:41:27 yeah Dec 23 04:42:26 This is GPRS, so nobody really cares about the IP addresses. Dec 23 04:42:56 They are actually pointless since the backbone works differently. Dec 23 04:45:10 right, well our modem forwards stuff at that ip (1.2.3.4 I think) Dec 23 04:45:45 at least the android phones do it that way, since the framing is ethernet it might not matter what ip Dec 23 06:00:15 holtmann, So we need to check IFF_POINTTOPOINT flag at set_default_gateway() in ConnMan to handle the p2p interface. Dec 23 08:51:38 martin_lab: That sounds good enough. Dec 23 10:00:25 holtmann denkenz Now, my Icon 401 works fine on Moblin. I will send the patches soon. ;-) Dec 23 10:00:39 Great. **** ENDING LOGGING AT Thu Dec 24 02:59:57 2009