Hi Teemu,
>-----Original Message----- >From: [email protected] [mailto:[email protected]] On Behalf Of >Teemu Piiroinen >Sent: Monday, April 26, 2010 9:33 PM >To: [email protected] >Subject: Re: Option GTM 382 > >No luck yet.. > >Did I setup the sw correcty? >- I run configure, make and make install >- Added ofono.rules to /etc/udev/rules.d and /lib/udev/rules.d/ >- Started ofono by running ofonod from shell > >Is there something else I need to do? If you just copied ofono.rules to /etc/udev/rules.d, the rule might not take effect directly. Here are the steps: 1. Copy ofono.rules to /etc/udev/rules.d (I'm using Ubuntu 10.04, and it seems rule can still work in this directory) 2. Run " udevadm control --reload-rules" to make rule work (Or you may restart your computer to make it work) 3. In ofono directory, run "./bootstrap-configure" and "make" (There is no need to install) 4. Copy plugins/modem.conf to /etc/ofono (Sometimes oFono may rely on this file. But for this Option modem, it's recognized using udev, so this file has no use) 5. Run oFono by using "src/ofonod -nd '*'", and use "test/list-modems" to see if the modem is recognized. 6. Hope you get luck this time > >I also removed network manager from Ubuntu, but that didn't help either. There is no need to remove this :) > >Br, >Teemu Regards, -Yang _______________________________________________ ofono mailing list [email protected] http://lists.ofono.org/listinfo/ofono
