Re: NetworkManager 1.1.90 : nm-exported-object.c:293:nm_exported_object_class_add_interface: assertion failed: (object_property != NULL)

2016-03-10 Thread Ali Nematollahi
So I've started looking at the code and I looked for the error message that says Missing +CGDCONT prefix. I added debugging code to print out the "response" and the result of g_str_has_prefix () function call in src/mm-modem-helpers.c: mm_3gpp_parse_cgdcont_test_response() Here is my debugging

Re: NetworkManager 1.1.90 : nm-exported-object.c:293:nm_exported_object_class_add_interface: assertion failed: (object_property != NULL)

2016-03-10 Thread Dan Williams
On Thu, 2016-03-10 at 13:49 -0800, Ali Nematollahi wrote: > ^SCFG query comes after CGDCONT query: Do you see any "AT^SCFG=?" sent by ModemManager anywhere in the logs? Dan > ModemManager[2738]: [946691988.680690] [mm-port-serial- > at.c:440] > debug_log(): (ttyUSB2): --> 'AT+CGDCONT=?' >

Re: NetworkManager 1.1.90 : nm-exported-object.c:293:nm_exported_object_class_add_interface: assertion failed: (object_property != NULL)

2016-03-10 Thread Ali Nematollahi
^SCFG query comes after CGDCONT query: ModemManager[2738]: [946691988.680690] [mm-port-serial-at.c:440] debug_log(): (ttyUSB2): --> 'AT+CGDCONT=?' ModemManager[2738]: [946691988.699302] [mm-port-serial-at.c:440] debug_log(): (ttyUSB2): <-- '^SCFG: "Audio/Loop",("0","1")^SCFG:

Re: NetworkManager 1.1.90 : nm-exported-object.c:293:nm_exported_object_class_add_interface: assertion failed: (object_property != NULL)

2016-03-10 Thread Dan Williams
On Thu, 2016-03-10 at 11:00 -0800, Ali Nematollahi wrote: > Hi Dan > > Perfect. I did that and I see this: > > > ModemManager[2757]: (ttyUSB2) device open count is 2 (close) > ModemManager[2757]: (ttyUSB2): --> 'AT+CGDCONT=?' > What are the previous 10 lines here?  Does the modem really

Re: NetworkManager 1.1.90 : nm-exported-object.c:293:nm_exported_object_class_add_interface: assertion failed: (object_property != NULL)

2016-03-10 Thread Ali Nematollahi
Hi Dan Perfect. I did that and I see this: ModemManager[2757]: (ttyUSB2) device open count is 2 (close) ModemManager[2757]: (ttyUSB2): --> 'AT+CGDCONT=?' ModemManager[2757]: (ttyUSB2): <-- '^SCFG: "Audio/Loop",("0","1")^SCFG: "Call/ECC",("0"-"255")^SCFG: "Call/Speech/Codec",("0","1")^SCFG:

Re: NetworkManager 1.1.90 : nm-exported-object.c:293:nm_exported_object_class_add_interface: assertion failed: (object_property != NULL)

2016-03-10 Thread Dan Williams
On Thu, 2016-03-10 at 10:24 -0800, Ali Nematollahi wrote: > Hi Thomas > > Thanks! This is much better...here is the output from start to > finish: > mmcli -m 0 > > /org/freedesktop/ModemManager1/Modem/0 (device id > '2ea06a44171a29335a8b7f781e0f9559bc24976d') >   - >  

Re: NetworkManager dispatchers

2016-03-10 Thread Ali Nematollahi
Hi Dan Thanks very much for the follow-up. Here is the output: root@beaglebone:~# mmcli -m 0 | grep IP IP | supported: 'none' root@beaglebone:~# mmcli -m 0 /org/freedesktop/ModemManager1/Modem/0 (device id '2ea06a44171a29335a8b7f781e0f9559bc24976d') -

Re: NetworkManager 1.1.90 : nm-exported-object.c:293:nm_exported_object_class_add_interface: assertion failed: (object_property != NULL)

2016-03-10 Thread Ali Nematollahi
Hi Thomas Thanks! This is much better...here is the output from start to finish: mmcli -m 0 /org/freedesktop/ModemManager1/Modem/0 (device id '2ea06a44171a29335a8b7f781e0f9559bc24976d') - Hardware | manufacturer: 'Cinterion' | model: 'PHS8-USA'

Re: NetworkManager dispatchers

2016-03-10 Thread Dan Williams
On Fri, 2016-03-04 at 10:15 -0800, Ali Nematollahi wrote: > Hi Dan > > MM 1.4.12 and NM 1.0.10. > Sorry for the late follow-up; the issue appears to be that either NM or MM is unable to detect the supported IP types of the modem.  That's why you get this message: "Connection requested IPv4 but

Re: NetworkManager 1.1.90 : nm-exported-object.c:293:nm_exported_object_class_add_interface: assertion failed: (object_property != NULL)

2016-03-10 Thread Thomas Haller
On Wed, 2016-03-09 at 14:35 -0800, Ali Nematollahi wrote: > I'm not concerned about IPv6 at all.  > I'm running Kernel 3.12 > > Here is the backtrace: > root@beaglebone:~# gdb /usr/sbin/NetworkManager > GNU gdb (GDB) 7.4.1-debian > Copyright (C) 2012 Free Software Foundation, Inc. > License