**** BEGIN LOGGING AT Mon Jan 10 02:59:58 2011 Jan 10 17:17:59 hi Jan 10 17:18:12 I am trying to get my modem recognised by ofono Jan 10 17:18:21 I pasted the details here: Jan 10 17:18:22 http://pastebin.com/XEAfr51i Jan 10 17:22:38 xtor: ..? Jan 10 17:25:26 emdete: well, I need help Jan 10 17:26:04 I have followed this instructions: http://ofono.org/wiki/how-enable-modem-ofono Jan 10 17:26:04 xtor: i too. i'm not an expert but the log looks fine for me Jan 10 17:26:29 xtor: i assume you encountered a problem but you didn't say so ;) Jan 10 17:26:34 but test/list-modems is returning null Jan 10 17:26:39 aha! Jan 10 17:26:44 emdete: that is right, sorry :) Jan 10 17:27:40 it might be an incorrect driver, I used atmodem, but it might be a gobi device, as I think it is Qualcomm based Jan 10 17:28:14 have you checked to isse at-commands to it? Jan 10 17:28:27 s/isse/issue/ Jan 10 17:29:59 yes, the AT port is at ttyUSB0, so the modem is there, and it answers to commands Jan 10 17:31:15 sierra modems are not supported by oFono yet Jan 10 17:31:24 I have one, but never got around to enabling it Jan 10 17:31:54 hi denkenz Jan 10 17:31:59 if you want, you can attempt to enable it, should be quite similar to hso Jan 10 17:32:57 denkenz: I could try :) what needs to be done? Jan 10 17:33:23 poke around in plugins/udev.c and plugins/hso.c Jan 10 17:33:33 I think the sierra is almost the same Jan 10 17:34:12 as a first step, what needs to be done to have the modem recognised by ofono? Jan 10 17:34:34 you need to create a basic modem driver Jan 10 17:34:44 modem drivers are in e.g. plugins/hso.c Jan 10 17:34:56 Then you need to add a udev rule to plugins/ofono.rules Jan 10 17:35:10 and make sure the udev plugin recognizes and adds the right driver Jan 10 17:35:13 denkenz: I added the udev rule Jan 10 17:35:19 so look at plugins/udev.c Jan 10 17:35:22 and udev recognises the device Jan 10 17:36:21 ofono also seems to register the modem, creating the modem and setting the syspath property Jan 10 17:36:54 if you're not seeing it on list-modems that is doubtful Jan 10 17:37:05 I pasted all the details in http://pastebin.com/7zT7WtGG Jan 10 17:37:42 including a trace of env OFONO_AT_DEBUG=1 /usr/local/sbin/ofonod -n -d Jan 10 17:38:24 again, there's no modem driver named 'atmodem' Jan 10 17:38:46 you need to create one for sierra first Jan 10 17:39:28 See the mailing list, there's a good example of how to add a new modem driver Jan 10 17:39:31 look for tc65 Jan 10 17:39:39 ok thanks Jan 10 17:39:57 That one is for a true serial port modem, not a usb one Jan 10 17:40:01 But the concepts are the same Jan 10 17:43:10 thank you Jan 10 18:19:38 denkenz: Did you get a chance to look at patch http://lists.ofono.org/pipermail/ofono/2011-January/007084.html. I would appreciate if you can please take a look at the same and provide your feedback. Thank you. Jan 10 20:39:12 denkenz: ping Jan 10 20:39:25 yes? Jan 10 20:41:16 moving the conformance SAT cases to the new application, may i know the copyright needs to be used? Jan 10 20:44:17 Copyright is whoever you're working for Jan 10 20:44:32 Since this would be essentially large chunk of new code Jan 10 20:47:08 ok Jan 10 22:29:35 Hi denkenz: Jan 10 22:30:00 yes? Jan 10 22:30:16 I noticed marcels been fixing some of our naming conventions for cdmamodem Jan 10 22:30:24 which will break v4 of the patch i submitted Jan 10 22:30:59 i'm not sure if you['ve had a chance to review it yet - but did you want to give it a quick once over first before i do a rebase/ resubmit? Jan 10 22:35:40 +static void nokiacdma_set_online(struct ofono_modem *modem, Jan 10 22:35:40 + ofono_bool_t online, Jan 10 22:35:40 + ofono_modem_online_cb_t cb, void *user_data) Jan 10 22:35:47 + /* TODO: Add implementation to control modem online status */ Jan 10 22:35:48 + g_idle_add(nokiacdma_set_online_cb, cbd); Jan 10 22:35:59 what are you trying to achieve here? Jan 10 22:40:46 not much - it is a placeholder for now until the online implementation can be done Jan 10 22:41:22 which unfortunately cannot be done with our current hardware for now as it does not support +CFUN Jan 10 22:42:40 so feel free to skip it and use NULL for set_online Jan 10 22:43:23 ok shall do Jan 10 22:45:26 I'll prepare another version and resubmit towards the end of the day unless you have any other comments Jan 10 22:45:55 rest seems reasonable to me Jan 10 22:46:03 ok great - thank you **** ENDING LOGGING AT Tue Jan 11 02:59:58 2011