On Tue, 2009-09-29 at 10:53 -0700, Mark Pratt wrote: > Is there an easy way to enable 3g? > I am using 2.1
We are in the process of making connman work for some 3g devices, and we also have active work happening in carrick (the UI) to property expose 3G devices. As new connman and carrick releases are cut we roll those into Moblin 2.1, but it's not all the way in place yet, and then we are only starting with some specific 3g devices. More detail available from the connman mailing list: http://lists.connman.net/listinfo/connman/ but... if you wish to try out the bleeding edge, then... Build/install the latest greatest connman code: $ git clone git://git.kernel.org/pub/scm/network/connman/connman ... then you can use the connman/test/list-devices script to see if connman detects your device. If connman does detect your device then you should see a new service pop up in carrick for the 3g device, but clicking on it will not successfully connect since it hasn't been configured yet. There are ways to manually configure the device using the connman test scripts (ask on the mailing list to find out exactly how since i don't recall), or you can clone the carrick git tree and try my experimental branch which should kick off a connection-wizard to allow you to pick a service plan: $ git clone git://git.moblin.org/carrick-ng $ cd carrick-ng $ git branch --track rusty origin/rusty $ git checkout rusty $ ./autogen.sh --prefix=/usr $ make $ sudo make install once the 3g device is configured then connecting to 3g is just like connecting to an 80211 wireless network. --rusty _______________________________________________ Moblin dev Mailing List dev@moblin.org To manage or unsubscribe from this mailing list visit: http://lists.moblin.org/listinfo/dev or your user account on http://moblin.org once logged in. For more information on the Moblin Developer Mailing lists visit: http://moblin.org/community/mailing-lists