* Option GTM 382 @ 2010-04-23 13:35 Teemu Piiroinen 2010-04-23 14:54 ` Denis Kenzior 0 siblings, 1 reply; 9+ messages in thread From: Teemu Piiroinen @ 2010-04-23 13:35 UTC (permalink / raw) To: ofono [-- Attachment #1: Type: text/plain, Size: 143 bytes --] Is Option GTM 382 supported? The module works with Ubuntu's own connection manager, but list-modems script doesn't return anything. Teemu ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Option GTM 382 2010-04-23 13:35 Option GTM 382 Teemu Piiroinen @ 2010-04-23 14:54 ` Denis Kenzior 2010-04-26 2:39 ` Gu, Yang 0 siblings, 1 reply; 9+ messages in thread From: Denis Kenzior @ 2010-04-23 14:54 UTC (permalink / raw) To: ofono [-- Attachment #1: Type: text/plain, Size: 377 bytes --] Hi Teemu, > Is Option GTM 382 supported? The module works with Ubuntu's own > connection manager, but list-modems script doesn't return anything. This modem is in the HSO family, so should be supported by oFono. Can you edit plugins/ofono.rules (see the Option Globetrotter rules) to add the product ID of this modem and see if it is detected? Regards, -Denis ^ permalink raw reply [flat|nested] 9+ messages in thread
* RE: Option GTM 382 2010-04-23 14:54 ` Denis Kenzior @ 2010-04-26 2:39 ` Gu, Yang 2010-04-26 9:51 ` Teemu Piiroinen 0 siblings, 1 reply; 9+ messages in thread From: Gu, Yang @ 2010-04-26 2:39 UTC (permalink / raw) To: ofono [-- Attachment #1: Type: text/plain, Size: 1091 bytes --] Hi, >-----Original Message----- >From: ofono-bounces(a)ofono.org [mailto:ofono-bounces(a)ofono.org] On Behalf Of >Denis Kenzior >Sent: Friday, April 23, 2010 10:54 PM >To: ofono(a)ofono.org >Subject: Re: Option GTM 382 > >Hi Teemu, > >> Is Option GTM 382 supported? The module works with Ubuntu's own >> connection manager, but list-modems script doesn't return anything. > >This modem is in the HSO family, so should be supported by oFono. Can you >edit plugins/ofono.rules (see the Option Globetrotter rules) to add the >product ID of this modem and see if it is detected? The product id for this modem is already in ofono.rules: ATTRS{idVendor}=="0af0", ATTRS{idProduct}=="7601", ENV{OFONO_DRIVER}="hso" Below is the output at my side: ./list-modems [ /hso0 ] Interfaces = Powered = 0 Then you may need to run enable-modem (script in test directory) to enable this modem. >Regards, >-Denis >_______________________________________________ >ofono mailing list >ofono(a)ofono.org >http://lists.ofono.org/listinfo/ofono Regards, -Yang ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Option GTM 382 2010-04-26 2:39 ` Gu, Yang @ 2010-04-26 9:51 ` Teemu Piiroinen 2010-04-26 10:10 ` Gu, Yang 0 siblings, 1 reply; 9+ messages in thread From: Teemu Piiroinen @ 2010-04-26 9:51 UTC (permalink / raw) To: ofono [-- Attachment #1: Type: text/plain, Size: 1730 bytes --] Hello On Mon, Apr 26, 2010 at 5:39 AM, Gu, Yang <yang.gu@intel.com> wrote: > Hi, > >>-----Original Message----- >>From: ofono-bounces(a)ofono.org [mailto:ofono-bounces(a)ofono.org] On Behalf Of >>Denis Kenzior >>Sent: Friday, April 23, 2010 10:54 PM >>To: ofono(a)ofono.org >>Subject: Re: Option GTM 382 >> >>Hi Teemu, >> >>> Is Option GTM 382 supported? The module works with Ubuntu's own >>> connection manager, but list-modems script doesn't return anything. >> >>This modem is in the HSO family, so should be supported by oFono. Can you >>edit plugins/ofono.rules (see the Option Globetrotter rules) to add the >>product ID of this modem and see if it is detected? > > The product id for this modem is already in ofono.rules: > ATTRS{idVendor}=="0af0", ATTRS{idProduct}=="7601", ENV{OFONO_DRIVER}="hso" > Below is the output at my side: > ./list-modems > [ /hso0 ] > Interfaces = > Powered = 0 > > Then you may need to run enable-modem (script in test directory) to enable this modem. I have the modem also in the ofono.rules file, but enable-modem returns: Traceback (most recent call last): File "./enable-modem", line 14, in <module> path = properties["Modems"][0] IndexError: list index out of range lsusb shows the device in the list: Bus 001 Device 004: ID 0af0:7601 Option Any ideas, what I should check next? Br, Teemu > > >>Regards, >>-Denis >>_______________________________________________ >>ofono mailing list >>ofono(a)ofono.org >>http://lists.ofono.org/listinfo/ofono > > > Regards, > -Yang > _______________________________________________ > ofono mailing list > ofono(a)ofono.org > http://lists.ofono.org/listinfo/ofono > ^ permalink raw reply [flat|nested] 9+ messages in thread
* RE: Option GTM 382 2010-04-26 9:51 ` Teemu Piiroinen @ 2010-04-26 10:10 ` Gu, Yang 2010-04-26 10:48 ` Kalle Valo 0 siblings, 1 reply; 9+ messages in thread From: Gu, Yang @ 2010-04-26 10:10 UTC (permalink / raw) To: ofono [-- Attachment #1: Type: text/plain, Size: 839 bytes --] Hi, >> The product id for this modem is already in ofono.rules: >> ATTRS{idVendor}=="0af0", ATTRS{idProduct}=="7601", >ENV{OFONO_DRIVER}="hso" >> Below is the output at my side: >> ./list-modems >> [ /hso0 ] >> Interfaces = >> Powered = 0 >> >> Then you may need to run enable-modem (script in test directory) to enable this >modem. > >I have the modem also in the ofono.rules file, but enable-modem returns: > >Traceback (most recent call last): > File "./enable-modem", line 14, in <module> > path = properties["Modems"][0] >IndexError: list index out of range > >lsusb shows the device in the list: >Bus 001 Device 004: ID 0af0:7601 Option Yes, it seems we have the same modem. > >Any ideas, what I should check next? Have you put the ofono.rules into /etc/udev/rules.d? Regards, -Yang ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Option GTM 382 2010-04-26 10:10 ` Gu, Yang @ 2010-04-26 10:48 ` Kalle Valo 2010-04-26 13:33 ` Teemu Piiroinen 0 siblings, 1 reply; 9+ messages in thread From: Kalle Valo @ 2010-04-26 10:48 UTC (permalink / raw) To: ofono [-- Attachment #1: Type: text/plain, Size: 341 bytes --] "Gu, Yang" <yang.gu@intel.com> writes: >>lsusb shows the device in the list: >>Bus 001 Device 004: ID 0af0:7601 Option > > Yes, it seems we have the same modem. >> >>Any ideas, what I should check next? > > Have you put the ofono.rules into /etc/udev/rules.d? BTW, that's /lib/udev/rules.d/ on Ubuntu 10.04. -- Kalle Valo ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Option GTM 382 2010-04-26 10:48 ` Kalle Valo @ 2010-04-26 13:33 ` Teemu Piiroinen 2010-04-27 1:16 ` Gu, Yang 2010-04-27 6:12 ` Kalle Valo 0 siblings, 2 replies; 9+ messages in thread From: Teemu Piiroinen @ 2010-04-26 13:33 UTC (permalink / raw) To: ofono [-- Attachment #1: Type: text/plain, Size: 909 bytes --] 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? I also removed network manager from Ubuntu, but that didn't help either. Br, Teemu On Mon, Apr 26, 2010 at 1:48 PM, Kalle Valo <kalle.valo@canonical.com> wrote: > "Gu, Yang" <yang.gu@intel.com> writes: > >>>lsusb shows the device in the list: >>>Bus 001 Device 004: ID 0af0:7601 Option >> >> Yes, it seems we have the same modem. >>> >>>Any ideas, what I should check next? >> >> Have you put the ofono.rules into /etc/udev/rules.d? > > BTW, that's /lib/udev/rules.d/ on Ubuntu 10.04. > > -- > Kalle Valo > _______________________________________________ > ofono mailing list > ofono(a)ofono.org > http://lists.ofono.org/listinfo/ofono > ^ permalink raw reply [flat|nested] 9+ messages in thread
* RE: Option GTM 382 2010-04-26 13:33 ` Teemu Piiroinen @ 2010-04-27 1:16 ` Gu, Yang 2010-04-27 6:12 ` Kalle Valo 1 sibling, 0 replies; 9+ messages in thread From: Gu, Yang @ 2010-04-27 1:16 UTC (permalink / raw) To: ofono [-- Attachment #1: Type: text/plain, Size: 1390 bytes --] Hi Teemu, >-----Original Message----- >From: ofono-bounces(a)ofono.org [mailto:ofono-bounces(a)ofono.org] On Behalf Of >Teemu Piiroinen >Sent: Monday, April 26, 2010 9:33 PM >To: ofono(a)ofono.org >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 ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Option GTM 382 2010-04-26 13:33 ` Teemu Piiroinen 2010-04-27 1:16 ` Gu, Yang @ 2010-04-27 6:12 ` Kalle Valo 1 sibling, 0 replies; 9+ messages in thread From: Kalle Valo @ 2010-04-27 6:12 UTC (permalink / raw) To: ofono [-- Attachment #1: Type: text/plain, Size: 459 bytes --] Teemu Piiroinen <teemu.piiroinen@gmail.com> writes: > 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? Enable all debugs and try to check from logs what's wrong: sudo OFONO_AT_DEBUG=1 ./ofonod -n -d 'plugins/* src/* drivers/*' -- Kalle Valo ^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2010-04-27 6:12 UTC | newest] Thread overview: 9+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2010-04-23 13:35 Option GTM 382 Teemu Piiroinen 2010-04-23 14:54 ` Denis Kenzior 2010-04-26 2:39 ` Gu, Yang 2010-04-26 9:51 ` Teemu Piiroinen 2010-04-26 10:10 ` Gu, Yang 2010-04-26 10:48 ` Kalle Valo 2010-04-26 13:33 ` Teemu Piiroinen 2010-04-27 1:16 ` Gu, Yang 2010-04-27 6:12 ` Kalle Valo
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.