All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: Ublox Toby Modem
       [not found] <57178134.7070200@endocode.com>
@ 2016-04-20 14:11 ` Yorn
  2016-04-20 14:18   ` Dragos Tatulea
  0 siblings, 1 reply; 14+ messages in thread
From: Yorn @ 2016-04-20 14:11 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 6795 bytes --]

+ adding ofono mailinglist as it may be of interest

Point is, that I am trying to run the u-blox on ofono+connman and 
had/have some questions regarding the setup.
I compiled the git version of the ofono for a freescale vf610 board with 
an onboard ublox usb adapter and got quite far.

A manual setup on pppd+peer+provider+chat script gave me a clean 
internet connection.

Now I want to integrate that with ofono/connman. I got ofono finding the 
module, advertise it as a cellular technology to connman, but no service 
is showing up.

I will go on setting up the umts high throughput profile.

So the rest of the story can be found below!

@Dragos:
without any changes, I got
lsusb:
1546:1146 U-Blox AG (which is high performance?)

online modem runs without any complains, but without any changes
root(a)colibri-vf:~/test# ./online-modem
Setting modem /ublox_0 online...


BR - Yorn (Jörn)


Am 20.04.2016 um 15:16 schrieb Dragos Tatulea:
> Hi Jörn,
>
> Can we take this discussion to the connman/ofono ml? Other people
> might find this useful.
>
> On 04/20/2016 03:01 PM, Jörn wrote:
>> Hi Dragos,
>>
>> I got python to work for the test scripts, this is what it gave [1]. I believe I am just a minute away ..
>>
> Good.
>
>> I got the connection up and running on a manual (old fassioned) way with pppd, chat and provider script. However I am not an expert on ofono/connman yet (but trying hard ...).
>>
>> I firstly wanted to use 2g/3g with high performance mode (as I saw your effort has been put on this point, right?). I am rather not sure, how to configure that without having a connman service.
> The AT Commands Examples [1] documents that (USB configuration section).
> You should change the mode manually. A successful set will yield the
> following ids from lsusb:
>
> 1546:1140 U-Blox AG
>
>
>> BR - Jörn
>>
>> [1]
>> root(a)colibri-vf:~/test# ./activate-context
>> Error activating /ublox_0/context1: org.ofono.Error.NotAttached: GPRS is not attached
>> root(a)colibri-vf:~/test# ./list-contexts
>> [ /ublox_0 ]
>>      [ /ublox_0/context1 ]
>>          Username =
>>          AuthenticationMethod = chap
>>          Protocol = ip
>>          Name = Internet
>>          Settings = { }
>>          IPv6.Settings = { }
>>          Active = 0
>>          AccessPointName =
>>          Password =
>>          Type = internet
>>
>> root(a)colibri-vf:~/test# ./list-modems
>> [ /ublox_0 ]
>>      Features = net gprs sim
>>      Emergency = 0
>>      Powered = 1
>>      Lockdown = 0
>>      Interfaces = org.ofono.NetworkRegistration org.ofono.ConnectionManager org.ofono.SimManager
>>      Online = 1
>>      Model = TOBY-L210
>>      Revision = 09.71
>>      Type = hardware
>>      Serial = 352255060097262
>>      Manufacturer = u-blox
>>      [ org.ofono.NetworkRegistration ]
>>          Status = roaming
>>          Strength = 60
>>          Name = Tele2 M2M (E-Plus)
>>          LocationAreaCode = 0
>>          Mode = auto
>>          MobileCountryCode = 262
>>          Technology = hspa
>>          CellId = 16
>>          MobileNetworkCode = 03
>>      [ org.ofono.ConnectionManager ]
>>          Powered = 1
>>          Attached = 0
>>          Bearer = none
>>          RoamingAllowed = 0
>>      [ org.ofono.SimManager ]
>>          ServiceProviderName = Tele2 M2M
>>          Retries = [pin2 = 3] [puk2 = 10] [pin = 3] [puk = 10]
>>          MobileCountryCode = 240
>>          FixedDialing = 0
>>          SubscriberNumbers =
>>          PreferredLanguages = en
>>          BarredDialing = 0
>>          CardIdentifier = 89462046051001005763
>>          LockedPins =
>>          MobileNetworkCode = 07
>>          SubscriberIdentity = 240075810199181
>>          Present = 1
>>          PinRequired = none
>>
>>
> Hmm, not sure what the roaming state is. But it looks like it's not yet
> ready to attach the gprs context (Attached is not yet 1).
>
> Can you try running online-modem script? Maybe it will work.
>
>>
>> Am 20.04.2016 um 12:59 schrieb Dragos Tatulea:
>>> Hi Jörn,
>>>
>>> On 04/20/2016 12:02 PM, Jörn wrote:
>>>> Hi Dragos,
>>>>
>>>> thanks for your quick reply!
>>>>
>>>> What I did is the following:
>>>>
>>>> connmanctl> enable cellular
>>>> Error cellular: Already enabled  <- due to the second time
>>>> cconnmanctl> technologies
>>>> /net/connman/technology/cellular
>>>>     Name = Cellular
>>>>     Type = cellular
>>>>     Powered = True
>>>>     Connected = False
>>>>     Tethering = False
>>>> /net/connman/technology/ethernet
>>>>     Name = Wired
>>>>     Type = ethernet
>>>>     Powered = True
>>>>     Connected = True
>>>>     Tethering = False
>>>> connmanctl> services
>>>> *AO Wired                ethernet_00142d4ac28f_cable
>>>>
>>>> Is there something else to activate?
>>>>
>>>> I am actually trying to transfer the python test scripts to my embedded system, but there is no python3 available on open embedded, and so I do not have dbus access from there :(.
>>>>
>>> The python scripts are really useful. Especially to investigate the state
>>> of oFono. See list-modems and list-contexts.
>>>
>>>> I am not sure, what a context is...
>>>>
>>> A context is oFono's concept of a "connection to internet" :). For 2/3G there
>>> are 3 states to enable the internet connection:
>>> * enable the modem (done by connman in your case)
>>> * register to the network (might be done by connman, list-modems will
>>>     help you debug that)
>>> * activate context (sometimes done by connman, list-contexts will
>>> tell you the state of the context)
>>>
>>>   
>>>> BR - Jörn
>>>>
>>>>
>>>> Am 20.04.2016 um 11:20 schrieb Dragos Tatulea:
>>>>> Hi Jörn,
>>>>>
>>>>> On 04/20/2016 09:44 AM, Jörn wrote:
>>>>>> Hi Dragos
>>>>>>
>>>>>> I saw, you wrote some code for the toby ublox modem on ofono.
>>>>>> I am actually setting up an embedded system using that modem and got some issues with the latest ofono git and connman.
>>>>>>
>>>>>> The ofono deamon seem to recognize the modem and connman shows the cellular technologie but there is no service shown on connman.
>>>>>>
>>>>> Are you using LTE or 2/3G? If 2/3G, did you activate the context? Connman
>>>>> will create a service for every activated context.
>>>>>    
>>> So, are you using LTE or 2/3G? And also, which version of Toby are you
>>> using and in which mode (high throughput, fairly compatible or backward
>>> compatible). We used only high throughput mode so far.
>>>
>>> Thanks
> Once again, let's move the discussion to the mailing list please.
>
> [1] - https://www.u-blox.com/sites/default/files/AT-CommandsExamples_AppNote_(UBX-13001820).pdf
>
> Thanks


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Ublox Toby Modem
  2016-04-20 14:11 ` Ublox Toby Modem Yorn
@ 2016-04-20 14:18   ` Dragos Tatulea
  2016-04-20 14:24     ` Yorn
  0 siblings, 1 reply; 14+ messages in thread
From: Dragos Tatulea @ 2016-04-20 14:18 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 4633 bytes --]

Hi,

On 04/20/2016 04:11 PM, Yorn wrote:
> + adding ofono mailinglist as it may be of interest
> 
Thanks.

> Point is, that I am trying to run the u-blox on ofono+connman and had/have some questions regarding the setup.
> I compiled the git version of the ofono for a freescale vf610 board with an onboard ublox usb adapter and got quite far.
> 
> A manual setup on pppd+peer+provider+chat script gave me a clean internet connection.
> 
> Now I want to integrate that with ofono/connman. I got ofono finding the module, advertise it as a cellular technology to connman, but no service is showing up.
> 
> I will go on setting up the umts high throughput profile.
> 
> So the rest of the story can be found below!
> 
> @Dragos:
> without any changes, I got
> lsusb:
> 1546:1146 U-Blox AG (which is high performance?)
>
Good. Now we're on stable grounds :).
 
> online modem runs without any complains, but without any changes
> root(a)colibri-vf:~/test# ./online-modem
> Setting modem /ublox_0 online...
> 
Can you check the output of list-contexts now? You should see one active.
And if that is so, you should also see a connman cellular service present.

> 
> BR - Yorn (Jörn)
> 
> 
> Am 20.04.2016 um 15:16 schrieb Dragos Tatulea:
>> Hi Jörn,
>>
>> Can we take this discussion to the connman/ofono ml? Other people
>> might find this useful.
>>
>> On 04/20/2016 03:01 PM, Jörn wrote:
>>> Hi Dragos,
>>>
>>> I got python to work for the test scripts, this is what it gave [1]. I believe I am just a minute away ..
>>>
>> Good.
>>
>>> I got the connection up and running on a manual (old fassioned) way with pppd, chat and provider script. However I am not an expert on ofono/connman yet (but trying hard ...).
>>>
>>> I firstly wanted to use 2g/3g with high performance mode (as I saw your effort has been put on this point, right?). I am rather not sure, how to configure that without having a connman service.
>> The AT Commands Examples [1] documents that (USB configuration section).
>> You should change the mode manually. A successful set will yield the
>> following ids from lsusb:
>>
>> 1546:1140 U-Blox AG
>>
>>
>>> BR - Jörn
>>>
>>> [1]
>>> root(a)colibri-vf:~/test# ./activate-context
>>> Error activating /ublox_0/context1: org.ofono.Error.NotAttached: GPRS is not attached
>>> root(a)colibri-vf:~/test# ./list-contexts
>>> [ /ublox_0 ]
>>>      [ /ublox_0/context1 ]
>>>          Username =
>>>          AuthenticationMethod = chap
>>>          Protocol = ip
>>>          Name = Internet
>>>          Settings = { }
>>>          IPv6.Settings = { }
>>>          Active = 0
>>>          AccessPointName =
>>>          Password =
>>>          Type = internet
>>>
>>> root(a)colibri-vf:~/test# ./list-modems
>>> [ /ublox_0 ]
>>>      Features = net gprs sim
>>>      Emergency = 0
>>>      Powered = 1
>>>      Lockdown = 0
>>>      Interfaces = org.ofono.NetworkRegistration org.ofono.ConnectionManager org.ofono.SimManager
>>>      Online = 1
>>>      Model = TOBY-L210
>>>      Revision = 09.71
>>>      Type = hardware
>>>      Serial = 352255060097262
>>>      Manufacturer = u-blox
>>>      [ org.ofono.NetworkRegistration ]
>>>          Status = roaming
>>>          Strength = 60
>>>          Name = Tele2 M2M (E-Plus)
>>>          LocationAreaCode = 0
>>>          Mode = auto
>>>          MobileCountryCode = 262
>>>          Technology = hspa
>>>          CellId = 16
>>>          MobileNetworkCode = 03
>>>      [ org.ofono.ConnectionManager ]
>>>          Powered = 1
>>>          Attached = 0
>>>          Bearer = none
>>>          RoamingAllowed = 0
>>>      [ org.ofono.SimManager ]
>>>          ServiceProviderName = Tele2 M2M
>>>          Retries = [pin2 = 3] [puk2 = 10] [pin = 3] [puk = 10]
>>>          MobileCountryCode = 240
>>>          FixedDialing = 0
>>>          SubscriberNumbers =
>>>          PreferredLanguages = en
>>>          BarredDialing = 0
>>>          CardIdentifier = 89462046051001005763
>>>          LockedPins =
>>>          MobileNetworkCode = 07
>>>          SubscriberIdentity = 240075810199181
>>>          Present = 1
>>>          PinRequired = none
>>>
>>>

Thanks
-- 
Dragos Tatulea
Software Developer @ Endocode AG
dragos(a)endocode.com

Endocode AG, Brückenstraße 5A, 10179 Berlin
+49 30 1206 4472 | info(a)endocode.com | www.endocode.com

Vorstandsvorsitzender: Mirko Boehm
Vorstände: Dr. Thomas Fricke, Sebastian Sucker
Aufsichtsratsvorsitzende: Alexandra Boehm

Registergericht: Amtsgericht Charlottenburg - HRB 150748 B

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Ublox Toby Modem
  2016-04-20 14:18   ` Dragos Tatulea
@ 2016-04-20 14:24     ` Yorn
  2016-04-20 15:01       ` Dragos Tatulea
  2016-04-20 15:02       ` Denis Kenzior
  0 siblings, 2 replies; 14+ messages in thread
From: Yorn @ 2016-04-20 14:24 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 4872 bytes --]

Hi Dragos,

it is still active=0 :(

root(a)colibri-vf:~/test# ./list-contexts
[ /ublox_0 ]
     [ /ublox_0/context1 ]
         Username =
         AuthenticationMethod = chap
         Protocol = ip
         Name = Internet
         Settings = { }
         IPv6.Settings = { }
         Active = 0
         AccessPointName =
         Password =
         Type = internet

BR- Yorn

Am 20.04.2016 um 16:18 schrieb Dragos Tatulea:
> Hi,
>
> On 04/20/2016 04:11 PM, Yorn wrote:
>> + adding ofono mailinglist as it may be of interest
>>
> Thanks.
>
>> Point is, that I am trying to run the u-blox on ofono+connman and had/have some questions regarding the setup.
>> I compiled the git version of the ofono for a freescale vf610 board with an onboard ublox usb adapter and got quite far.
>>
>> A manual setup on pppd+peer+provider+chat script gave me a clean internet connection.
>>
>> Now I want to integrate that with ofono/connman. I got ofono finding the module, advertise it as a cellular technology to connman, but no service is showing up.
>>
>> I will go on setting up the umts high throughput profile.
>>
>> So the rest of the story can be found below!
>>
>> @Dragos:
>> without any changes, I got
>> lsusb:
>> 1546:1146 U-Blox AG (which is high performance?)
>>
> Good. Now we're on stable grounds :).
>   
>> online modem runs without any complains, but without any changes
>> root(a)colibri-vf:~/test# ./online-modem
>> Setting modem /ublox_0 online...
>>
> Can you check the output of list-contexts now? You should see one active.
> And if that is so, you should also see a connman cellular service present.
>
>> BR - Yorn (Jörn)
>>
>>
>> Am 20.04.2016 um 15:16 schrieb Dragos Tatulea:
>>> Hi Jörn,
>>>
>>> Can we take this discussion to the connman/ofono ml? Other people
>>> might find this useful.
>>>
>>> On 04/20/2016 03:01 PM, Jörn wrote:
>>>> Hi Dragos,
>>>>
>>>> I got python to work for the test scripts, this is what it gave [1]. I believe I am just a minute away ..
>>>>
>>> Good.
>>>
>>>> I got the connection up and running on a manual (old fassioned) way with pppd, chat and provider script. However I am not an expert on ofono/connman yet (but trying hard ...).
>>>>
>>>> I firstly wanted to use 2g/3g with high performance mode (as I saw your effort has been put on this point, right?). I am rather not sure, how to configure that without having a connman service.
>>> The AT Commands Examples [1] documents that (USB configuration section).
>>> You should change the mode manually. A successful set will yield the
>>> following ids from lsusb:
>>>
>>> 1546:1140 U-Blox AG
>>>
>>>
>>>> BR - Jörn
>>>>
>>>> [1]
>>>> root(a)colibri-vf:~/test# ./activate-context
>>>> Error activating /ublox_0/context1: org.ofono.Error.NotAttached: GPRS is not attached
>>>> root(a)colibri-vf:~/test# ./list-contexts
>>>> [ /ublox_0 ]
>>>>       [ /ublox_0/context1 ]
>>>>           Username =
>>>>           AuthenticationMethod = chap
>>>>           Protocol = ip
>>>>           Name = Internet
>>>>           Settings = { }
>>>>           IPv6.Settings = { }
>>>>           Active = 0
>>>>           AccessPointName =
>>>>           Password =
>>>>           Type = internet
>>>>
>>>> root(a)colibri-vf:~/test# ./list-modems
>>>> [ /ublox_0 ]
>>>>       Features = net gprs sim
>>>>       Emergency = 0
>>>>       Powered = 1
>>>>       Lockdown = 0
>>>>       Interfaces = org.ofono.NetworkRegistration org.ofono.ConnectionManager org.ofono.SimManager
>>>>       Online = 1
>>>>       Model = TOBY-L210
>>>>       Revision = 09.71
>>>>       Type = hardware
>>>>       Serial = 352255060097262
>>>>       Manufacturer = u-blox
>>>>       [ org.ofono.NetworkRegistration ]
>>>>           Status = roaming
>>>>           Strength = 60
>>>>           Name = Tele2 M2M (E-Plus)
>>>>           LocationAreaCode = 0
>>>>           Mode = auto
>>>>           MobileCountryCode = 262
>>>>           Technology = hspa
>>>>           CellId = 16
>>>>           MobileNetworkCode = 03
>>>>       [ org.ofono.ConnectionManager ]
>>>>           Powered = 1
>>>>           Attached = 0
>>>>           Bearer = none
>>>>           RoamingAllowed = 0
>>>>       [ org.ofono.SimManager ]
>>>>           ServiceProviderName = Tele2 M2M
>>>>           Retries = [pin2 = 3] [puk2 = 10] [pin = 3] [puk = 10]
>>>>           MobileCountryCode = 240
>>>>           FixedDialing = 0
>>>>           SubscriberNumbers =
>>>>           PreferredLanguages = en
>>>>           BarredDialing = 0
>>>>           CardIdentifier = 89462046051001005763
>>>>           LockedPins =
>>>>           MobileNetworkCode = 07
>>>>           SubscriberIdentity = 240075810199181
>>>>           Present = 1
>>>>           PinRequired = none
>>>>
>>>>
> Thanks


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Ublox Toby Modem
  2016-04-20 14:24     ` Yorn
@ 2016-04-20 15:01       ` Dragos Tatulea
  2016-04-20 17:54         ` Yorn
  2016-04-20 15:02       ` Denis Kenzior
  1 sibling, 1 reply; 14+ messages in thread
From: Dragos Tatulea @ 2016-04-20 15:01 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 1027 bytes --]

Hi Yorn,

On 04/20/2016 04:24 PM, Yorn wrote:
> Hi Dragos,
> 
> it is still active=0 :(
> 
> root(a)colibri-vf:~/test# ./list-contexts
> [ /ublox_0 ]
>     [ /ublox_0/context1 ]
>         Username =
>         AuthenticationMethod = chap
>         Protocol = ip
>         Name = Internet
>         Settings = { }
>         IPv6.Settings = { }
>         Active = 0
>         AccessPointName =
>         Password =
>         Type = internet
> 
Can you run only oFono (no connman) with OFONO_AT_DEBUG env variable set
and run the following scripts:

enable-modem
online-modem
activate-context

Then send the logs.

Thanks
-- 
Dragos Tatulea
Software Developer @ Endocode AG
dragos(a)endocode.com

Endocode AG, Brückenstraße 5A, 10179 Berlin
+49 30 1206 4472 | info(a)endocode.com | www.endocode.com

Vorstandsvorsitzender: Mirko Boehm
Vorstände: Dr. Thomas Fricke, Sebastian Sucker
Aufsichtsratsvorsitzende: Alexandra Boehm

Registergericht: Amtsgericht Charlottenburg - HRB 150748 B

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Ublox Toby Modem
  2016-04-20 14:24     ` Yorn
  2016-04-20 15:01       ` Dragos Tatulea
@ 2016-04-20 15:02       ` Denis Kenzior
  2016-04-20 16:34         ` Yorn
  1 sibling, 1 reply; 14+ messages in thread
From: Denis Kenzior @ 2016-04-20 15:02 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 650 bytes --]

Hi Yorn,

Please don't top-post on this mailing list.

On 04/20/2016 09:24 AM, Yorn wrote:
> Hi Dragos,
>
> it is still active=0 :(
>
> root(a)colibri-vf:~/test# ./list-contexts
> [ /ublox_0 ]
>      [ /ublox_0/context1 ]
>          Username =
>          AuthenticationMethod = chap
>          Protocol = ip
>          Name = Internet
>          Settings = { }
>          IPv6.Settings = { }
>          Active = 0
>          AccessPointName =

ConnMan won't activate this context without a properly setup APN.  So 
you need to provision this somehow.

>          Password =
>          Type = internet
>

Regards,
-Denis

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Ublox Toby Modem
  2016-04-20 15:02       ` Denis Kenzior
@ 2016-04-20 16:34         ` Yorn
  0 siblings, 0 replies; 14+ messages in thread
From: Yorn @ 2016-04-20 16:34 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 1075 bytes --]

Hi Denis,

thanks for your reply!
reply is inlined

Am 20.04.2016 um 17:02 schrieb Denis Kenzior:
> Hi Yorn,
>
> Please don't top-post on this mailing list.
>
> On 04/20/2016 09:24 AM, Yorn wrote:
>> Hi Dragos,
>>
>> it is still active=0 :(
>>
>> root(a)colibri-vf:~/test# ./list-contexts
>> [ /ublox_0 ]
>>      [ /ublox_0/context1 ]
>>          Username =
>>          AuthenticationMethod = chap
>>          Protocol = ip
>>          Name = Internet
>>          Settings = { }
>>          IPv6.Settings = { }
>>          Active = 0
>>          AccessPointName =
>
> ConnMan won't activate this context without a properly setup APN. So 
> you need to provision this somehow.
I am not sure, what "somehow" means. I read a discussion about APN, but 
it seem to be solved on IRC, so I am not sure of any solution..
>
>>          Password =
>>          Type = internet
>>
>
> Regards,
> -Denis
> _______________________________________________
> ofono mailing list
> ofono(a)ofono.org
> https://lists.ofono.org/mailman/listinfo/ofono


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Ublox Toby Modem
  2016-04-20 15:01       ` Dragos Tatulea
@ 2016-04-20 17:54         ` Yorn
  2016-04-21  9:03           ` Dragos Tatulea
  0 siblings, 1 reply; 14+ messages in thread
From: Yorn @ 2016-04-20 17:54 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 14273 bytes --]

Hi Dragos,

logs + comments inline

Am 20.04.2016 um 17:01 schrieb Dragos Tatulea:
> Hi Yorn,
>
> On 04/20/2016 04:24 PM, Yorn wrote:
>> Hi Dragos,
>>
>> it is still active=0 :(
>>
>> root(a)colibri-vf:~/test# ./list-contexts
>> [ /ublox_0 ]
>>      [ /ublox_0/context1 ]
>>          Username =
>>          AuthenticationMethod = chap
>>          Protocol = ip
>>          Name = Internet
>>          Settings = { }
>>          IPv6.Settings = { }
>>          Active = 0
>>          AccessPointName =
>>          Password =
>>          Type = internet
>>
> Can you run only oFono (no connman) with OFONO_AT_DEBUG env variable set
> and run the following scripts:
>
> enable-modem
> online-modem
> activate-context
>
> Then send the logs.
Here they are [1]

I set the context information now as follows:
root(a)colibri-vf:~/test# ./list-contexts
[ /ublox_0 ]
     [ /ublox_0/context1 ]
         Username = eplus
         AuthenticationMethod = chap
         Protocol = ip
         Name = Internet
         Settings = { }
         IPv6.Settings = { }
         Active = 0
         AccessPointName = m2m.tele2.com
         Password =
         Type = internet


I would expect AT Commands like this, however, I am not a modem AT 
command expert, so this is more or less taken from a tutorial (which set 
up my manual environment successfully)

AT+COPS?
AT+CGDCONT=1,"IP","m2m.tele2.com"
ATD*99***1#
AT+CGACT=1,1
AT+CGDATA="PPP",1
CONNECT ""

But I do not really find them in the logs.

There are some modem errors return.

BR - Yorn

[1]
ofonod[6749]: plugins/ublox.c:open_device() Aux /dev/ttyACM0
ofonod[6749]: Aux: > AT\r
ofonod[6749]: Aux: < \r\nOK\r\n
ofonod[6749]: Aux: Finally woke up the modem
ofonod[6749]: Aux: > ATE0 +CMEE=1\r
ofonod[6749]: Aux: < \r\nOK\r\n
ofonod[6749]: Aux: > AT+CFUN=4\r
ofonod[6749]: Aux: < \r\nOK\r\n
ofonod[6749]: plugins/ublox.c:cfun_enable() ok 1
ofonod[6749]: src/modem.c:modem_change_state() old state: 0, new state: 1
ofonod[6749]: plugins/ublox.c:ublox_pre_sim() 0x1cf0680
ofonod[6749]: Aux: > AT+UBMCONF=2\r
ofonod[6749]: src/sim.c:ofono_sim_add_state_watch() 0x1ccc810
ofonod[6749]: src/sim.c:ofono_sim_add_state_watch() 0x1ccc810
ofonod[6749]: src/sim.c:ofono_sim_add_state_watch() 0x1ccc810
ofonod[6749]: Aux: < \r\nOK\r\n
ofonod[6749]: Aux: > AT+GCAP\r
ofonod[6749]: Aux: < \r\n+GCAP: +CGSM\r\n\r\nOK\r\n
ofonod[6749]: Aux: > AT+CRSM=192,12258\r
ofonod[6749]: Aux: < \r\n+CRSM: 
144,0,"62178202412183022FE28A01058B032F06078002000A880110"\r\n
ofonod[6749]: Aux: < \r\nOK\r\n
ofonod[6749]: drivers/atmodem/sim.c:at_crsm_info_cb() crsm_info_cb: 90, 
00, 25
ofonod[6749]: Aux: > AT+CGMI\r
ofonod[6749]: Aux: < \r\nu-blox\r\n
ofonod[6749]: Aux: < \r\nOK\r\n
ofonod[6749]: Aux: > AT+CRSM=176,12258,0,0,10\r
ofonod[6749]: Aux: < \r\n+CRSM: 144,0,"98640264500110007536"\r\n
ofonod[6749]: Aux: < \r\nOK\r\n
ofonod[6749]: drivers/atmodem/sim.c:at_crsm_read_cb() crsm_read_cb: 90, 
00, 10
ofonod[6749]: src/simfs.c:sim_fs_op_read_block_cb() bufoff: 0, dataoff: 
0, tocopy: 10
ofonod[6749]: Aux: > AT+CGMM\r
ofonod[6749]: Aux: < \r\nTOBY-L210\r\n
ofonod[6749]: Aux: < \r\nOK\r\n
ofonod[6749]: Aux: > AT+CRSM=192,28421\r
ofonod[6749]: Aux: < \r\n+CRSM: 
144,0,"62178202412183026F058A01058B036F060480020008880110"\r\n
ofonod[6749]: Aux: < \r\nOK\r\n
ofonod[6749]: drivers/atmodem/sim.c:at_crsm_info_cb() crsm_info_cb: 90, 
00, 25
ofonod[6749]: Aux: > AT+CGMR\r
ofonod[6749]: Aux: < \r\n09.71\r\n
ofonod[6749]: Aux: < \r\nOK\r\n
ofonod[6749]: Aux: > AT+CRSM=176,28421,0,0,8\r
ofonod[6749]: Aux: < \r\n+CRSM: 144,0,"FFFFFFFFFFFFFFFF"\r\n
ofonod[6749]: Aux: < \r\nOK\r\n
ofonod[6749]: drivers/atmodem/sim.c:at_crsm_read_cb() crsm_read_cb: 90, 
00, 8
ofonod[6749]: src/simfs.c:sim_fs_op_read_block_cb() bufoff: 0, dataoff: 
0, tocopy: 8
ofonod[6749]: Aux: > AT+CGSN\r
ofonod[6749]: Aux: < \r\n352255060097262\r\n
ofonod[6749]: Aux: < \r\nOK\r\n
ofonod[6749]: Aux: > AT+CRSM=192,12037\r
ofonod[6749]: Aux: < \r\n+CRSM: 
144,0,"62178202412183022F058A01058B032F06068002000C880128"\r\n
ofonod[6749]: Aux: < \r\nOK\r\n
ofonod[6749]: drivers/atmodem/sim.c:at_crsm_info_cb() crsm_info_cb: 90, 
00, 25
ofonod[6749]: Aux: > AT+CRSM=176,12037,0,0,12\r
ofonod[6749]: Aux: < \r\n+CRSM: 144,0,"656EFFFFFFFFFFFFFFFFFFFF"\r\n
ofonod[6749]: Aux: < \r\nOK\r\n
ofonod[6749]: drivers/atmodem/sim.c:at_crsm_read_cb() crsm_read_cb: 90, 
00, 12
ofonod[6749]: src/simfs.c:sim_fs_op_read_block_cb() bufoff: 0, dataoff: 
0, tocopy: 12
ofonod[6749]: Aux: > AT+CPIN?\r
ofonod[6749]: Aux: < \r\n+CPIN: READY\r\n
ofonod[6749]: Aux: < \r\nOK\r\n
ofonod[6749]: drivers/atmodem/sim.c:at_cpin_cb() crsm_pin_cb: READY
ofonod[6749]: src/sim.c:sim_pin_query_cb() sim->pin_type: 0, pin_type: 0
ofonod[6749]: drivers/atmodem/sim.c:at_pin_retries_query()
ofonod[6749]: Aux: > AT+UPINCNT\r
ofonod[6749]: Aux: < \r\n+UPINCNT: 3,3,10,10\r\n
ofonod[6749]: Aux: < \r\nOK\r\n
ofonod[6749]: drivers/atmodem/sim.c:upincnt_cb() retry counter id=1, val=3
ofonod[6749]: drivers/atmodem/sim.c:upincnt_cb() retry counter id=4, val=3
ofonod[6749]: drivers/atmodem/sim.c:upincnt_cb() retry counter id=9, val=10
ofonod[6749]: drivers/atmodem/sim.c:upincnt_cb() retry counter id=11, val=10
ofonod[6749]: Aux: > AT+CRSM=192,28590\r
ofonod[6749]: Aux: < \r\n+CRSM: 106,130\r\n
ofonod[6749]: Aux: < \r\nOK\r\n
ofonod[6749]: Aux: > AT+CRSM=192,28589\r
ofonod[6749]: Aux: < \r\n+CRSM: 
144,0,"62178202412183026FAD8A01058B036F060B80020004880118"\r\n
ofonod[6749]: Aux: < \r\nOK\r\n
ofonod[6749]: drivers/atmodem/sim.c:at_crsm_info_cb() crsm_info_cb: 90, 
00, 25
ofonod[6749]: Aux: > AT+CRSM=176,28589,0,0,4\r
ofonod[6749]: Aux: < \r\n+CRSM: 144,0,"00000102"\r\n
ofonod[6749]: Aux: < \r\nOK\r\n
ofonod[6749]: drivers/atmodem/sim.c:at_crsm_read_cb() crsm_read_cb: 90, 
00, 4
ofonod[6749]: src/simfs.c:sim_fs_op_read_block_cb() bufoff: 0, dataoff: 
0, tocopy: 4
ofonod[6749]: Aux: > AT+CRSM=192,28438\r
ofonod[6749]: Aux: < \r\n+CRSM: 106,130\r\n
ofonod[6749]: Aux: < \r\nOK\r\n
ofonod[6749]: Aux: > AT+CRSM=192,28472\r
ofonod[6749]: Aux: < \r\n+CRSM: 
144,0,"62178202412183026F388A01058B036F06058002000C880120"\r\n
ofonod[6749]: Aux: < \r\nOK\r\n
ofonod[6749]: drivers/atmodem/sim.c:at_crsm_info_cb() crsm_info_cb: 90, 
00, 25
ofonod[6749]: Aux: > AT+CRSM=176,28472,0,0,12\r
ofonod[6749]: Aux: < \r\n+CRSM: 144,0,"06FA1CAC213E040040011000"\r\n
ofonod[6749]: Aux: < \r\nOK\r\n
ofonod[6749]: drivers/atmodem/sim.c:at_crsm_read_cb() crsm_read_cb: 90, 
00, 12
ofonod[6749]: src/simfs.c:sim_fs_op_read_block_cb() bufoff: 0, dataoff: 
0, tocopy: 12
ofonod[6749]: Aux: > AT+CRSM=192,28502\r
ofonod[6749]: Aux: < \r\n+CRSM: 
144,0,"62178202412183026F568A01058B036F060A80020001880128"\r\n
ofonod[6749]: Aux: < \r\nOK\r\n
ofonod[6749]: drivers/atmodem/sim.c:at_crsm_info_cb() crsm_info_cb: 90, 
00, 25
ofonod[6749]: Aux: > AT+CRSM=176,28502,0,0,1\r
ofonod[6749]: Aux: < \r\n+CRSM: 144,0,"00"\r\n
ofonod[6749]: Aux: < \r\nOK\r\n
ofonod[6749]: drivers/atmodem/sim.c:at_crsm_read_cb() crsm_read_cb: 90, 
00, 1
ofonod[6749]: src/simfs.c:sim_fs_op_read_block_cb() bufoff: 0, dataoff: 
0, tocopy: 1
ofonod[6749]: Aux: > AT+CIMI\r
ofonod[6749]: Aux: < \r\n240075810199181\r\n
ofonod[6749]: Aux: < \r\nOK\r\n
ofonod[6749]: drivers/atmodem/sim.c:at_cimi_cb() cimi_cb: 240075810199181
ofonod[6749]: src/modem.c:modem_change_state() old state: 1, new state: 2
ofonod[6749]: plugins/ublox.c:ublox_post_sim() 0x1cf0680
ofonod[6749]: drivers/ubloxmodem/gprs-context.c:ublox_gprs_context_probe()
ofonod[6749]: drivers/ubloxmodem/gprs-context.c:ublox_gprs_context_probe()
ofonod[6749]: drivers/ubloxmodem/gprs-context.c:ublox_gprs_context_probe()
ofonod[6749]: drivers/ubloxmodem/gprs-context.c:ublox_gprs_context_probe()
ofonod[6749]: drivers/ubloxmodem/gprs-context.c:ublox_gprs_context_probe()
ofonod[6749]: drivers/ubloxmodem/gprs-context.c:ublox_gprs_context_probe()
ofonod[6749]: drivers/ubloxmodem/gprs-context.c:ublox_gprs_context_probe()
ofonod[6749]: drivers/ubloxmodem/gprs-context.c:ublox_gprs_context_probe()
ofonod[6749]: src/modem.c:get_modem_property() modem 0x1cf0680 property 
AlwaysOnline
ofonod[6749]: Aux: > AT+CGDCONT=?\r
ofonod[6749]: Aux: < \r\n+CGDCONT: 
(1-8),"IP",,,(0-2),(0-2),(0,1),(0,1),(0-2),(0,1)\r\n+CGDCONT: 
(1-8),"IPV6",,,(0-2),(0-2),(0,1),(0,1),(0-2),(0,1)\r\n+CGDCONT: 
(1-8),"IPV4V6",,,(0-2),(0-2),(0,1),(0,1),(0-2),(0,1)\r\n
ofonod[6749]: Aux: < \r\nOK\r\n
ofonod[6749]: Aux: > AT+CRSM=192,28480\r
ofonod[6749]: Aux: < \r\n+CRSM: 
144,0,"62198205422100220283026F408A01058B036F0606800200448800"\r\n
ofonod[6749]: Aux: < \r\nOK\r\n
ofonod[6749]: drivers/atmodem/sim.c:at_crsm_info_cb() crsm_info_cb: 90, 
00, 27
ofonod[6749]: Aux: > AT+CGREG=?\r
ofonod[6749]: Aux: < \r\n+CGREG: (0-2)\r\n
ofonod[6749]: Aux: < \r\nOK\r\n
ofonod[6749]: Aux: > AT+CRSM=178,28480,1,4,34\r
ofonod[6749]: Aux: < \r\n+CRSM: 
144,0,"FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF"\r\n
ofonod[6749]: Aux: < \r\nOK\r\n
ofonod[6749]: drivers/atmodem/sim.c:at_crsm_read_cb() crsm_read_cb: 90, 
00, 34
ofonod[6749]: Aux: > AT+CGREG=2\r
ofonod[6749]: Aux: < \r\nOK\r\n
ofonod[6749]: Aux: > AT+CGAUTO=0\r
ofonod[6749]: Aux: < \r\n+CME ERROR: 100\r\n
ofonod[6749]: Aux: > AT+CGEREP=2,1\r
ofonod[6749]: Aux: < \r\nOK\r\n
ofonod[6749]: plugins/bluez5.c:bt_register_profile() Bluetooth: 
Registering 00001103-0000-1000-8000-00805f9b34fb (dun_gw) profile
ofonod[6749]: Aux: > AT+CRSM=178,28480,2,4,34\r
ofonod[6749]: RegisterProfile() replied an error: 
org.freedesktop.DBus.Error.UnknownMethod, Method "RegisterProfile" with 
signature "osa{sv}" on interface "org.bluez.ProfileManager1" doesn't exist
ofonod[6749]: Aux: < \r\n+CRSM: 
144,0,"FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF"\r\n
ofonod[6749]: Aux: < \r\nOK\r\n
ofonod[6749]: drivers/atmodem/sim.c:at_crsm_read_cb() crsm_read_cb: 90, 
00, 34
ofonod[6749]: Aux: > AT+UREG=1\r
ofonod[6749]: Aux: < \r\nOK\r\n
ofonod[6749]: Aux: > AT+CRSM=192,28489\r
ofonod[6749]: Aux: < \r\n+CRSM: 106,130\r\n
ofonod[6749]: Aux: < \r\nOK\r\n
ofonod[6749]: Aux: > AT+CRSM=192,20256\r
ofonod[6749]: Aux: < \r\n+CRSM: 106,130\r\n
ofonod[6749]: Aux: < \r\nOK\r\n
ofonod[6749]: src/modem.c:get_modem_property() modem 0x1cf0680 property 
AlwaysOnline
ofonod[6749]: plugins/ublox.c:ublox_set_online() modem 0x1cf0680 online
ofonod[6749]: Aux: > AT\r
ofonod[6749]: Aux: < \r\nOK\r\n
ofonod[6749]: Aux: Finally woke up the modem
ofonod[6749]: Aux: > AT+CFUN=1\r
ofonod[6749]: Aux: < \r\nOK\r\n
ofonod[6749]: src/modem.c:modem_change_state() old state: 2, new state: 3
ofonod[6749]: Aux: > AT+CREG=?\r
ofonod[6749]: Aux: < \r\n+CREG: 2\r\n
ofonod[6749]: Aux: < \r\n+CREG: (0-2)\r\n\r\nOK\r\n
ofonod[6749]: Aux: > AT+CREG=2\r
ofonod[6749]: Aux: < \r\nOK\r\n
ofonod[6749]: Aux: > AT+CIND=?\r
ofonod[6749]: Aux: < \r\n+CIND: 
("battchg",(0-5)),("signal",(0-5)),("service",(0-1)),("sounder",(0-1)),("message",(0-1)),("call",(0-1)),("roam",(0-1)),("smsfull",(0-1)),("gprs",(0-2)),("callsetup",(0-3)),("callheld",(0-1)),("simind",(0-2))\r\n
ofonod[6749]: Aux: < \r\nOK\r\n
ofonod[6749]: Aux: > AT+CIND=0,1,0,0,0,0,0,0,0,0,0,0\r
ofonod[6749]: Aux: < \r\n+CME ERROR: 4\r\n
ofonod[6749]: Aux: > AT+CMER=?\r
ofonod[6749]: Aux: < \r\n+CMER: (0-1),(0),(0),(0-2),(0-1)\r\n
ofonod[6749]: Aux: < \r\nOK\r\n
ofonod[6749]: drivers/atmodem/network-registration.c:build_cmer_string()
ofonod[6749]: Aux: > AT+CMER=1,0,0,1\r
ofonod[6749]: Aux: < \r\nOK\r\n
ofonod[6749]: src/sim.c:ofono_sim_add_spn_watch() 0x1ccc810
ofonod[6749]: src/network.c:__ofono_netreg_add_status_watch() 0x1ccb1d0
ofonod[6749]: src/gprs.c:gprs_netreg_update() attach: 0, driver_attached: 0
ofonod[6749]: Aux: > AT+CREG?\r
ofonod[6749]: src/simfs.c:sim_fs_op_read_block() bufoff: 0, seekoff: 39, 
toread: 17
ofonod[6749]: Aux: < \r\n+CREG: 2,2\r\n\r\nOK\r\n
ofonod[6749]: src/network.c:ofono_netreg_status_notify() /ublox_0 status 
2 tech -1
ofonod[6749]: src/network.c:current_operator_callback() 0x1ccb1d0, (nil)
ofonod[6749]: src/gprs.c:netreg_status_changed() 2
ofonod[6749]: src/gprs.c:gprs_netreg_update() attach: 0, driver_attached: 0
ofonod[6749]: src/simfs.c:sim_fs_op_read_block() bufoff: 0, seekoff: 39, 
toread: 34
ofonod[6749]: Aux: > AT+CRSM=192,28437\r
ofonod[6749]: Aux: < \r\n+CRSM: 106,130\r\n
ofonod[6749]: Aux: < \r\nOK\r\n
ofonod[6749]: Aux: < \r\n+CREG: 5,"0000","00000000",4\r\n
ofonod[6749]: src/network.c:ofono_netreg_status_notify() /ublox_0 status 
5 tech 4
ofonod[6749]: src/gprs.c:netreg_status_changed() 5
ofonod[6749]: src/gprs.c:gprs_netreg_update() attach: 0, driver_attached: 0
ofonod[6749]: Aux: > AT+COPS=3,2\r
ofonod[6749]: Aux: < \r\n+CIEV: 7,1\r\n
ofonod[6749]: Aux: < \r\nOK\r\n
ofonod[6749]: Aux: > AT+COPS?\r
ofonod[6749]: Aux: < \r\n+COPS: 0,2,"26203",4\r\n
ofonod[6749]: Aux: < \r\nOK\r\n
ofonod[6749]: drivers/atmodem/network-registration.c:cops_numeric_cb() 
Cops numeric got mcc: 262, mnc: 03
ofonod[6749]: Aux: > AT+CIND?\r
ofonod[6749]: Aux: < \r\n+CIND: 5,3,0,0,0,0,1,0,1,0,0,1\r\n
ofonod[6749]: Aux: < \r\nOK\r\n
ofonod[6749]: src/network.c:ofono_netreg_strength_notify() strength 60
ofonod[6749]: Aux: > AT+COPS=3,0\r
ofonod[6749]: Aux: < \r\nOK\r\n
ofonod[6749]: Aux: > AT+COPS?\r
ofonod[6749]: Aux: < \r\n+COPS: 0,0,"E-Plus",4\r\n
ofonod[6749]: Aux: < \r\nOK\r\n
ofonod[6749]: drivers/atmodem/network-registration.c:cops_cb() cops_cb: 
E-Plus, 262 03 4
ofonod[6749]: src/network.c:current_operator_callback() 0x1ccb1d0, (nil)
ofonod[6749]: src/gprs.c:netreg_status_changed() 5
ofonod[6749]: src/gprs.c:gprs_netreg_update() attach: 0, driver_attached: 0
ofonod[6749]: Aux: < \r\n+CIEV: 2,2\r\n
ofonod[6749]: src/network.c:ofono_netreg_strength_notify() strength 40
ofonod[6749]: Aux: < \r\n+CIEV: 2,3\r\n
ofonod[6749]: src/network.c:ofono_netreg_strength_notify() strength 60
ofonod[6749]: Aux: < \r\n+CIEV: 2,2\r\n
ofonod[6749]: src/network.c:ofono_netreg_strength_notify() strength 40
ofonod[6749]: Aux: < \r\n+CIEV: 2,3\r\n
ofonod[6749]: src/network.c:ofono_netreg_strength_notify() strength 60

>
> Thanks


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Ublox Toby Modem
  2016-04-20 17:54         ` Yorn
@ 2016-04-21  9:03           ` Dragos Tatulea
  2016-04-21 10:06             ` Yorn
  2016-04-21 18:37             ` Yorn
  0 siblings, 2 replies; 14+ messages in thread
From: Dragos Tatulea @ 2016-04-21  9:03 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 2480 bytes --]

Hi Yarn,

On 04/20/2016 07:54 PM, Yorn wrote:
> Hi Dragos,
> 
> logs + comments inline
> 
> Am 20.04.2016 um 17:01 schrieb Dragos Tatulea:
>> Hi Yorn,
>>
>> On 04/20/2016 04:24 PM, Yorn wrote:
>>> Hi Dragos,
>>>
>>> it is still active=0 :(
>>>
>>> root(a)colibri-vf:~/test# ./list-contexts
>>> [ /ublox_0 ]
>>>      [ /ublox_0/context1 ]
>>>          Username =
>>>          AuthenticationMethod = chap
>>>          Protocol = ip
>>>          Name = Internet
>>>          Settings = { }
>>>          IPv6.Settings = { }
>>>          Active = 0
>>>          AccessPointName =
>>>          Password =
>>>          Type = internet
>>>
>> Can you run only oFono (no connman) with OFONO_AT_DEBUG env variable set
>> and run the following scripts:
>>
>> enable-modem
>> online-modem
>> activate-context
>>
>> Then send the logs.
> Here they are [1]
> 
> I set the context information now as follows:
> root(a)colibri-vf:~/test# ./list-contexts
> [ /ublox_0 ]
>     [ /ublox_0/context1 ]
>         Username = eplus
>         AuthenticationMethod = chap
>         Protocol = ip
>         Name = Internet
>         Settings = { }
>         IPv6.Settings = { }
>         Active = 0
>         AccessPointName = m2m.tele2.com
>         Password =
>         Type = internet
> 
> 
Okay. That's good for the next step.

> I would expect AT Commands like this, however, I am not a modem AT command expert, so this is more or less taken from a tutorial (which set up my manual environment successfully)
> 
> AT+COPS?
> AT+CGDCONT=1,"IP","m2m.tele2.com"
> ATD*99***1#
> AT+CGACT=1,1
It never gets to do a context activation because the modem is not gprs
attached (see Attached state). The reason for that seems to be the
RoamingAllowed property not being set to true/1. Try to set  it to true
(set-roaming-allowed) and try again.

> AT+CGDATA="PPP",1
> CONNECT ""
> 

Also, Toby doesn't use PPP in high throughput mode. It uses an ndis
interface (you should see a usbX interface popping up when inserting
the powered up modem on usb).

Thanks
-- 
Dragos Tatulea
Software Developer @ Endocode AG
dragos(a)endocode.com

Endocode AG, Brückenstraße 5A, 10179 Berlin
+49 30 1206 4472 | info(a)endocode.com | www.endocode.com

Vorstandsvorsitzender: Mirko Boehm
Vorstände: Dr. Thomas Fricke, Sebastian Sucker
Aufsichtsratsvorsitzende: Alexandra Boehm

Registergericht: Amtsgericht Charlottenburg - HRB 150748 B

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Ublox Toby Modem
  2016-04-21  9:03           ` Dragos Tatulea
@ 2016-04-21 10:06             ` Yorn
  2016-04-21 18:37             ` Yorn
  1 sibling, 0 replies; 14+ messages in thread
From: Yorn @ 2016-04-21 10:06 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 3170 bytes --]

Hi Dragos,

Am 21.04.2016 um 11:03 schrieb Dragos Tatulea:
> Hi Yarn,
>
> On 04/20/2016 07:54 PM, Yorn wrote:
>> Hi Dragos,
>>
>> logs + comments inline
>>
>> Am 20.04.2016 um 17:01 schrieb Dragos Tatulea:
>>> Hi Yorn,
>>>
>>> On 04/20/2016 04:24 PM, Yorn wrote:
>>>> Hi Dragos,
>>>>
>>>> it is still active=0 :(
>>>>
>>>> root(a)colibri-vf:~/test# ./list-contexts
>>>> [ /ublox_0 ]
>>>>       [ /ublox_0/context1 ]
>>>>           Username =
>>>>           AuthenticationMethod = chap
>>>>           Protocol = ip
>>>>           Name = Internet
>>>>           Settings = { }
>>>>           IPv6.Settings = { }
>>>>           Active = 0
>>>>           AccessPointName =
>>>>           Password =
>>>>           Type = internet
>>>>
>>> Can you run only oFono (no connman) with OFONO_AT_DEBUG env variable set
>>> and run the following scripts:
>>>
>>> enable-modem
>>> online-modem
>>> activate-context
>>>
>>> Then send the logs.
>> Here they are [1]
>>
>> I set the context information now as follows:
>> root(a)colibri-vf:~/test# ./list-contexts
>> [ /ublox_0 ]
>>      [ /ublox_0/context1 ]
>>          Username = eplus
>>          AuthenticationMethod = chap
>>          Protocol = ip
>>          Name = Internet
>>          Settings = { }
>>          IPv6.Settings = { }
>>          Active = 0
>>          AccessPointName = m2m.tele2.com
>>          Password =
>>          Type = internet
>>
>>
> Okay. That's good for the next step.
>
>> I would expect AT Commands like this, however, I am not a modem AT command expert, so this is more or less taken from a tutorial (which set up my manual environment successfully)
>>
>> AT+COPS?
>> AT+CGDCONT=1,"IP","m2m.tele2.com"
>> ATD*99***1#
>> AT+CGACT=1,1
> It never gets to do a context activation because the modem is not gprs
> attached (see Attached state). The reason for that seems to be the
> RoamingAllowed property not being set to true/1. Try to set  it to true
> (set-roaming-allowed) and try again.
great, that works!

connmanctl> services
*AO Wired                ethernet_00142d4ac28f_cable
     Tele2 M2M (E-Plus)   cellular_240075810199181_context1
connmanctl> connect cellular_240075810199181_context1
connmanctl> services
*AO Wired                ethernet_00142d4ac28f_cable
   a Tele2 M2M (E-Plus)   cellular_240075810199181_context1
Error /net/connman/service/cellular_240075810199181_context1: Did not 
receive a reply. Possible causes include: the remote application did not 
send a reply, the message bus security policy blocked the reply, the 
reply timeout expired, or the network connection was broken.

now I just need to find out why connection is not done, I will have a 
look at the ofono/AT logs
Do you have any *known* parameters to check? I originally use pap for 
authentication and uses e-plus user/pw pair. There is no agent to help 
me, right!?

Thanks - Yorn
>> AT+CGDATA="PPP",1
>> CONNECT ""
>>
> Also, Toby doesn't use PPP in high throughput mode. It uses an ndis
> interface (you should see a usbX interface popping up when inserting
> the powered up modem on usb).
>
> Thanks


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Ublox Toby Modem
  2016-04-21  9:03           ` Dragos Tatulea
  2016-04-21 10:06             ` Yorn
@ 2016-04-21 18:37             ` Yorn
  2016-04-22 10:23               ` Dragos Tatulea
  1 sibling, 1 reply; 14+ messages in thread
From: Yorn @ 2016-04-21 18:37 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 1327 bytes --]

Hi Dragos

Am 21.04.2016 um 11:03 schrieb Dragos Tatulea:
> Hi Yarn,
>
> On 04/20/2016 07:54 PM, Yorn wrote:
>> Hi Dragos,
>>
>> logs + comments inline
>>
>> Am 20.04.2016 um 17:01 schrieb Dragos Tatulea:
>>> Hi Yorn,
>>>
>>> On 04/20/2016 04:24 PM, Yorn wrote:
>>>> Hi Dragos,
>>>>
>>>> it is still active=0 :(
>>>>
>>>> root(a)colibri-vf:~/test# ./list-contexts
>>>> [ /ublox_0 ]
>>>>       [ /ublox_0/context1 ]
>>>>           Username =
>>>>           AuthenticationMethod = chap
>>>>           Protocol = ip
>>>>           Name = Internet
>>>>           Settings = { }
>>>>           IPv6.Settings = { }
>>>>           Active = 0
>>>>           AccessPointName =
>>>>           Password =
>>>>           Type = internet
>>>>
>>> Can you run only oFono (no connman) with OFONO_AT_DEBUG env variable set
>>> and run the following scripts:
>>>
>>> enable-modem
>>> online-modem
>>> activate-context
>>>
>>> Then send the logs.
>> Here they are [1]

I am actually a bit lost in the ublox AT Commands manual..

Do you have a chance to see something at the ofonod+AT logs with your 
expertice!?

The connman cellular service is set to "a" (association) from starting
connect cellular_240075810199181_context1
up until timeout.

Log is attached

May thanks in advance!
Yorn

[-- Attachment #2: ofonoAT.log --]
[-- Type: text/plain, Size: 32913 bytes --]

ofonod[369]: oFono version 1.17
ofonod[369]: src/plugin.c:__ofono_plugin_init() 
ofonod[369]: plugins/push-notification.c:push_notification_init() 
ofonod[369]: plugins/smart-messaging.c:smart_messaging_init() 
ofonod[369]: src/cdma-provision.c:ofono_cdma_provision_driver_register() driver: 0xd31a8 name: CDMA provisioning
ofonod[369]: src/gprs-provision.c:ofono_gprs_provision_driver_register() driver: 0xd317c name: Provisioning
ofonod[369]: plugins/upower.c:upower_init() upower init
ofonod[369]: src/handsfree-audio.c:ofono_handsfree_card_driver_register() driver: 0xd3128
ofonod[369]: plugins/dun_gw_bluez5.c:dun_gw_init() 
ofonod[369]: src/handsfree-audio.c:ofono_handsfree_card_driver_register() driver: 0xd308c
ofonod[369]: src/modem.c:ofono_modem_driver_register() driver: 0xd30a0, name: hfp
ofonod[369]: src/modem.c:ofono_modem_driver_register() driver: 0xd3044, name: ublox
ofonod[369]: src/modem.c:ofono_modem_driver_register() driver: 0xd2fec, name: quectel
ofonod[369]: plugins/he910.c:he910_init() 
ofonod[369]: src/modem.c:ofono_modem_driver_register() driver: 0xd2f9c, name: he910
ofonod[369]: plugins/connman.c:connman_init() 
ofonod[369]: src/private-network.c:ofono_private_network_driver_register() driver: 0xd2f70, name: ConnMan Private Network
ofonod[369]: src/modem.c:ofono_modem_driver_register() driver: 0xd2f28, name: sim900
ofonod[369]: src/modem.c:ofono_modem_driver_register() driver: 0xd2ee0, name: samsung
ofonod[369]: src/modem.c:ofono_modem_driver_register() driver: 0xd2e98, name: speedupcdma
ofonod[369]: src/modem.c:ofono_modem_driver_register() driver: 0xd2e48, name: speedup
ofonod[369]: src/modem.c:ofono_modem_driver_register() driver: 0xd2e00, name: alcatel
ofonod[369]: src/modem.c:ofono_modem_driver_register() driver: 0xd2da8, name: icera
ofonod[369]: src/modem.c:ofono_modem_driver_register() driver: 0xd2d60, name: linktop
ofonod[369]: src/modem.c:ofono_modem_driver_register() driver: 0xd2d18, name: nokiacdma
ofonod[369]: src/modem.c:ofono_modem_driver_register() driver: 0xd2cd0, name: nokia
ofonod[369]: src/modem.c:ofono_modem_driver_register() driver: 0xd2c88, name: cinterion
ofonod[369]: src/modem.c:ofono_modem_driver_register() driver: 0xd2c00, name: ste
ofonod[369]: src/modem.c:ofono_modem_driver_register() driver: 0xd2ba8, name: ifx
ofonod[369]: src/modem.c:ofono_modem_driver_register() driver: 0xd2b60, name: palmpre
ofonod[369]: src/modem.c:ofono_modem_driver_register() driver: 0xd2b10, name: novatel
ofonod[369]: src/modem.c:ofono_modem_driver_register() driver: 0xd2ac8, name: sierra
ofonod[369]: src/modem.c:ofono_modem_driver_register() driver: 0xd2a50, name: huawei
ofonod[369]: src/modem.c:ofono_modem_driver_register() driver: 0xd2a08, name: zte
ofonod[369]: src/modem.c:ofono_modem_driver_register() driver: 0xd29a8, name: hso
ofonod[369]: src/modem.c:ofono_modem_driver_register() driver: 0xd2958, name: mbm
ofonod[369]: src/modem.c:ofono_modem_driver_register() driver: 0xd2908, name: calypso
ofonod[369]: src/modem.c:ofono_modem_driver_register() driver: 0xd28c0, name: wavecom
ofonod[369]: src/modem.c:ofono_modem_driver_register() driver: 0xd2878, name: g1
ofonod[369]: src/cdma-voicecall.c:ofono_cdma_voicecall_driver_register() driver: 0xd281c, name: cdmamodem
ofonod[369]: src/modem.c:ofono_devinfo_driver_register() driver: 0xd2844, name: cdmamodem
ofonod[369]: src/cdma-connman.c:ofono_cdma_connman_driver_register() driver: 0xd2864, name: cdmamodem
ofonod[369]: src/modem.c:ofono_modem_driver_register() driver: 0xd277c, name: phonesim
ofonod[369]: src/modem.c:ofono_modem_driver_register() driver: 0xd27b4, name: localhfp
ofonod[369]: src/gprs.c:ofono_gprs_context_driver_register() driver: 0xd2760, name: phonesim
ofonod[369]: src/ctm.c:ofono_ctm_driver_register() driver: 0xd274c, name: phonesim
ofonod[369]: src/radio-settings.c:ofono_radio_settings_driver_register() driver: 0xd2724, name: phonesim
ofonod[369]: plugins/phonesim.c:parse_config() filename /usr/local/oecore-x86_64/sysroots/armv7at2hf-vfp-neon-angstrom-linux-gnueabi/etc/ofono/phonesim.conf
ofonod[369]: Reading of /usr/local/oecore-x86_64/sysroots/armv7at2hf-vfp-neon-angstrom-linux-gnueabi/etc/ofono/phonesim.conf failed: No such file or directory
ofonod[369]: src/gprs.c:ofono_gprs_context_driver_register() driver: 0xd2708, name: ubloxmodem
ofonod[369]: src/ussd.c:ofono_ussd_driver_register() driver: 0xd26cc, name: speedupmodem
ofonod[369]: src/voicecall.c:ofono_voicecall_driver_register() driver: 0xd2588, name: hfpmodem
ofonod[369]: src/modem.c:ofono_devinfo_driver_register() driver: 0xd262c, name: hfpmodem
ofonod[369]: src/network.c:ofono_netreg_driver_register() driver: 0xd25e0, name: hfpmodem
ofonod[369]: src/call-volume.c:ofono_call_volume_driver_register() driver: 0xd2614, name: hfpmodem
ofonod[369]: src/handsfree.c:ofono_handsfree_driver_register() driver: 0xd265c, name: hfpmodem
ofonod[369]: src/siri.c:ofono_siri_driver_register() driver: 0xd2694, name: hfpmodem
ofonod[369]: src/network.c:ofono_netreg_driver_register() driver: 0xd2500, name: dunmodem
ofonod[369]: src/gprs.c:ofono_gprs_driver_register() driver: 0xd2524, name: dunmodem
ofonod[369]: src/voicecall.c:ofono_voicecall_driver_register() driver: 0xd2430, name: stemodem
ofonod[369]: src/gprs.c:ofono_gprs_context_driver_register() driver: 0xd24bc, name: stemodem
ofonod[369]: src/radio-settings.c:ofono_radio_settings_driver_register() driver: 0xd2480, name: stemodem
ofonod[369]: src/voicecall.c:ofono_voicecall_driver_register() driver: 0xd230c, name: ifxmodem
ofonod[369]: src/audio-settings.c:ofono_audio_settings_driver_register() driver: 0xd2364, name: ifxmodem
ofonod[369]: src/radio-settings.c:ofono_radio_settings_driver_register() driver: 0xd2378, name: ifxmodem
ofonod[369]: src/gprs.c:ofono_gprs_context_driver_register() driver: 0xd23b0, name: ifxmodem
ofonod[369]: src/stk.c:ofono_stk_driver_register() driver: 0xd23dc, name: ifxmodem
ofonod[369]: src/ctm.c:ofono_ctm_driver_register() driver: 0xd23fc, name: ifxmodem
ofonod[369]: src/gprs.c:ofono_gprs_context_driver_register() driver: 0xd2298, name: hsomodem
ofonod[369]: src/radio-settings.c:ofono_radio_settings_driver_register() driver: 0xd22bc, name: hsomodem
ofonod[369]: src/location-reporting.c:ofono_location_reporting_driver_register() driver: 0xd2258, name: telitmodem
ofonod[369]: src/gprs.c:ofono_gprs_context_driver_register() driver: 0xd21cc, name: mbmmodem
ofonod[369]: src/stk.c:ofono_stk_driver_register() driver: 0xd21f0, name: mbmmodem
ofonod[369]: src/location-reporting.c:ofono_location_reporting_driver_register() driver: 0xd2210, name: mbmmodem
ofonod[369]: src/voicecall.c:ofono_voicecall_driver_register() driver: 0xd2134, name: calypsomodem
ofonod[369]: src/stk.c:ofono_stk_driver_register() driver: 0xd2184, name: calypsomodem
ofonod[369]: src/ussd.c:ofono_ussd_driver_register() driver: 0xd2038, name: huaweimodem
ofonod[369]: src/voicecall.c:ofono_voicecall_driver_register() driver: 0xd204c, name: huaweimodem
ofonod[369]: src/audio-settings.c:ofono_audio_settings_driver_register() driver: 0xd209c, name: huaweimodem
ofonod[369]: src/radio-settings.c:ofono_radio_settings_driver_register() driver: 0xd20d4, name: huaweimodem
ofonod[369]: src/gprs.c:ofono_gprs_context_driver_register() driver: 0xd20b0, name: huaweimodem
ofonod[369]: src/cdma-netreg.c:ofono_cdma_netreg_driver_register() driver: 0xd2104, name: huaweimodem
ofonod[369]: src/gprs.c:ofono_gprs_context_driver_register() driver: 0xd1fbc, name: iceramodem
ofonod[369]: src/radio-settings.c:ofono_radio_settings_driver_register() driver: 0xd1fe8, name: iceramodem
ofonod[369]: src/radio-settings.c:ofono_radio_settings_driver_register() driver: 0xd1f64, name: ztemodem
ofonod[369]: src/gprs.c:ofono_gprs_context_driver_register() driver: 0xd1f20, name: swmodem
ofonod[369]: src/radio-settings.c:ofono_radio_settings_driver_register() driver: 0xd1ed8, name: nwmodem
ofonod[369]: src/voicecall.c:ofono_voicecall_driver_register() driver: 0xd1d4c, name: atmodem
ofonod[369]: src/modem.c:ofono_devinfo_driver_register() driver: 0xd1de4, name: atmodem
ofonod[369]: src/call-barring.c:ofono_call_barring_driver_register() driver: 0xd1d9c, name: atmodem
ofonod[369]: src/call-forwarding.c:ofono_call_forwarding_driver_register() driver: 0xd1b24, name: atmodem
ofonod[369]: src/call-meter.c:ofono_call_meter_driver_register() driver: 0xd1b64, name: atmodem
ofonod[369]: src/call-settings.c:ofono_call_settings_driver_register() driver: 0xd1a70, name: atmodem
ofonod[369]: src/phonebook.c:ofono_phonebook_driver_register() driver: 0xd1dcc, name: atmodem
ofonod[369]: src/ussd.c:ofono_ussd_driver_register() driver: 0xd1d28, name: atmodem
ofonod[369]: src/sms.c:ofono_sms_driver_register() driver: 0xd1ae0, name: atmodem
ofonod[369]: src/sim.c:ofono_sim_driver_register() driver: 0xd1c68, name: atmodem
ofonod[369]: src/sim.c:ofono_sim_driver_register() driver: 0xd1cb0, name: atmodem-noef
ofonod[369]: src/stk.c:ofono_stk_driver_register() driver: 0xd1d00, name: atmodem
ofonod[369]: src/network.c:ofono_netreg_driver_register() driver: 0xd1bc8, name: atmodem
ofonod[369]: src/cbs.c:ofono_cbs_driver_register() driver: 0xd1b08, name: atmodem
ofonod[369]: src/call-volume.c:ofono_call_volume_driver_register() driver: 0xd1e14, name: atmodem
ofonod[369]: src/gprs.c:ofono_gprs_driver_register() driver: 0xd1e44, name: atmodem
ofonod[369]: src/gprs.c:ofono_gprs_context_driver_register() driver: 0xd1e58, name: atmodem
ofonod[369]: src/sim-auth.c:ofono_sim_auth_driver_register() driver: 0xd1e7c, name: atmodem
ofonod[369]: src/gnss.c:ofono_gnss_driver_register() driver: 0xd1e9c, name: atmodem
ofonod[369]: src/modem.c:ofono_modem_driver_register() driver: 0xd19d0, name: gobi
ofonod[369]: src/modem.c:ofono_devinfo_driver_register() driver: 0xd1810, name: qmimodem
ofonod[369]: src/network.c:ofono_netreg_driver_register() driver: 0xd1878, name: qmimodem
ofonod[369]: src/voicecall.c:ofono_voicecall_driver_register() driver: 0xd1830, name: qmimodem
ofonod[369]: src/sim.c:ofono_sim_driver_register() driver: 0xd189c, name: qmimodem-legacy
ofonod[369]: src/sim.c:ofono_sim_driver_register() driver: 0xd18e4, name: qmimodem
ofonod[369]: src/sms.c:ofono_sms_driver_register() driver: 0xd192c, name: qmimodem
ofonod[369]: src/ussd.c:ofono_ussd_driver_register() driver: 0xd194c, name: qmimodem
ofonod[369]: src/gprs.c:ofono_gprs_driver_register() driver: 0xd1960, name: qmimodem
ofonod[369]: src/gprs.c:ofono_gprs_context_driver_register() driver: 0xd1974, name: qmimodem
ofonod[369]: src/radio-settings.c:ofono_radio_settings_driver_register() driver: 0xd1990, name: qmimodem
ofonod[369]: src/location-reporting.c:ofono_location_reporting_driver_register() driver: 0xd19b8, name: qmimodem
ofonod[369]: src/modem.c:ofono_modem_driver_register() driver: 0xd17a8, name: u8500
ofonod[369]: src/modem.c:ofono_devinfo_driver_register() driver: 0xd1788, name: u8500
ofonod[369]: src/modem.c:ofono_modem_driver_register() driver: 0xd1740, name: n900
ofonod[369]: src/modem.c:ofono_modem_driver_register() driver: 0xd16f8, name: isiusb
ofonod[369]: src/modem.c:ofono_devinfo_driver_register() driver: 0xd14a0, name: isimodem
ofonod[369]: src/phonebook.c:ofono_phonebook_driver_register() driver: 0xd1490, name: isimodem
ofonod[369]: src/network.c:ofono_netreg_driver_register() driver: 0xd14c0, name: isimodem
ofonod[369]: src/voicecall.c:ofono_voicecall_driver_register() driver: 0xd14e4, name: isimodem
ofonod[369]: src/sms.c:ofono_sms_driver_register() driver: 0xd152c, name: isimodem
ofonod[369]: src/cbs.c:ofono_cbs_driver_register() driver: 0xd154c, name: isimodem
ofonod[369]: src/sim.c:ofono_sim_driver_register() driver: 0xd1560, name: isimodem
ofonod[369]: src/ussd.c:ofono_ussd_driver_register() driver: 0xd15a8, name: isimodem
ofonod[369]: src/call-forwarding.c:ofono_call_forwarding_driver_register() driver: 0xd15bc, name: isimodem
ofonod[369]: src/call-settings.c:ofono_call_settings_driver_register() driver: 0xd15dc, name: isimodem
ofonod[369]: src/call-barring.c:ofono_call_barring_driver_register() driver: 0xd160c, name: isimodem
ofonod[369]: src/call-meter.c:ofono_call_meter_driver_register() driver: 0xd1624, name: isimodem
ofonod[369]: src/radio-settings.c:ofono_radio_settings_driver_register() driver: 0xd164c, name: isimodem
ofonod[369]: src/gprs.c:ofono_gprs_driver_register() driver: 0xd1674, name: isimodem
ofonod[369]: src/gprs.c:ofono_gprs_context_driver_register() driver: 0xd1688, name: isimodem
ofonod[369]: src/audio-settings.c:ofono_audio_settings_driver_register() driver: 0xd16a4, name: isimodem
ofonod[369]: src/sim.c:ofono_sim_driver_register() driver: 0xd16b0, name: wgmodem2.5
ofonod[369]: drivers/rilmodem/rilmodem.c:rilmodem_init() 
ofonod[369]: src/modem.c:ofono_devinfo_driver_register() driver: 0xd1280, name: rilmodem
ofonod[369]: drivers/rilmodem/sim.c:ril_sim_init() 
ofonod[369]: src/sim.c:ofono_sim_driver_register() driver: 0xd1354, name: rilmodem
ofonod[369]: src/voicecall.c:ofono_voicecall_driver_register() driver: 0xd12c4, name: rilmodem
ofonod[369]: src/sms.c:ofono_sms_driver_register() driver: 0xd139c, name: rilmodem
ofonod[369]: src/network.c:ofono_netreg_driver_register() driver: 0xd12a0, name: rilmodem
ofonod[369]: src/call-volume.c:ofono_call_volume_driver_register() driver: 0xd130c, name: rilmodem
ofonod[369]: src/gprs.c:ofono_gprs_driver_register() driver: 0xd1324, name: rilmodem
ofonod[369]: src/gprs.c:ofono_gprs_context_driver_register() driver: 0xd1338, name: rilmodem
ofonod[369]: src/ussd.c:ofono_ussd_driver_register() driver: 0xd13bc, name: rilmodem
ofonod[369]: src/call-settings.c:ofono_call_settings_driver_register() driver: 0xd13d0, name: rilmodem
ofonod[369]: src/call-forwarding.c:ofono_call_forwarding_driver_register() driver: 0xd1400, name: rilmodem
ofonod[369]: src/radio-settings.c:ofono_radio_settings_driver_register() driver: 0xd1420, name: rilmodem
ofonod[369]: src/call-barring.c:ofono_call_barring_driver_register() driver: 0xd1448, name: rilmodem
ofonod[369]: src/netmon.c:ofono_netmon_driver_register() driver: 0xd1460, name: rilmodem
ofonod[369]: src/modem.c:ofono_modem_driver_register() driver: 0xd1218, name: ril_sofia3gr
ofonod[369]: src/modem.c:ofono_modem_driver_register() driver: 0xd11d0, name: infineon
ofonod[369]: src/modem.c:ofono_modem_driver_register() driver: 0xd1188, name: ril
ofonod[369]: plugins/udevng.c:udev_start() 
ofonod[369]: plugins/udevng.c:enumerate_devices() 
ofonod[369]: plugins/udevng.c:check_usb_device() hub [(null):(null)]
ofonod[369]: plugins/udevng.c:check_usb_device() hub [(null):(null)]
ofonod[369]: plugins/udevng.c:check_usb_device() usb [0424:2517]
ofonod[369]: plugins/udevng.c:check_usb_device() usb [1546:1146]
ofonod[369]: plugins/udevng.c:check_usb_device() usb [(null):(null)]
ofonod[369]: plugins/udevng.c:check_usb_device() usb [(null):(null)]
ofonod[369]: plugins/udevng.c:check_usb_device() cdc_acm [(null):(null)]
ofonod[369]: plugins/udevng.c:check_usb_device() cdc_acm [1546:1146]
ofonod[369]: plugins/udevng.c:add_device() /sys/devices/platform/soc/soc:aips-bus@40080000/400b4000.usb/ci_hdrc.1/usb2/2-1/2-1.1
ofonod[369]: plugins/udevng.c:add_device() /sys/devices/platform/soc/soc:aips-bus@40080000/400b4000.usb/ci_hdrc.1/usb2/2-1/2-1.1/2-1.1:1.2/tty/ttyACM0
ofonod[369]: plugins/udevng.c:add_device() /dev/ttyACM0 (ublox) 2/2/1 [02] ==> (null) (null)
ofonod[369]: plugins/udevng.c:check_usb_device() cdc_acm [(null):(null)]
ofonod[369]: plugins/udevng.c:check_usb_device() hub [(null):(null)]
ofonod[369]: plugins/udevng.c:create_modem() /sys/devices/platform/soc/soc:aips-bus@40080000/400b4000.usb/ci_hdrc.1/usb2/2-1/2-1.1
ofonod[369]: plugins/udevng.c:create_modem() driver=ublox
ofonod[369]: src/modem.c:ofono_modem_create() name: (null), type: ublox
ofonod[369]: plugins/udevng.c:setup_ublox() /sys/devices/platform/soc/soc:aips-bus@40080000/400b4000.usb/ci_hdrc.1/usb2/2-1/2-1.1
ofonod[369]: plugins/udevng.c:setup_ublox() /dev/ttyACM0 2/2/1 02 (null)
ofonod[369]: plugins/udevng.c:setup_ublox() aux=/dev/ttyACM0 modem=(null) net=(null)
ofonod[369]: src/modem.c:set_modem_property() modem 0x192a900 property Aux
ofonod[369]: src/modem.c:set_modem_property() modem 0x192a900 property Modem
ofonod[369]: src/modem.c:set_modem_property() modem 0x192a900 property Model
ofonod[369]: src/modem.c:set_modem_property() modem 0x192a900 property NetworkInterface
ofonod[369]: src/modem.c:ofono_modem_register() 0x192a900
ofonod[369]: plugins/ublox.c:ublox_probe() 0x192a900
ofonod[369]: src/modem.c:emit_modem_added() 0x192a900
ofonod[369]: src/modem.c:call_modemwatches() 0x192a900 added:1
ofonod[369]: plugins/dun_gw_bluez5.c:modem_watch() modem: 0x192a900, added: 1
ofonod[369]: plugins/hfp_ag_bluez5.c:modem_watch() modem: 0x192a900, added: 1
ofonod[369]: plugins/smart-messaging.c:modem_watch() modem: 0x192a900, added: 1
ofonod[369]: plugins/push-notification.c:modem_watch() modem: 0x192a900, added: 1
ofonod[369]: plugins/ublox.c:ublox_enable() 0x192a900
ofonod[369]: src/modem.c:get_modem_property() modem 0x192a900 property Model
ofonod[369]: src/modem.c:get_modem_property() modem 0x192a900 property Aux
ofonod[369]: plugins/ublox.c:open_device() Aux /dev/ttyACM0
ofonod[369]: Aux: > AT\r
ofonod[369]: Aux: < \r\nOK\r\n
ofonod[369]: Aux: Finally woke up the modem
ofonod[369]: Aux: > ATE0 +CMEE=1\r
ofonod[369]: Aux: < \r\nOK\r\n
ofonod[369]: Aux: > AT+CFUN=4\r
ofonod[369]: Aux: < \r\nOK\r\n
ofonod[369]: plugins/ublox.c:cfun_enable() ok 1
ofonod[369]: src/modem.c:modem_change_state() old state: 0, new state: 1
ofonod[369]: plugins/ublox.c:ublox_pre_sim() 0x192a900
ofonod[369]: Aux: > AT+UBMCONF=2\r
ofonod[369]: src/sim.c:ofono_sim_add_state_watch() 0x1906810
ofonod[369]: src/sim.c:ofono_sim_add_state_watch() 0x1906810
ofonod[369]: src/sim.c:ofono_sim_add_state_watch() 0x1906810
ofonod[369]: Aux: < \r\nOK\r\n
ofonod[369]: Aux: > AT+GCAP\r
ofonod[369]: Aux: < \r\n+GCAP: +CGSM\r\n
ofonod[369]: Aux: < \r\nOK\r\n
ofonod[369]: Aux: > AT+CRSM=192,12258\r
ofonod[369]: Aux: < \r\n+CRSM: 144,0,"62178202412183022FE28A01058B032F06078002000A880110"\r\n
ofonod[369]: Aux: < \r\nOK\r\n
ofonod[369]: drivers/atmodem/sim.c:at_crsm_info_cb() crsm_info_cb: 90, 00, 25
ofonod[369]: Aux: > AT+CGMI\r
ofonod[369]: Aux: < \r\nu-blox\r\n
ofonod[369]: Aux: < \r\nOK\r\n
ofonod[369]: Aux: > AT+CRSM=176,12258,0,0,10\r
ofonod[369]: Aux: < \r\n+CRSM: 144,0,"98640264500110007536"\r\n
ofonod[369]: Aux: < \r\nOK\r\n
ofonod[369]: drivers/atmodem/sim.c:at_crsm_read_cb() crsm_read_cb: 90, 00, 10
ofonod[369]: src/simfs.c:sim_fs_op_read_block_cb() bufoff: 0, dataoff: 0, tocopy: 10
ofonod[369]: Aux: > AT+CGMM\r
ofonod[369]: Aux: < \r\nTOBY-L210\r\n
ofonod[369]: Aux: < \r\nOK\r\n
ofonod[369]: Aux: > AT+CRSM=192,28421\r
ofonod[369]: Aux: < \r\n+CRSM: 144,0,"62178202412183026F058A01058B036F060480020008880110"\r\n
ofonod[369]: Aux: < \r\nOK\r\n
ofonod[369]: drivers/atmodem/sim.c:at_crsm_info_cb() crsm_info_cb: 90, 00, 25
ofonod[369]: Aux: > AT+CGMR\r
ofonod[369]: Aux: < \r\n09.71\r\n
ofonod[369]: Aux: < \r\nOK\r\n
ofonod[369]: Aux: > AT+CRSM=176,28421,0,0,8\r
ofonod[369]: Aux: < \r\n+CRSM: 144,0,"FFFFFFFFFFFFFFFF"\r\n
ofonod[369]: Aux: < \r\nOK\r\n
ofonod[369]: drivers/atmodem/sim.c:at_crsm_read_cb() crsm_read_cb: 90, 00, 8
ofonod[369]: src/simfs.c:sim_fs_op_read_block_cb() bufoff: 0, dataoff: 0, tocopy: 8
ofonod[369]: Aux: > AT+CGSN\r
ofonod[369]: Aux: < \r\n352255060097262\r\n
ofonod[369]: Aux: < \r\nOK\r\n
ofonod[369]: Aux: > AT+CRSM=192,12037\r
ofonod[369]: Aux: < \r\n+CRSM: 144,0,"62178202412183022F058A01058B032F06068002000C880128"\r\n
ofonod[369]: Aux: < \r\nOK\r\n
ofonod[369]: drivers/atmodem/sim.c:at_crsm_info_cb() crsm_info_cb: 90, 00, 25
ofonod[369]: Aux: > AT+CRSM=176,12037,0,0,12\r
ofonod[369]: Aux: < \r\n+CRSM: 144,0,"656EFFFFFFFFFFFFFFFFFFFF"\r\n
ofonod[369]: Aux: < \r\nOK\r\n
ofonod[369]: drivers/atmodem/sim.c:at_crsm_read_cb() crsm_read_cb: 90, 00, 12
ofonod[369]: src/simfs.c:sim_fs_op_read_block_cb() bufoff: 0, dataoff: 0, tocopy: 12
ofonod[369]: Aux: > AT+CPIN?\r
ofonod[369]: Aux: < \r\n+CPIN: READY\r\n
ofonod[369]: Aux: < \r\nOK\r\n
ofonod[369]: drivers/atmodem/sim.c:at_cpin_cb() crsm_pin_cb: READY
ofonod[369]: src/sim.c:sim_pin_query_cb() sim->pin_type: 0, pin_type: 0
ofonod[369]: drivers/atmodem/sim.c:at_pin_retries_query() 
ofonod[369]: Aux: > AT+UPINCNT\r
ofonod[369]: Aux: < \r\n+UPINCNT: 3,3,10,10\r\n
ofonod[369]: Aux: < \r\nOK\r\n
ofonod[369]: drivers/atmodem/sim.c:upincnt_cb() retry counter id=1, val=3
ofonod[369]: drivers/atmodem/sim.c:upincnt_cb() retry counter id=4, val=3
ofonod[369]: drivers/atmodem/sim.c:upincnt_cb() retry counter id=9, val=10
ofonod[369]: drivers/atmodem/sim.c:upincnt_cb() retry counter id=11, val=10
ofonod[369]: Aux: > AT+CRSM=192,28590\r
ofonod[369]: Aux: < \r\n+CRSM: 106,130\r\n
ofonod[369]: Aux: < \r\nOK\r\n
ofonod[369]: Aux: > AT+CRSM=192,28589\r
ofonod[369]: Aux: < \r\n+CRSM: 144,0,"62178202412183026FAD8A01058B036F060B80020004880118"\r\n
ofonod[369]: Aux: < \r\nOK\r\n
ofonod[369]: drivers/atmodem/sim.c:at_crsm_info_cb() crsm_info_cb: 90, 00, 25
ofonod[369]: Aux: > AT+CRSM=176,28589,0,0,4\r
ofonod[369]: Aux: < \r\n+CRSM: 144,0,"00000102"\r\n
ofonod[369]: Aux: < \r\nOK\r\n
ofonod[369]: drivers/atmodem/sim.c:at_crsm_read_cb() crsm_read_cb: 90, 00, 4
ofonod[369]: src/simfs.c:sim_fs_op_read_block_cb() bufoff: 0, dataoff: 0, tocopy: 4
ofonod[369]: Aux: > AT+CRSM=192,28438\r
ofonod[369]: Aux: < \r\n+CRSM: 106,130\r\n
ofonod[369]: Aux: < \r\nOK\r\n
ofonod[369]: Aux: > AT+CRSM=192,28472\r
ofonod[369]: Aux: < \r\n+CRSM: 144,0,"62178202412183026F388A01058B036F06058002000C880120"\r\n
ofonod[369]: Aux: < \r\nOK\r\n
ofonod[369]: drivers/atmodem/sim.c:at_crsm_info_cb() crsm_info_cb: 90, 00, 25
ofonod[369]: Aux: > AT+CRSM=176,28472,0,0,12\r
ofonod[369]: Aux: < \r\n+CRSM: 144,0,"06FA1CAC213E040040011000"\r\n
ofonod[369]: Aux: < \r\nOK\r\n
ofonod[369]: drivers/atmodem/sim.c:at_crsm_read_cb() crsm_read_cb: 90, 00, 12
ofonod[369]: src/simfs.c:sim_fs_op_read_block_cb() bufoff: 0, dataoff: 0, tocopy: 12
ofonod[369]: Aux: > AT+CRSM=192,28502\r
ofonod[369]: Aux: < \r\n+CRSM: 144,0,"62178202412183026F568A01058B036F060A80020001880128"\r\n
ofonod[369]: Aux: < \r\nOK\r\n
ofonod[369]: drivers/atmodem/sim.c:at_crsm_info_cb() crsm_info_cb: 90, 00, 25
ofonod[369]: Aux: > AT+CRSM=176,28502,0,0,1\r
ofonod[369]: Aux: < \r\n+CRSM: 144,0,"00"\r\n
ofonod[369]: Aux: < \r\nOK\r\n
ofonod[369]: drivers/atmodem/sim.c:at_crsm_read_cb() crsm_read_cb: 90, 00, 1
ofonod[369]: src/simfs.c:sim_fs_op_read_block_cb() bufoff: 0, dataoff: 0, tocopy: 1
ofonod[369]: Aux: > AT+CIMI\r
ofonod[369]: Aux: < \r\n240075810199181\r\n
ofonod[369]: Aux: < \r\nOK\r\n
ofonod[369]: drivers/atmodem/sim.c:at_cimi_cb() cimi_cb: 240075810199181
ofonod[369]: src/modem.c:modem_change_state() old state: 1, new state: 2
ofonod[369]: plugins/ublox.c:ublox_post_sim() 0x192a900
ofonod[369]: drivers/ubloxmodem/gprs-context.c:ublox_gprs_context_probe() 
ofonod[369]: drivers/ubloxmodem/gprs-context.c:ublox_gprs_context_probe() 
ofonod[369]: drivers/ubloxmodem/gprs-context.c:ublox_gprs_context_probe() 
ofonod[369]: drivers/ubloxmodem/gprs-context.c:ublox_gprs_context_probe() 
ofonod[369]: drivers/ubloxmodem/gprs-context.c:ublox_gprs_context_probe() 
ofonod[369]: drivers/ubloxmodem/gprs-context.c:ublox_gprs_context_probe() 
ofonod[369]: drivers/ubloxmodem/gprs-context.c:ublox_gprs_context_probe() 
ofonod[369]: drivers/ubloxmodem/gprs-context.c:ublox_gprs_context_probe() 
ofonod[369]: src/modem.c:get_modem_property() modem 0x192a900 property AlwaysOnline
ofonod[369]: Aux: > AT+CGDCONT=?\r
ofonod[369]: src/modem.c:get_modem_property() modem 0x192a900 property AlwaysOnline
ofonod[369]: plugins/ublox.c:ublox_set_online() modem 0x192a900 online
ofonod[369]: Aux: < \r\n+CGDCONT: (1-8),"IP",,,(0-2),(0-2),(0,1),(0,1),(0-2),(0,1)\r\n+CGDCONT: (1-8),"IPV6",,,(0-2),(0-2),(0,1),(0,1),(0-2),(0,1)\r\n+CGDCONT: (1-8),"IPV4V6",,,(0-2),(0-2),(0,1),(0,1),(0-2),(0,1)\r\n
ofonod[369]: Aux: < \r\nOK\r\n
ofonod[369]: Aux: > AT+CRSM=192,28480\r
ofonod[369]: Aux: < \r\n+CRSM: 144,0,"62198205422100220283026F408A01058B036F0606800200448800"\r\n
ofonod[369]: Aux: < \r\nOK\r\n
ofonod[369]: drivers/atmodem/sim.c:at_crsm_info_cb() crsm_info_cb: 90, 00, 27
ofonod[369]: Aux: > AT+CFUN=1\r
ofonod[369]: Aux: < \r\nOK\r\n
ofonod[369]: src/modem.c:modem_change_state() old state: 2, new state: 3
ofonod[369]: Aux: > AT+CGREG=?\r
ofonod[369]: Aux: < \r\n+CREG: 2\r\n\r\n+CGREG: (0-2)\r\n\r\nOK\r\n
ofonod[369]: Aux: > AT+CRSM=178,28480,1,4,34\r
ofonod[369]: Aux: < \r\n+CRSM: 144,0,"FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF"\r\n
ofonod[369]: Aux: < \r\nOK\r\n
ofonod[369]: drivers/atmodem/sim.c:at_crsm_read_cb() crsm_read_cb: 90, 00, 34
ofonod[369]: Aux: > AT+CREG=?\r
ofonod[369]: Aux: < \r\n+CREG: (0-2)\r\n
ofonod[369]: Aux: < \r\nOK\r\n
ofonod[369]: Aux: > AT+CGREG=2\r
ofonod[369]: Aux: < \r\nOK\r\n
ofonod[369]: Aux: > AT+CGAUTO=0\r
ofonod[369]: Aux: < \r\n+CME ERROR: 100\r\n
ofonod[369]: Aux: > AT+CGEREP=2,1\r
ofonod[369]: Aux: < \r\nOK\r\n
ofonod[369]: plugins/bluez5.c:bt_register_profile() Bluetooth: Registering 00001103-0000-1000-8000-00805f9b34fb (dun_gw) profile
ofonod[369]: Aux: > AT+CRSM=178,28480,2,4,34\r
ofonod[369]: RegisterProfile() replied an error: org.freedesktop.systemd1.LoadFailed, Unit dbus-org.bluez.service failed to load: No such file or directory.
ofonod[369]: Aux: < \r\n+CRSM: 144,0,"FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF"\r\n
ofonod[369]: Aux: < \r\nOK\r\n
ofonod[369]: drivers/atmodem/sim.c:at_crsm_read_cb() crsm_read_cb: 90, 00, 34
ofonod[369]: Aux: > AT+CREG=2\r
ofonod[369]: Aux: < \r\nOK\r\n
ofonod[369]: Aux: > AT+UREG=1\r
ofonod[369]: Aux: < \r\nOK\r\n
ofonod[369]: Aux: > AT+CRSM=192,28489\r
ofonod[369]: Aux: < \r\n+CRSM: 106,130\r\n
ofonod[369]: Aux: < \r\nOK\r\n
ofonod[369]: Aux: > AT+CIND=?\r
ofonod[369]: Aux: < \r\n+CIND: ("battchg",(0-5)),("signal",(0-5)),("service",(0-1)),("sounder",(0-1)),("message",(0-1)),("call",(0-1)),("roam",(0-1)),("smsfull",(0-1)),("gprs",(0-2)),("callsetup",(0-3)),("callheld",(0-1)),("simind",(0-2))\r\n
ofonod[369]: Aux: < \r\nOK\r\n
ofonod[369]: Aux: > AT+CRSM=192,20256\r
ofonod[369]: Aux: < \r\n+CRSM: 106,130\r\n
ofonod[369]: Aux: < \r\nOK\r\n
ofonod[369]: Aux: > AT+CIND=0,1,0,0,0,0,0,0,0,0,0,0\r
ofonod[369]: Aux: < \r\n+CME ERROR: 4\r\n
ofonod[369]: Aux: > AT+CMER=?\r
ofonod[369]: Aux: < \r\n+CMER: (0-1),(0),(0),(0-2),(0-1)\r\n
ofonod[369]: Aux: < \r\nOK\r\n
ofonod[369]: drivers/atmodem/network-registration.c:build_cmer_string() 
ofonod[369]: Aux: > AT+CMER=1,0,0,1\r
ofonod[369]: Aux: < \r\nOK\r\n
ofonod[369]: src/sim.c:ofono_sim_add_spn_watch() 0x1906810
ofonod[369]: src/network.c:__ofono_netreg_add_status_watch() 0x1923b80
ofonod[369]: src/gprs.c:gprs_netreg_update() attach: 0, driver_attached: 0
ofonod[369]: Aux: > AT+CREG?\r
ofonod[369]: src/simfs.c:sim_fs_op_read_block() bufoff: 0, seekoff: 39, toread: 17
ofonod[369]: Aux: < \r\n+CREG: 2,2\r\n\r\nOK\r\n
ofonod[369]: src/network.c:ofono_netreg_status_notify() /ublox_0 status 2 tech -1
ofonod[369]: src/network.c:current_operator_callback() 0x1923b80, (nil)
ofonod[369]: src/gprs.c:netreg_status_changed() 2
ofonod[369]: src/gprs.c:gprs_netreg_update() attach: 0, driver_attached: 0
ofonod[369]: src/simfs.c:sim_fs_op_read_block() bufoff: 0, seekoff: 39, toread: 34
ofonod[369]: Aux: > AT+CRSM=192,28437\r
ofonod[369]: Aux: < \r\n+CRSM: 106,130\r\n
ofonod[369]: Aux: < \r\nOK\r\n
ofonod[369]: Aux: < \r\n+CGEV: NW CLASS "B"\r\n
ofonod[369]: Aux: < \r\n+CREG: 0\r\n
ofonod[369]: src/network.c:ofono_netreg_status_notify() /ublox_0 status 0 tech -1
ofonod[369]: src/network.c:current_operator_callback() 0x1923b80, (nil)
ofonod[369]: src/gprs.c:netreg_status_changed() 0
ofonod[369]: src/gprs.c:gprs_netreg_update() attach: 0, driver_attached: 0
ofonod[369]: Aux: < \r\n+CGREG: 5,"9CF0","0000FBBE",4,"01"\r\n
ofonod[369]: src/gprs.c:ofono_gprs_status_notify() /ublox_0 status 5
ofonod[369]: Aux: < \r\n+UREG: 4\r\n\r\n+CIEV: 9,2\r\n
ofonod[369]: Aux: < \r\n+CREG: 5,"0000","00000010",4\r\n
ofonod[369]: src/network.c:ofono_netreg_status_notify() /ublox_0 status 5 tech 4
ofonod[369]: src/gprs.c:netreg_status_changed() 5
ofonod[369]: src/gprs.c:gprs_netreg_update() attach: 1, driver_attached: 1
ofonod[369]: Aux: > AT+COPS=3,2\r
ofonod[369]: Aux: < \r\n+CIEV: 7,1\r\n
ofonod[369]: Aux: < \r\nOK\r\n
ofonod[369]: Aux: > AT+COPS?\r
ofonod[369]: Aux: < \r\n+COPS: 0,2,"26203",4\r\n
ofonod[369]: Aux: < \r\nOK\r\n
ofonod[369]: drivers/atmodem/network-registration.c:cops_numeric_cb() Cops numeric got mcc: 262, mnc: 03
ofonod[369]: Aux: > AT+CIND?\r
ofonod[369]: Aux: < \r\n+CIND: 5,3,0,0,0,0,1,0,2,0,0,1\r\n
ofonod[369]: Aux: < \r\nOK\r\n
ofonod[369]: src/network.c:ofono_netreg_strength_notify() strength 60
ofonod[369]: Aux: > AT+COPS=3,0\r
ofonod[369]: Aux: < \r\nOK\r\n
ofonod[369]: Aux: > AT+COPS?\r
ofonod[369]: Aux: < \r\n+COPS: 0,0,"E-Plus",4\r\n
ofonod[369]: Aux: < \r\nOK\r\n
ofonod[369]: drivers/atmodem/network-registration.c:cops_cb() cops_cb: E-Plus, 262 03 4
ofonod[369]: src/network.c:current_operator_callback() 0x1923b80, (nil)
ofonod[369]: src/gprs.c:netreg_status_changed() 5
ofonod[369]: src/gprs.c:gprs_netreg_update() attach: 1, driver_attached: 1
ofonod[369]: drivers/ubloxmodem/gprs-context.c:ublox_gprs_activate_primary() cid 1
ofonod[369]: Aux: > AT\r
ofonod[369]: Aux: < \r\nOK\r\n
ofonod[369]: Aux: Finally woke up the modem
ofonod[369]: Aux: > AT+CGDCONT=1,"IP","m2m.tele2.com"\r
ofonod[369]: Aux: < \r\nOK\r\n
ofonod[369]: drivers/ubloxmodem/gprs-context.c:cgdcont_cb() ok 1
ofonod[369]: Aux: > AT+CGACT=1,1\r
ofonod[369]: Aux: < \r\nOK\r\n
ofonod[369]: drivers/ubloxmodem/gprs-context.c:cgact_enable_cb() ok 1
ofonod[369]: Aux: > AT+CGCONTRDP=1\r
ofonod[369]: Aux: < \r\n+CREG: 5,"0000","00000010",4\r\n\r\n+CGEV: ME PDN ACT 1\r\n
ofonod[369]: src/network.c:ofono_netreg_status_notify() /ublox_0 status 5 tech 4
ofonod[369]: src/gprs.c:netreg_status_changed() 5
ofonod[369]: src/gprs.c:gprs_netreg_update() attach: 1, driver_attached: 1
ofonod[369]: Aux: < \r\n+CGCONTRDP: 1,0,"m2m.tele2.com","
ofonod[369]: Aux: < 100.98.55.207.255.255.255.255","100.98.55.207","130.244.127.161","130.244.127.169","0.0.0.0","0.0.0.0",0\r\n
ofonod[369]: Aux: < \r\nOK\r\n
ofonod[369]: drivers/ubloxmodem/gprs-context.c:cgcontrdp_cb() ok 1
ofonod[369]: src/modem.c:get_modem_property() modem 0x192a900 property NetworkInterface
ofonod[369]: src/gprs.c:pri_activate_callback() 0x1928a00
ofonod[369]: Aux: > AT+COPS=3,2\r
ofonod[369]: Aux: < \r\nOK\r\n
ofonod[369]: Aux: > AT+COPS?\r
ofonod[369]: Aux: < \r\n+COPS: 0,2,"26203",4\r\n
ofonod[369]: Aux: < \r\nOK\r\n
ofonod[369]: drivers/atmodem/network-registration.c:cops_numeric_cb() Cops numeric got mcc: 262, mnc: 03
ofonod[369]: Aux: > AT+CIND?\r
ofonod[369]: Aux: < \r\n+CIND: 5,3,0,0,0,0,1,0,2,0,0,1\r\n
ofonod[369]: Aux: < \r\nOK\r\n
ofonod[369]: Aux: > AT+CGDCONT?\r
ofonod[369]: Aux: < \r\n+CGDCONT: 1,"IP","m2m.tele2.com","100.98.55.207",0,0,0,0,0,0\r\n
ofonod[369]: Aux: < \r\nOK\r\n
ofonod[369]: drivers/atmodem/gprs.c:at_cgdcont_read_cb() ok 1
ofonod[369]: src/gprs.c:ofono_gprs_cid_activated() 
ofonod[369]: src/gprs.c:ofono_gprs_cid_activated() cid 1 already activated
ofonod[369]: Aux: > AT+COPS=3,0\r
ofonod[369]: Aux: < \r\nOK\r\n
ofonod[369]: Aux: > AT+COPS?\r
ofonod[369]: Aux: < \r\n+COPS: 0,0,"E-Plus",4\r\n
ofonod[369]: Aux: < \r\nOK\r\n
ofonod[369]: drivers/atmodem/network-registration.c:cops_cb() cops_cb: E-Plus, 262 03 4
ofonod[369]: src/network.c:current_operator_callback() 0x1923b80, 0x19290c0
ofonod[369]: Aux: < \r\n+CREG: 5,"0000","00000010",4\r\n
ofonod[369]: src/network.c:ofono_netreg_status_notify() /ublox_0 status 5 tech 4
ofonod[369]: src/gprs.c:netreg_status_changed() 5
ofonod[369]: src/gprs.c:gprs_netreg_update() attach: 1, driver_attached: 1
ofonod[369]: Aux: > AT+COPS=3,2\r
ofonod[369]: Aux: < \r\nOK\r\n
ofonod[369]: Aux: > AT+COPS?\r
ofonod[369]: Aux: < \r\n+COPS: 0,2,"26203",4\r\n
ofonod[369]: Aux: < \r\nOK\r\n
ofonod[369]: drivers/atmodem/network-registration.c:cops_numeric_cb() Cops numeric got mcc: 262, mnc: 03
ofonod[369]: Aux: > AT+CIND?\r
ofonod[369]: Aux: < \r\n+CIND: 5,3,0,0,0,0,1,0,2,0,0,1\r\n
ofonod[369]: Aux: < \r\nOK\r\n
ofonod[369]: Aux: > AT+COPS=3,0\r
ofonod[369]: Aux: < \r\nOK\r\n
ofonod[369]: Aux: > AT+COPS?\r
ofonod[369]: Aux: < \r\n+COPS: 0,0,"E-Plus",4\r\n
ofonod[369]: Aux: < \r\nOK\r\n
ofonod[369]: drivers/atmodem/network-registration.c:cops_cb() cops_cb: E-Plus, 262 03 4
ofonod[369]: src/network.c:current_operator_callback() 0x1923b80, 0x19290c0
ofonod[369]: Aux: < \r\n+CIEV: 2,0\r\n
ofonod[369]: src/network.c:ofono_netreg_strength_notify() strength 0
ofonod[369]: Aux: < \r\n+CIEV: 2,3\r\n
ofonod[369]: src/network.c:ofono_netreg_strength_notify() strength 60
ofonod[369]: Aux: < \r\n+CIEV: 2,4\r\n
ofonod[369]: src/network.c:ofono_netreg_strength_notify() strength 80
ofonod[369]: Aux: < \r\n+CIEV: 2,3\r\n
ofonod[369]: src/network.c:ofono_netreg_strength_notify() strength 60

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Ublox Toby Modem
  2016-04-21 18:37             ` Yorn
@ 2016-04-22 10:23               ` Dragos Tatulea
  2016-04-22 11:51                 ` Yorn
  0 siblings, 1 reply; 14+ messages in thread
From: Dragos Tatulea @ 2016-04-22 10:23 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 3497 bytes --]

Hi Yorn,

On 04/21/2016 08:37 PM, Yorn wrote:
> Hi Dragos
> 
> Am 21.04.2016 um 11:03 schrieb Dragos Tatulea:
>> Hi Yarn,
>>
>> On 04/20/2016 07:54 PM, Yorn wrote:
>>> Hi Dragos,
>>>
>>> logs + comments inline
>>>
>>> Am 20.04.2016 um 17:01 schrieb Dragos Tatulea:
>>>> Hi Yorn,
>>>>
>>>> On 04/20/2016 04:24 PM, Yorn wrote:
>>>>> Hi Dragos,
>>>>>
>>>>> it is still active=0 :(
>>>>>
>>>>> root(a)colibri-vf:~/test# ./list-contexts
>>>>> [ /ublox_0 ]
>>>>>       [ /ublox_0/context1 ]
>>>>>           Username =
>>>>>           AuthenticationMethod = chap
>>>>>           Protocol = ip
>>>>>           Name = Internet
>>>>>           Settings = { }
>>>>>           IPv6.Settings = { }
>>>>>           Active = 0
>>>>>           AccessPointName =
>>>>>           Password =
>>>>>           Type = internet
>>>>>
>>>> Can you run only oFono (no connman) with OFONO_AT_DEBUG env variable set
>>>> and run the following scripts:
>>>>
>>>> enable-modem
>>>> online-modem
>>>> activate-context
>>>>
>>>> Then send the logs.
>>> Here they are [1]
> 
> I am actually a bit lost in the ublox AT Commands manual..
> 
> Do you have a chance to see something at the ofonod+AT logs with your expertice!?
> 
oFono was able to register on the network an activate the context. This
part is interesting for you:

ofonod[369]: drivers/ubloxmodem/gprs-context.c:ublox_gprs_activate_primary() cid 1
ofonod[369]: Aux: > AT\r
ofonod[369]: Aux: < \r\nOK\r\n
ofonod[369]: Aux: Finally woke up the modem
ofonod[369]: Aux: > AT+CGDCONT=1,"IP","m2m.tele2.com"\r
*> context defined

ofonod[369]: Aux: < \r\nOK\r\n
ofonod[369]: drivers/ubloxmodem/gprs-context.c:cgdcont_cb() ok 1
ofonod[369]: Aux: > AT+CGACT=1,1\r
*> context activated

ofonod[369]: Aux: < \r\nOK\r\n
ofonod[369]: drivers/ubloxmodem/gprs-context.c:cgact_enable_cb() ok 1
ofonod[369]: Aux: > AT+CGCONTRDP=1\r
ofonod[369]: Aux: < \r\n+CREG: 5,"0000","00000010",4\r\n\r\n+CGEV: ME PDN ACT 1\r\n
ofonod[369]: src/network.c:ofono_netreg_status_notify() /ublox_0 status 5 tech 4
ofonod[369]: src/gprs.c:netreg_status_changed() 5
ofonod[369]: src/gprs.c:gprs_netreg_update() attach: 1, driver_attached: 1
ofonod[369]: Aux: < \r\n+CGCONTRDP: 1,0,"m2m.tele2.com","
ofonod[369]: Aux: < 100.98.55.207.255.255.255.255","100.98.55.207","130.244.127.161","130.244.127.169","0.0.0.0","0.0.0.0",0\r\n
ofonod[369]: Aux: < \r\nOK\r\n
*> connection properties read successfully

ofonod[369]: drivers/ubloxmodem/gprs-context.c:cgcontrdp_cb() ok 1
ofonod[369]: src/modem.c:get_modem_property() modem 0x192a900 property NetworkInterface

> The connman cellular service is set to "a" (association) from starting
> connect cellular_240075810199181_context1
> up until timeout.
> 
Do you still run the oFono scripts? From the logs it looks like connman
is trying to activate an already active context.


As a side note, oFono and ConnMan have persistent states for services and
contexts. They are stored under /var/lib/ofono|connman. When debugging I
found it useful sometimes to start with a clean state.

Thanks
-- 
Dragos Tatulea
Software Developer @ Endocode AG
dragos(a)endocode.com

Endocode AG, Brückenstraße 5A, 10179 Berlin
+49 30 1206 4472 | info(a)endocode.com | www.endocode.com

Vorstandsvorsitzender: Mirko Boehm
Vorstände: Dr. Thomas Fricke, Sebastian Sucker
Aufsichtsratsvorsitzende: Alexandra Boehm

Registergericht: Amtsgericht Charlottenburg - HRB 150748 B

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Ublox Toby Modem
  2016-04-22 10:23               ` Dragos Tatulea
@ 2016-04-22 11:51                 ` Yorn
  2016-04-22 15:36                   ` Dragos Tatulea
  0 siblings, 1 reply; 14+ messages in thread
From: Yorn @ 2016-04-22 11:51 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 3847 bytes --]

Hi Dragos,

many thanks for all the effort! Comments inline:

Am 22.04.2016 um 12:23 schrieb Dragos Tatulea:
> Hi Yorn,
>
> On 04/21/2016 08:37 PM, Yorn wrote:
>> Hi Dragos
>>
>> Am 21.04.2016 um 11:03 schrieb Dragos Tatulea:
>>> Hi Yarn,
>>>
>>> On 04/20/2016 07:54 PM, Yorn wrote:
>>>> Hi Dragos,
>>>>
>>>> logs + comments inline
>>>>
>>>> Am 20.04.2016 um 17:01 schrieb Dragos Tatulea:
>>>>> Hi Yorn,
>>>>>
>>>>> On 04/20/2016 04:24 PM, Yorn wrote:
>>>>>> Hi Dragos,
>>>>>>
>>>>>> it is still active=0 :(
>>>>>>
>>>>>> root(a)colibri-vf:~/test# ./list-contexts
>>>>>> [ /ublox_0 ]
>>>>>>        [ /ublox_0/context1 ]
>>>>>>            Username =
>>>>>>            AuthenticationMethod = chap
>>>>>>            Protocol = ip
>>>>>>            Name = Internet
>>>>>>            Settings = { }
>>>>>>            IPv6.Settings = { }
>>>>>>            Active = 0
>>>>>>            AccessPointName =
>>>>>>            Password =
>>>>>>            Type = internet
>>>>>>
>>>>> Can you run only oFono (no connman) with OFONO_AT_DEBUG env variable set
>>>>> and run the following scripts:
>>>>>
>>>>> enable-modem
>>>>> online-modem
>>>>> activate-context
>>>>>
>>>>> Then send the logs.
>>>> Here they are [1]
>> I am actually a bit lost in the ublox AT Commands manual..
>>
>> Do you have a chance to see something at the ofonod+AT logs with your expertice!?
>>
> oFono was able to register on the network an activate the context. This
> part is interesting for you:
>
> ofonod[369]: drivers/ubloxmodem/gprs-context.c:ublox_gprs_activate_primary() cid 1
> ofonod[369]: Aux: > AT\r
> ofonod[369]: Aux: < \r\nOK\r\n
> ofonod[369]: Aux: Finally woke up the modem
> ofonod[369]: Aux: > AT+CGDCONT=1,"IP","m2m.tele2.com"\r
> *> context defined
>
> ofonod[369]: Aux: < \r\nOK\r\n
> ofonod[369]: drivers/ubloxmodem/gprs-context.c:cgdcont_cb() ok 1
> ofonod[369]: Aux: > AT+CGACT=1,1\r
> *> context activated
>
> ofonod[369]: Aux: < \r\nOK\r\n
> ofonod[369]: drivers/ubloxmodem/gprs-context.c:cgact_enable_cb() ok 1
> ofonod[369]: Aux: > AT+CGCONTRDP=1\r
> ofonod[369]: Aux: < \r\n+CREG: 5,"0000","00000010",4\r\n\r\n+CGEV: ME PDN ACT 1\r\n
> ofonod[369]: src/network.c:ofono_netreg_status_notify() /ublox_0 status 5 tech 4
> ofonod[369]: src/gprs.c:netreg_status_changed() 5
> ofonod[369]: src/gprs.c:gprs_netreg_update() attach: 1, driver_attached: 1
> ofonod[369]: Aux: < \r\n+CGCONTRDP: 1,0,"m2m.tele2.com","
> ofonod[369]: Aux: < 100.98.55.207.255.255.255.255","100.98.55.207","130.244.127.161","130.244.127.169","0.0.0.0","0.0.0.0",0\r\n
> ofonod[369]: Aux: < \r\nOK\r\n
> *> connection properties read successfully
>
> ofonod[369]: drivers/ubloxmodem/gprs-context.c:cgcontrdp_cb() ok 1
> ofonod[369]: src/modem.c:get_modem_property() modem 0x192a900 property NetworkInterface
>
>> The connman cellular service is set to "a" (association) from starting
>> connect cellular_240075810199181_context1
>> up until timeout.
>>
> Do you still run the oFono scripts? From the logs it looks like connman
> is trying to activate an already active context.
The technologie and the service is running, but the association does not 
end successfully. Do I need to set something else in connman? Where do I 
have to look?

The try to connect ends up with:
Error /net/connman/service/cellular_240075810199181_context1: Did not 
receive a reply. Possible causes include: the remote application did not 
send a reply, the message bus security policy blocked the reply, the 
reply timeout expired, or the network connection was broken.


>
>
> As a side note, oFono and ConnMan have persistent states for services and
> contexts. They are stored under /var/lib/ofono|connman. When debugging I
> found it useful sometimes to start with a clean state.
>
> Thanks


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Ublox Toby Modem
  2016-04-22 11:51                 ` Yorn
@ 2016-04-22 15:36                   ` Dragos Tatulea
  2016-04-24 13:03                     ` Yorn
  0 siblings, 1 reply; 14+ messages in thread
From: Dragos Tatulea @ 2016-04-22 15:36 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 4228 bytes --]

Hi Yorn,

On 04/22/2016 01:51 PM, Yorn wrote:
> Hi Dragos,
> 
> many thanks for all the effort! Comments inline:
> 
> Am 22.04.2016 um 12:23 schrieb Dragos Tatulea:
>> Hi Yorn,
>>
>> On 04/21/2016 08:37 PM, Yorn wrote:
>>> Hi Dragos
>>>
>>> Am 21.04.2016 um 11:03 schrieb Dragos Tatulea:
>>>> Hi Yarn,
>>>>
>>>> On 04/20/2016 07:54 PM, Yorn wrote:
>>>>> Hi Dragos,
>>>>>
>>>>> logs + comments inline
>>>>>
>>>>> Am 20.04.2016 um 17:01 schrieb Dragos Tatulea:
>>>>>> Hi Yorn,
>>>>>>
>>>>>> On 04/20/2016 04:24 PM, Yorn wrote:
>>>>>>> Hi Dragos,
>>>>>>>
>>>>>>> it is still active=0 :(
>>>>>>>
>>>>>>> root(a)colibri-vf:~/test# ./list-contexts
>>>>>>> [ /ublox_0 ]
>>>>>>>        [ /ublox_0/context1 ]
>>>>>>>            Username =
>>>>>>>            AuthenticationMethod = chap
>>>>>>>            Protocol = ip
>>>>>>>            Name = Internet
>>>>>>>            Settings = { }
>>>>>>>            IPv6.Settings = { }
>>>>>>>            Active = 0
>>>>>>>            AccessPointName =
>>>>>>>            Password =
>>>>>>>            Type = internet
>>>>>>>
>>>>>> Can you run only oFono (no connman) with OFONO_AT_DEBUG env variable set
>>>>>> and run the following scripts:
>>>>>>
>>>>>> enable-modem
>>>>>> online-modem
>>>>>> activate-context
>>>>>>
>>>>>> Then send the logs.
>>>>> Here they are [1]
>>> I am actually a bit lost in the ublox AT Commands manual..
>>>
>>> Do you have a chance to see something at the ofonod+AT logs with your expertice!?
>>>
>> oFono was able to register on the network an activate the context. This
>> part is interesting for you:
>>
>> ofonod[369]: drivers/ubloxmodem/gprs-context.c:ublox_gprs_activate_primary() cid 1
>> ofonod[369]: Aux: > AT\r
>> ofonod[369]: Aux: < \r\nOK\r\n
>> ofonod[369]: Aux: Finally woke up the modem
>> ofonod[369]: Aux: > AT+CGDCONT=1,"IP","m2m.tele2.com"\r
>> *> context defined
>>
>> ofonod[369]: Aux: < \r\nOK\r\n
>> ofonod[369]: drivers/ubloxmodem/gprs-context.c:cgdcont_cb() ok 1
>> ofonod[369]: Aux: > AT+CGACT=1,1\r
>> *> context activated
>>
>> ofonod[369]: Aux: < \r\nOK\r\n
>> ofonod[369]: drivers/ubloxmodem/gprs-context.c:cgact_enable_cb() ok 1
>> ofonod[369]: Aux: > AT+CGCONTRDP=1\r
>> ofonod[369]: Aux: < \r\n+CREG: 5,"0000","00000010",4\r\n\r\n+CGEV: ME PDN ACT 1\r\n
>> ofonod[369]: src/network.c:ofono_netreg_status_notify() /ublox_0 status 5 tech 4
>> ofonod[369]: src/gprs.c:netreg_status_changed() 5
>> ofonod[369]: src/gprs.c:gprs_netreg_update() attach: 1, driver_attached: 1
>> ofonod[369]: Aux: < \r\n+CGCONTRDP: 1,0,"m2m.tele2.com","
>> ofonod[369]: Aux: < 100.98.55.207.255.255.255.255","100.98.55.207","130.244.127.161","130.244.127.169","0.0.0.0","0.0.0.0",0\r\n
>> ofonod[369]: Aux: < \r\nOK\r\n
>> *> connection properties read successfully
>>
>> ofonod[369]: drivers/ubloxmodem/gprs-context.c:cgcontrdp_cb() ok 1
>> ofonod[369]: src/modem.c:get_modem_property() modem 0x192a900 property NetworkInterface
>>
>>> The connman cellular service is set to "a" (association) from starting
>>> connect cellular_240075810199181_context1
>>> up until timeout.
>>>
>> Do you still run the oFono scripts? From the logs it looks like connman
>> is trying to activate an already active context.
> The technologie and the service is running, but the association does not end successfully. Do I need to set something else in connman? Where do I have to look?
> 
> The try to connect ends up with:
> Error /net/connman/service/cellular_240075810199181_context1: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
> 
Can you send the connman logs as well? I'm not really sure what's
happening here.

Thanks
-- 
Dragos Tatulea
Software Developer @ Endocode AG
dragos(a)endocode.com

Endocode AG, Brückenstraße 5A, 10179 Berlin
+49 30 1206 4472 | info(a)endocode.com | www.endocode.com

Vorstandsvorsitzender: Mirko Boehm
Vorstände: Dr. Thomas Fricke, Sebastian Sucker
Aufsichtsratsvorsitzende: Alexandra Boehm

Registergericht: Amtsgericht Charlottenburg - HRB 150748 B

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Ublox Toby Modem
  2016-04-22 15:36                   ` Dragos Tatulea
@ 2016-04-24 13:03                     ` Yorn
  0 siblings, 0 replies; 14+ messages in thread
From: Yorn @ 2016-04-24 13:03 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 4059 bytes --]

Hi Dragos,

Am 22.04.2016 um 17:36 schrieb Dragos Tatulea:
> Hi Yorn,
>
> On 04/22/2016 01:51 PM, Yorn wrote:
>> Hi Dragos,
>>
>> many thanks for all the effort! Comments inline:
>>
>> Am 22.04.2016 um 12:23 schrieb Dragos Tatulea:
>>> Hi Yorn,
>>>
>>> On 04/21/2016 08:37 PM, Yorn wrote:
>>>> Hi Dragos
>>>>
>>>> Am 21.04.2016 um 11:03 schrieb Dragos Tatulea:
>>>>> Hi Yarn,
>>>>>
>>>>> On 04/20/2016 07:54 PM, Yorn wrote:
>>>>>> Hi Dragos,
>>>>>>
>>>>>> logs + comments inline
>>>>>>
>>>>>> Am 20.04.2016 um 17:01 schrieb Dragos Tatulea:
>>>>>>> Hi Yorn,
>>>>>>>
>>>>>>> On 04/20/2016 04:24 PM, Yorn wrote:
>>>>>>>> Hi Dragos,
>>>>>>>>
>>>>>>>> it is still active=0 :(
>>>>>>>>
>>>>>>>> root(a)colibri-vf:~/test# ./list-contexts
>>>>>>>> [ /ublox_0 ]
>>>>>>>>         [ /ublox_0/context1 ]
>>>>>>>>             Username =
>>>>>>>>             AuthenticationMethod = chap
>>>>>>>>             Protocol = ip
>>>>>>>>             Name = Internet
>>>>>>>>             Settings = { }
>>>>>>>>             IPv6.Settings = { }
>>>>>>>>             Active = 0
>>>>>>>>             AccessPointName =
>>>>>>>>             Password =
>>>>>>>>             Type = internet
>>>>>>>>
>>>>>>> Can you run only oFono (no connman) with OFONO_AT_DEBUG env variable set
>>>>>>> and run the following scripts:
>>>>>>>
>>>>>>> enable-modem
>>>>>>> online-modem
>>>>>>> activate-context
>>>>>>>
>>>>>>> Then send the logs.
>>>>>> Here they are [1]
>>>> I am actually a bit lost in the ublox AT Commands manual..
>>>>
>>>> Do you have a chance to see something at the ofonod+AT logs with your expertice!?
>>>>
>>> oFono was able to register on the network an activate the context. This
>>> part is interesting for you:
>>>
>>> ofonod[369]: drivers/ubloxmodem/gprs-context.c:ublox_gprs_activate_primary() cid 1
>>> ofonod[369]: Aux: > AT\r
>>> ofonod[369]: Aux: < \r\nOK\r\n
>>> ofonod[369]: Aux: Finally woke up the modem
>>> ofonod[369]: Aux: > AT+CGDCONT=1,"IP","m2m.tele2.com"\r
>>> *> context defined
>>>
>>> ofonod[369]: Aux: < \r\nOK\r\n
>>> ofonod[369]: drivers/ubloxmodem/gprs-context.c:cgdcont_cb() ok 1
>>> ofonod[369]: Aux: > AT+CGACT=1,1\r
>>> *> context activated
>>>
>>> ofonod[369]: Aux: < \r\nOK\r\n
>>> ofonod[369]: drivers/ubloxmodem/gprs-context.c:cgact_enable_cb() ok 1
>>> ofonod[369]: Aux: > AT+CGCONTRDP=1\r
>>> ofonod[369]: Aux: < \r\n+CREG: 5,"0000","00000010",4\r\n\r\n+CGEV: ME PDN ACT 1\r\n
>>> ofonod[369]: src/network.c:ofono_netreg_status_notify() /ublox_0 status 5 tech 4
>>> ofonod[369]: src/gprs.c:netreg_status_changed() 5
>>> ofonod[369]: src/gprs.c:gprs_netreg_update() attach: 1, driver_attached: 1
>>> ofonod[369]: Aux: < \r\n+CGCONTRDP: 1,0,"m2m.tele2.com","
>>> ofonod[369]: Aux: < 100.98.55.207.255.255.255.255","100.98.55.207","130.244.127.161","130.244.127.169","0.0.0.0","0.0.0.0",0\r\n
>>> ofonod[369]: Aux: < \r\nOK\r\n
>>> *> connection properties read successfully
>>>
>>> ofonod[369]: drivers/ubloxmodem/gprs-context.c:cgcontrdp_cb() ok 1
>>> ofonod[369]: src/modem.c:get_modem_property() modem 0x192a900 property NetworkInterface
>>>
>>>> The connman cellular service is set to "a" (association) from starting
>>>> connect cellular_240075810199181_context1
>>>> up until timeout.
>>>>
>>> Do you still run the oFono scripts? From the logs it looks like connman
>>> is trying to activate an already active context.
>> The technologie and the service is running, but the association does not end successfully. Do I need to set something else in connman? Where do I have to look?
>>
>> The try to connect ends up with:
>> Error /net/connman/service/cellular_240075810199181_context1: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
>>
> Can you send the connman logs as well? I'm not really sure what's
> happening here.
sure, here it is!

BR - Yorn
>
> Thanks


[-- Attachment #2: connmand.log --]
[-- Type: text/plain, Size: 87782 bytes --]

connmand[405]: Connection Manager version 1.28
connmand[405]: /connman-1.28/src/dbus.c:__connman_dbus_init() 
connmand[405]: /connman-1.28/src/main.c:parse_config() parsing main.conf
connmand[405]: /connman-1.28/src/inotify.c:__connman_inotify_init() 
connmand[405]: /connman-1.28/src/technology.c:__connman_technology_init() 
connmand[405]: /connman-1.28/src/storage.c:storage_load() Loading /var/lib/connman/settings
connmand[405]: /connman-1.28/src/storage.c:storage_load() Loading /var/lib/connman/settings
connmand[405]: /connman-1.28/src/notifier.c:__connman_notifier_init() 
connmand[405]: /connman-1.28/src/agent.c:__connman_agent_init() 
connmand[405]: /connman-1.28/src/service.c:__connman_service_init() 
connmand[405]: /connman-1.28/src/agent.c:connman_agent_driver_register() Registering driver 0x7d298 name service
connmand[405]: /connman-1.28/src/storage.c:storage_load() Loading /var/lib/connman/wifi_74da38286dfa_574c414e2d5a3557324a50_managed_psk/settings
connmand[405]: /connman-1.28/src/storage.c:storage_load() Loading /var/lib/connman/wifi.config
connmand[405]: /connman-1.28/src/storage.c:storage_load() Loading /var/lib/connman/ethernet_00142d4ac28f_cable/settings
connmand[405]: /connman-1.28/src/peer_service.c:__connman_peer_service_init() 
connmand[405]: /connman-1.28/src/peer.c:__connman_peer_init() 
connmand[405]: /connman-1.28/src/provider.c:__connman_provider_init() 
connmand[405]: /connman-1.28/src/notifier.c:connman_notifier_register() notifier 0x7d2bc name provider
connmand[405]: /connman-1.28/src/network.c:__connman_network_init() 
connmand[405]: /connman-1.28/src/config.c:__connman_config_init() 
connmand[405]: /connman-1.28/src/inotify.c:create_watch() Add directory watch for /var/lib/connman
connmand[405]: /connman-1.28/src/config.c:read_configs() 
connmand[405]: /connman-1.28/src/config.c:create_config() ident wifi
connmand[405]: Adding configuration wifi
connmand[405]: /connman-1.28/src/config.c:load_config() config 0x1b47200
connmand[405]: /connman-1.28/src/storage.c:storage_load() Loading /var/lib/connman/wifi.config
connmand[405]: Mismatch with passphrase and setting Security = wpa2
connmand[405]: Adding service configuration wifi_74da38286dfa_574c414e2d5a3557324a50_managed_psk
connmand[405]: /connman-1.28/src/device.c:__connman_device_init() 
connmand[405]: /connman-1.28/src/ippool.c:__connman_ippool_init() 
connmand[405]: /connman-1.28/src/iptables.c:__connman_iptables_init() 
connmand[405]: /connman-1.28/src/firewall.c:__connman_firewall_init() 
connmand[405]: /connman-1.28/src/iptables.c:iptables_init() filter
connmand[405]: /connman-1.28/src/iptables.c:iptables_init() iptable_filter module loading gives error but trying anyway
connmand[405]: iptables support missing error 2 (No such file or directory)
connmand[405]: /connman-1.28/src/iptables.c:__connman_iptables_commit() filter
connmand[405]: Failed to flush table 'filter': Invalid argument
connmand[405]: /connman-1.28/src/iptables.c:iptables_init() mangle
connmand[405]: /connman-1.28/src/iptables.c:iptables_init() iptable_mangle module loading gives error but trying anyway
connmand[405]: iptables support missing error 2 (No such file or directory)
connmand[405]: /connman-1.28/src/iptables.c:__connman_iptables_commit() mangle
connmand[405]: Failed to flush table 'mangle': Invalid argument
connmand[405]: /connman-1.28/src/iptables.c:iptables_init() nat
connmand[405]: /connman-1.28/src/iptables.c:__connman_iptables_commit() nat
connmand[405]: /connman-1.28/src/nat.c:__connman_nat_init() 
connmand[405]: /connman-1.28/src/notifier.c:connman_notifier_register() notifier 0x7d534 name nat
connmand[405]: /connman-1.28/src/tethering.c:__connman_tethering_init() 
connmand[405]: /connman-1.28/src/counter.c:__connman_counter_init() 
connmand[405]: /connman-1.28/src/manager.c:__connman_manager_init() 
connmand[405]: /connman-1.28/src/notifier.c:connman_notifier_register() notifier 0x7d26c name manager
connmand[405]: /connman-1.28/src/stats.c:__connman_stats_init() 
connmand[405]: /connman-1.28/src/clock.c:__connman_clock_init() 
connmand[405]: /connman-1.28/src/timezone.c:__connman_timezone_init() 
connmand[405]: /connman-1.28/src/timezone.c:__connman_timezone_lookup() sysconfig zone (null)
connmand[405]: /connman-1.28/src/timezone.c:__connman_timezone_lookup() localtime zone Etc/UTC
connmand[405]: /connman-1.28/src/storage.c:storage_load() Loading /var/lib/connman/settings
connmand[405]: /connman-1.28/src/resolver.c:__connman_resolver_init() dnsproxy 1
connmand[405]: /connman-1.28/src/dnsproxy.c:__connman_dnsproxy_init() 
connmand[405]: /connman-1.28/src/dnsproxy.c:__connman_dnsproxy_add_listener() index 1
connmand[405]: /connman-1.28/src/dnsproxy.c:get_listener() family 2 protocol 17 index 1
connmand[405]: /connman-1.28/src/inet.c:__connman_inet_get_interface_address() index 1 interface lo
connmand[405]: /connman-1.28/src/dnsproxy.c:get_listener() family 10 protocol 17 index 1
connmand[405]: /connman-1.28/src/inet.c:__connman_inet_get_interface_address() index 1 interface lo
connmand[405]: /connman-1.28/src/dnsproxy.c:get_listener() family 2 protocol 6 index 1
connmand[405]: /connman-1.28/src/inet.c:__connman_inet_get_interface_address() index 1 interface lo
connmand[405]: /connman-1.28/src/dnsproxy.c:get_listener() family 10 protocol 6 index 1
connmand[405]: /connman-1.28/src/inet.c:__connman_inet_get_interface_address() index 1 interface lo
connmand[405]: /connman-1.28/src/resolver.c:__connman_resolvfile_append() index 1 server ::1
connmand[405]: /connman-1.28/src/resolver.c:__connman_resolvfile_append() index 1 server 127.0.0.1
connmand[405]: /connman-1.28/src/notifier.c:connman_notifier_register() notifier 0x7d508 name dnsproxy
connmand[405]: /connman-1.28/src/ipconfig.c:__connman_ipconfig_init() 
connmand[405]: /connman-1.28/src/rtnl.c:__connman_rtnl_init() 
connmand[405]: /connman-1.28/src/task.c:__connman_task_init() 
connmand[405]: /connman-1.28/src/proxy.c:__connman_proxy_init() 
connmand[405]: /connman-1.28/src/detect.c:__connman_detect_init() 
connmand[405]: /connman-1.28/src/rtnl.c:connman_rtnl_register() rtnl 0x7d2e8 name detect
connmand[405]: /connman-1.28/src/session.c:__connman_session_init() 
connmand[405]: /connman-1.28/src/notifier.c:connman_notifier_register() notifier 0x7d3b0 name session
connmand[405]: /connman-1.28/src/firewall.c:__connman_firewall_enable() mangle INPUT -j CONNMARK --restore-mark
connmand[405]: /connman-1.28/src/firewall.c:insert_managed_rule() table mangle add managed chain for INPUT
connmand[405]: /connman-1.28/src/iptables.c:__connman_iptables_new_chain() -t mangle -N connman-INPUT
connmand[405]: /connman-1.28/src/iptables.c:iptables_init() mangle
connmand[405]: /connman-1.28/src/iptables.c:iptables_init() iptable_mangle module loading gives error but trying anyway
connmand[405]: iptables support missing error 2 (No such file or directory)
connmand[405]: Failed to install iptables rules: Invalid argument
connmand[405]: /connman-1.28/src/timeserver.c:__connman_timeserver_init() 
connmand[405]: /connman-1.28/src/notifier.c:connman_notifier_register() notifier 0x7d308 name timeserver
connmand[405]: /connman-1.28/src/connection.c:__connman_connection_init() 
connmand[405]: /connman-1.28/src/rtnl.c:connman_rtnl_register() rtnl 0x7d254 name connection
connmand[405]: /connman-1.28/src/plugin.c:__connman_plugin_init() 
connmand[405]: Checking loopback interface settings
connmand[405]: System hostname is colibri-vf
connmand[405]: System domainname is Speedport_W_724V_Typ_A_05011603_00_009
connmand[405]: /connman-1.28/src/utsname.c:connman_utsname_driver_register() driver 0x7c17c name loopback
connmand[405]: /connman-1.28/src/notifier.c:connman_notifier_register() notifier 0x7d03c name pacrunner
connmand[405]: /connman-1.28/src/proxy.c:connman_proxy_driver_register() driver 0x7d02c name pacrunnerproxy
connmand[405]: /connman-1.28/src/network.c:connman_network_driver_register() driver 0x7cff0 name network
connmand[405]: /connman-1.28/src/network.c:probe_driver() driver 0x7cff0 name network
connmand[405]: /connman-1.28/src/device.c:connman_device_driver_register() driver 0x7cfcc name dundee
connmand[405]: /connman-1.28/src/device.c:probe_driver() driver 0x7cfcc name dundee
connmand[405]: /connman-1.28/plugins/ofono.c:ofono_init() 
connmand[405]: /connman-1.28/src/network.c:connman_network_driver_register() driver 0x7c630 name cellular
connmand[405]: /connman-1.28/src/network.c:probe_driver() driver 0x7c630 name cellular
connmand[405]: /connman-1.28/src/device.c:connman_device_driver_register() driver 0x7c60c name modem
connmand[405]: /connman-1.28/src/device.c:probe_driver() driver 0x7c60c name modem
connmand[405]: /connman-1.28/src/technology.c:connman_technology_driver_register() Registering cellular driver
connmand[405]: /connman-1.28/src/technology.c:connman_technology_driver_register() Registering bluetooth driver
connmand[405]: /connman-1.28/src/device.c:connman_device_driver_register() driver 0x7c564 name bluetooth
connmand[405]: /connman-1.28/src/device.c:probe_driver() driver 0x7c564 name bluetooth
connmand[405]: /connman-1.28/src/network.c:connman_network_driver_register() driver 0x7c588 name bluetooth
connmand[405]: /connman-1.28/src/network.c:probe_driver() driver 0x7c588 name bluetooth
connmand[405]: /connman-1.28/src/network.c:connman_network_driver_register() driver 0x7c2dc name wifi
connmand[405]: /connman-1.28/src/network.c:probe_driver() driver 0x7c2dc name wifi
connmand[405]: /connman-1.28/src/technology.c:connman_technology_driver_register() Registering wifi driver
connmand[405]: /connman-1.28/src/technology.c:connman_technology_driver_register() Registering cdc_ethernet driver
connmand[405]: /connman-1.28/src/network.c:connman_network_driver_register() driver 0x7c258 name usb
connmand[405]: /connman-1.28/src/network.c:probe_driver() driver 0x7c258 name usb
connmand[405]: /connman-1.28/src/device.c:connman_device_driver_register() driver 0x7c274 name gadget
connmand[405]: /connman-1.28/src/device.c:probe_driver() driver 0x7c274 name gadget
connmand[405]: /connman-1.28/src/technology.c:connman_technology_driver_register() Registering ethernet driver
connmand[405]: /connman-1.28/src/network.c:connman_network_driver_register() driver 0x7c1d4 name cable
connmand[405]: /connman-1.28/src/network.c:probe_driver() driver 0x7c1d4 name cable
connmand[405]: /connman-1.28/src/device.c:connman_device_driver_register() driver 0x7c1f0 name ethernet
connmand[405]: /connman-1.28/src/device.c:probe_driver() driver 0x7c1f0 name ethernet
connmand[405]: /connman-1.28/src/network.c:connman_network_driver_register() driver 0x7c528 name bluetooth_legacy-pan
connmand[405]: /connman-1.28/src/network.c:probe_driver() driver 0x7c528 name bluetooth_legacy-pan
connmand[405]: /connman-1.28/src/device.c:connman_device_driver_register() driver 0x7c4e0 name bluetooth_legacy
connmand[405]: /connman-1.28/src/device.c:probe_driver() driver 0x7c4e0 name bluetooth_legacy
connmand[405]: /connman-1.28/src/technology.c:connman_technology_driver_register() Registering bluetooth_legacy driver
connmand[405]: /connman-1.28/src/rtnl.c:__connman_rtnl_start() 
connmand[405]: /connman-1.28/src/rtnl.c:send_getlink() 
connmand[405]: /connman-1.28/src/rtnl.c:send_request() GETLINK len 17 type 18 flags 0x0301 seq 0
connmand[405]: /connman-1.28/src/rtnl.c:send_getaddr() 
connmand[405]: /connman-1.28/src/rtnl.c:send_getroute() 
connmand[405]: /connman-1.28/src/dhcp.c:__connman_dhcp_init() 
connmand[405]: /connman-1.28/src/dhcpv6.c:__connman_dhcpv6_init() 
connmand[405]: /connman-1.28/src/wpad.c:__connman_wpad_init() 
connmand[405]: /connman-1.28/src/wispr.c:__connman_wispr_init() 
connmand[405]: /connman-1.28/src/rfkill.c:__connman_rfkill_init() 
connmand[405]: /connman-1.28/src/rfkill.c:rfkill_process() 
connmand[405]: /connman-1.28/src/machine.c:__connman_machine_init() 
connmand[405]: /connman-1.28/src/timezone.c:inotify_data() 
connmand[405]: /connman-1.28/src/timezone.c:inotify_data() bytes read 32
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() buf 0x7eaafac0 len 3568
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() NEWLINK len 1148 type 16 flags 0x0002 seq 0 pid 405
connmand[405]: /connman-1.28/src/ipconfig.c:__connman_ipconfig_newlink() index 1
connmand[405]: lo {newlink} index 1 address 00:00:00:00:00:00 mtu 65536
connmand[405]: lo {newlink} index 1 operstate 0 <UNKNOWN>
connmand[405]: /connman-1.28/src/detect.c:detect_newlink() type 772 index 1
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() NEWLINK len 1156 type 16 flags 0x0002 seq 0 pid 405
connmand[405]: /connman-1.28/src/ipconfig.c:__connman_ipconfig_newlink() index 2
connmand[405]: eth0 {create} index 2 type 1 <ETHER>
connmand[405]: eth0 {RX} 992 packets 98779 bytes
connmand[405]: eth0 {TX} 487 packets 73089 bytes
connmand[405]: eth0 {update} flags 36866 <DOWN>
connmand[405]: eth0 {newlink} index 2 address 00:14:2D:4A:C2:8F mtu 1500
connmand[405]: eth0 {newlink} index 2 operstate 2 <DOWN>
connmand[405]: /connman-1.28/src/detect.c:detect_newlink() type 1 index 2
connmand[405]: /connman-1.28/src/device.c:connman_device_create() node 00142d4ac28f type 1
connmand[405]: /connman-1.28/src/device.c:connman_device_create() device 0x1b46a00
connmand[405]: /connman-1.28/src/device.c:connman_device_set_string() device 0x1b46a00 key Address value 00:14:2D:4A:C2:8F
connmand[405]: /connman-1.28/src/device.c:connman_device_register() device 0x1b46a00 name Ethernet
connmand[405]: /connman-1.28/src/device.c:connman_device_register() driver 0x7c1f0 name ethernet
connmand[405]: /connman-1.28/plugins/ethernet.c:eth_dev_probe() device 0x1b46a00
connmand[405]: /connman-1.28/src/rtnl.c:connman_rtnl_add_newlink_watch() id 1
connmand[405]: /connman-1.28/plugins/ethernet.c:ethernet_newlink() index 2 flags 36866 change 0
connmand[405]: /connman-1.28/src/technology.c:__connman_technology_add_device() device 0x1b46a00 type Wired
connmand[405]: /connman-1.28/src/technology.c:technology_get() type 2
connmand[405]: /connman-1.28/src/technology.c:technology_find() type 2
connmand[405]: /connman-1.28/src/technology.c:technology_get() technology (nil) driver 0x7c1b0
connmand[405]: /connman-1.28/src/technology.c:technology_load() technology 0x1b46a98
connmand[405]: /connman-1.28/src/storage.c:storage_load() Loading /var/lib/connman/settings
connmand[405]: /connman-1.28/src/technology.c:technology_get() technology 0x1b46a98 Wired
connmand[405]: /connman-1.28/src/device.c:__connman_device_enable() device 0x1b46a00
connmand[405]: /connman-1.28/plugins/ethernet.c:eth_dev_enable() device 0x1b46a00
connmand[405]: /connman-1.28/src/device.c:connman_device_set_powered() driver 0x1b46a00 powered 1
connmand[405]: /connman-1.28/src/technology.c:technology_find() type 2
connmand[405]: /connman-1.28/src/technology.c:__connman_technology_enabled() technology 0x1b46a98 type Wired rfkill 0 enabled 0
connmand[405]: /connman-1.28/src/device.c:connman_device_set_disconnected() device 0x1b46a00 disconnected 0
connmand[405]: /connman-1.28/src/technology.c:technology_find() type 2
connmand[405]: /connman-1.28/src/technology.c:__connman_technology_enabled() technology 0x1b46a98 type Wired rfkill 0 enabled 1
connmand[405]: Adding interface eth0 [ ethernet ]
connmand[405]: /connman-1.28/src/technology.c:technology_find() type 2
connmand[405]: /connman-1.28/plugins/ethernet.c:eth_tech_add_interface() index 2 name eth0 ident 00142d4ac28f
connmand[405]: /connman-1.28/plugins/ethernet.c:ethernet_newlink() index 2 flags 36866 change 0
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() NEWLINK len 1264 type 16 flags 0x0002 seq 0 pid 405
connmand[405]: sit0 {newlink} index 3 address 00:00:00:00:08:00 mtu 1480
connmand[405]: sit0 {newlink} index 3 operstate 2 <DOWN>
connmand[405]: /connman-1.28/src/detect.c:detect_newlink() type 776 index 3
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() buf 0x7eaafac0 len 1156
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() NEWLINK len 1156 type 16 flags 0x0002 seq 0 pid 405
connmand[405]: /connman-1.28/src/ipconfig.c:__connman_ipconfig_newlink() index 4
connmand[405]: usb0 {create} index 4 type 1 <ETHER>
connmand[405]: usb0 {update} flags 36866 <DOWN>
connmand[405]: usb0 {newlink} index 4 address 00:14:2D:FF:FF:FF mtu 1500
connmand[405]: usb0 {newlink} index 4 operstate 2 <DOWN>
connmand[405]: /connman-1.28/src/device.c:__connman_device_isfiltered() ignoring device usb0 (blacklist)
connmand[405]: /connman-1.28/src/detect.c:detect_newlink() type 1 index 4
connmand[405]: /connman-1.28/src/device.c:__connman_device_isfiltered() ignoring device usb0 (blacklist)
connmand[405]: Ignoring interface usb0 (filtered)
connmand[405]: Adding interface usb0 [ gadget ]
connmand[405]: /connman-1.28/src/technology.c:technology_find() type 8
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() buf 0x7eaafac0 len 1156
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() NEWLINK len 1156 type 16 flags 0x0000 seq 0 pid 0
connmand[405]: /connman-1.28/src/ipconfig.c:__connman_ipconfig_newlink() index 2
connmand[405]: eth0 {RX} 992 packets 98779 bytes
connmand[405]: eth0 {TX} 487 packets 73089 bytes
connmand[405]: eth0 {update} flags 102467 <UP,RUNNING,LOWER_UP>
connmand[405]: /connman-1.28/src/ipconfig.c:__connman_ipconfig_lower_up() ipconfig ipv4 (nil) ipv6 (nil)
connmand[405]: eth0 {newlink} index 2 address 00:14:2D:4A:C2:8F mtu 1500
connmand[405]: eth0 {newlink} index 2 operstate 6 <UP>
connmand[405]: /connman-1.28/src/detect.c:detect_newlink() type 1 index 2
connmand[405]: /connman-1.28/plugins/ethernet.c:ethernet_newlink() index 2 flags 102467 change 1
connmand[405]: /connman-1.28/plugins/ethernet.c:ethernet_newlink() power on
connmand[405]: /connman-1.28/src/device.c:connman_device_set_powered() driver 0x1b46a00 powered 1
connmand[405]: /connman-1.28/plugins/ethernet.c:ethernet_newlink() carrier on
connmand[405]: /connman-1.28/src/network.c:connman_network_create() identifier carrier type 1
connmand[405]: /connman-1.28/src/network.c:connman_network_create() network 0x1b455f0
connmand[405]: /connman-1.28/src/network.c:connman_network_set_name() network 0x1b455f0 name Wired
connmand[405]: /connman-1.28/src/device.c:connman_device_add_network() device 0x1b46a00 network 0x1b455f0
connmand[405]: /connman-1.28/src/network.c:connman_network_ref_debug() 0x1b455f0 name Wired ref 2 by /connman-1.28/src/device.c:859:connman_device_add_network()
connmand[405]: /connman-1.28/src/network.c:network_probe() network 0x1b455f0 name Wired
connmand[405]: /connman-1.28/src/network.c:network_probe() driver 0x7c1d4 name cable
connmand[405]: /connman-1.28/plugins/ethernet.c:eth_network_probe() network 0x1b455f0
connmand[405]: /connman-1.28/src/network.c:network_probe() network 0x1b455f0 name Wired
connmand[405]: /connman-1.28/src/network.c:network_probe() driver 0x7c1d4 name cable
connmand[405]: /connman-1.28/plugins/ethernet.c:eth_network_probe() network 0x1b455f0
connmand[405]: /connman-1.28/src/service.c:__connman_service_create_from_network() network 0x1b455f0
connmand[405]: /connman-1.28/src/service.c:connman_service_create() service 0x1b47858
connmand[405]: /connman-1.28/src/service.c:service_initialize() service 0x1b47858
connmand[405]: /connman-1.28/src/service.c:service_get() service 0x1b47858
connmand[405]: /connman-1.28/src/service.c:update_from_network() service 0x1b47858 network 0x1b455f0
connmand[405]: /connman-1.28/src/network.c:connman_network_get_string() network 0x1b455f0 key Name
connmand[405]: /connman-1.28/src/network.c:connman_network_get_bool() network 0x1b455f0 key Roaming
connmand[405]: /connman-1.28/src/network.c:connman_network_get_string() network 0x1b455f0 key WiFi.Security
connmand[405]: /connman-1.28/src/network.c:connman_network_ref_debug() 0x1b455f0 name Wired ref 3 by /connman-1.28/src/service.c:6644:update_from_network()
connmand[405]: /connman-1.28/src/ipconfig.c:__connman_ipconfig_create() index 2
connmand[405]: /connman-1.28/src/ipconfig.c:__connman_ipconfig_create() ipconfig 0x1b46dd0
connmand[405]: /connman-1.28/src/ipconfig.c:create_ipv6config() index 2
connmand[405]: /connman-1.28/src/ipconfig.c:create_ipv6config() ipconfig 0x1b479d0 method auto
connmand[405]: /connman-1.28/src/service.c:service_register() service 0x1b47858
connmand[405]: /connman-1.28/src/service.c:service_register() path /net/connman/service/ethernet_00142d4ac28f_cable
connmand[405]: /connman-1.28/src/config.c:__connman_config_provision_service() service 0x1b47858 type 2
connmand[405]: /connman-1.28/src/config.c:try_provision_service() network 0x1b455f0 ident carrier
connmand[405]: /connman-1.28/src/service.c:service_load() service 0x1b47858
connmand[405]: /connman-1.28/src/storage.c:storage_load() Loading /var/lib/connman/ethernet_00142d4ac28f_cable/settings
connmand[405]: /connman-1.28/src/ipconfig.c:__connman_ipconfig_load() ipconfig 0x1b46dd0 identifier ethernet_00142d4ac28f_cable
connmand[405]: /connman-1.28/src/ipconfig.c:__connman_ipconfig_load() ipconfig 0x1b479d0 identifier ethernet_00142d4ac28f_cable
connmand[405]: /connman-1.28/src/connection.c:update_order() 
connmand[405]: /connman-1.28/src/connection.c:__connman_connection_update_gateway() default (nil)
connmand[405]: /connman-1.28/src/service.c:__connman_service_auto_connect() 
connmand[405]: /connman-1.28/src/service.c:service_schedule_added() service 0x1b47858
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() buf 0x7eaafac0 len 116
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() NEWROUTE len 116 type 24 flags 0x0000 seq 0 pid 0
connmand[405]: /connman-1.28/src/ipconfig.c:__connman_ipconfig_newroute() index 2
connmand[405]: eth0 {add} route ff00:: gw :: scope 0 <UNIVERSE>
connmand[405]: /connman-1.28/src/service.c:run_auto_connect() 
connmand[405]: /connman-1.28/src/service.c:preferred_tech_add_by_type() type 2 service 0x1b47858 Wired
connmand[405]: /connman-1.28/src/service.c:auto_connect_service() preferred 1 sessions 0 reason auto
connmand[405]: /connman-1.28/src/service.c:auto_connect_service() service 0x1b47858 Wired preferred
connmand[405]: /connman-1.28/src/service.c:__connman_service_connect() service 0x1b47858 state idle connect reason none -> auto
connmand[405]: /connman-1.28/src/service.c:__connman_service_clear_error() service 0x1b47858
connmand[405]: /connman-1.28/src/stats.c:__connman_stats_service_register() service 0x1b47858
connmand[405]: /connman-1.28/src/stats.c:stats_open() file 0x1b47b00 name /var/lib/connman/ethernet_00142d4ac28f_cable/data
connmand[405]: /connman-1.28/src/stats.c:stats_file_setup() file 0x1b47b00 fd 17 name /var/lib/connman/ethernet_00142d4ac28f_cable/data
connmand[405]: /connman-1.28/src/stats.c:stats_file_remap() file 0x1b47b00 size 4096 addr (nil) len 0
connmand[405]: /connman-1.28/src/ipconfig.c:__connman_ipconfig_enable() ipconfig 0x1b46dd0
connmand[405]: /connman-1.28/src/ipconfig.c:__connman_ipconfig_ref_debug() 0x1b46dd0 ref 2 by /connman-1.28/src/ipconfig.c:1628:__connman_ipconfig_enable()
connmand[405]: /connman-1.28/src/service.c:service_up() eth0 up
connmand[405]: /connman-1.28/src/service.c:allow_property_changed() no property updates for service 0x1b47858
connmand[405]: /connman-1.28/src/service.c:service_lower_up() eth0 lower up
connmand[405]: /connman-1.28/src/service.c:stats_start() service 0x1b47858
connmand[405]: /connman-1.28/src/ipconfig.c:__connman_ipconfig_enable() ipconfig 0x1b479d0
connmand[405]: /connman-1.28/src/ipconfig.c:__connman_ipconfig_ref_debug() 0x1b479d0 ref 2 by /connman-1.28/src/ipconfig.c:1630:__connman_ipconfig_enable()
connmand[405]: /connman-1.28/src/ipconfig.c:enable_ipv6() 
connmand[405]: /connman-1.28/src/service.c:service_up() eth0 up
connmand[405]: /connman-1.28/src/service.c:allow_property_changed() no property updates for service 0x1b47858
connmand[405]: /connman-1.28/src/service.c:service_lower_up() eth0 lower up
connmand[405]: /connman-1.28/src/service.c:stats_start() service 0x1b47858
connmand[405]: /connman-1.28/src/network.c:__connman_network_connect() network 0x1b455f0
connmand[405]: /connman-1.28/src/device.c:__connman_device_disconnect() device 0x1b46a00
connmand[405]: /connman-1.28/src/device.c:connman_device_set_disconnected() device 0x1b46a00 disconnected 1
connmand[405]: Skipping disconnect of carrier, network is connecting.
connmand[405]: /connman-1.28/plugins/ethernet.c:eth_network_connect() network 0x1b455f0
connmand[405]: /connman-1.28/src/network.c:connman_network_set_connected() network 0x1b455f0 connected 0/1 connecting 1 associating 0
connmand[405]: /connman-1.28/src/network.c:set_connected() service 0x1b47858 ipv4 0x1b46dd0 ipv6 0x1b479d0
connmand[405]: /connman-1.28/src/network.c:set_connected() method ipv4 4 ipv6 5
connmand[405]: /connman-1.28/src/network.c:autoconf_ipv6_set() network 0x1b455f0
connmand[405]: /connman-1.28/src/network.c:connman_network_get_string() network 0x1b455f0 key Name
connmand[405]: /connman-1.28/src/device.c:connman_device_set_disconnected() device 0x1b46a00 disconnected 0
connmand[405]: /connman-1.28/src/ipconfig.c:__connman_ipconfig_address_remove() 
connmand[405]: /connman-1.28/src/ipconfig.c:__connman_ipconfig_address_remove() method 5
connmand[405]: /connman-1.28/src/ipconfig.c:__connman_ipconfig_address_unset() 
connmand[405]: /connman-1.28/src/ipconfig.c:__connman_ipconfig_address_unset() method 5
connmand[405]: /connman-1.28/src/inet.c:connman_inet_clear_ipv6_address() index 2 address (null) prefix_len 0
connmand[405]: /connman-1.28/src/network.c:connman_network_ref_debug() 0x1b455f0 name Wired ref 4 by /connman-1.28/src/network.c:619:autoconf_ipv6_set()
connmand[405]: /connman-1.28/src/inet.c:__connman_inet_ipv6_send_rs() sock 18
connmand[405]: /connman-1.28/src/inet.c:ndisc_send_unspec() 
connmand[405]: /connman-1.28/src/network.c:set_connected_dhcp() network 0x1b455f0
connmand[405]: /connman-1.28/src/network.c:set_configuration() network 0x1b455f0
connmand[405]: /connman-1.28/src/device.c:connman_device_set_disconnected() device 0x1b46a00 disconnected 0
connmand[405]: /connman-1.28/src/service.c:__connman_service_ipconfig_indicate_state() service 0x1b47858 (ethernet_00142d4ac28f_cable) old state 1 (idle) new state 3 (configuration) type 1 (IPv4)
connmand[405]: /connman-1.28/src/ipconfig.c:__connman_ipconfig_enable() ipconfig 0x1b46dd0
connmand[405]: /connman-1.28/src/service.c:service_indicate_state() service 0x1b47858 old idle - new configuration/idle => configuration
connmand[405]: /connman-1.28/src/session.c:service_state_changed() service 0x1b47858 state 3
connmand[405]: /connman-1.28/src/notifier.c:notify_idle_state() idle 0
connmand[405]: /connman-1.28/src/manager.c:idle_state() idle 0
connmand[405]: /connman-1.28/src/service.c:allow_property_changed() no property updates for service 0x1b47858
connmand[405]: /connman-1.28/src/stats.c:__connman_stats_service_register() service 0x1b47858
connmand[405]: /connman-1.28/src/connection.c:update_order() 
connmand[405]: /connman-1.28/src/connection.c:__connman_connection_update_gateway() default (nil)
connmand[405]: /connman-1.28/src/dhcp.c:__connman_dhcp_start() 
connmand[405]: /connman-1.28/src/ipconfig.c:__connman_ipconfig_ref_debug() 0x1b46dd0 ref 3 by /connman-1.28/src/dhcp.c:624:__connman_dhcp_start()
connmand[405]: /connman-1.28/src/network.c:connman_network_ref_debug() 0x1b455f0 name Wired ref 5 by /connman-1.28/src/dhcp.c:628:__connman_dhcp_start()
connmand[405]: /connman-1.28/src/dhcp.c:dhcp_initialize() dhcp 0x1b42768
connmand[405]: /connman-1.28/src/utsname.c:connman_utsname_get_hostname() 
connmand[405]: /connman-1.28/src/utsname.c:connman_utsname_get_hostname() driver 0x7c17c name loopback
connmand[405]: /connman-1.28/src/network.c:connman_network_set_associating() network 0x1b455f0 associating 0
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() buf 0x7eaafac0 len 116
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() NEWROUTE len 116 type 24 flags 0x0000 seq 0 pid 0
connmand[405]: /connman-1.28/src/ipconfig.c:__connman_ipconfig_newroute() index 2
connmand[405]: eth0 {add} route fe80:: gw :: scope 0 <UNIVERSE>
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() buf 0x7eaafac0 len 20
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() DONE len 20 type 3 flags 0x0002 seq 0 pid 405
connmand[405]: /connman-1.28/src/rtnl.c:process_response() seq 0
connmand[405]: /connman-1.28/src/rtnl.c:send_request() GETADDR len 17 type 22 flags 0x0301 seq 1
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() buf 0x7eaafac0 len 116
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() NEWROUTE len 116 type 24 flags 0x0000 seq 0 pid 0
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() buf 0x7eaafac0 len 76
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() NEWADDR len 76 type 20 flags 0x0002 seq 1 pid 405
connmand[405]: /connman-1.28/src/ipconfig.c:__connman_ipconfig_newaddr() index 1
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() buf 0x7eaafac0 len 20
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() DONE len 20 type 3 flags 0x0002 seq 1 pid 405
connmand[405]: /connman-1.28/src/rtnl.c:process_response() seq 1
connmand[405]: /connman-1.28/src/rtnl.c:send_request() GETROUTE len 17 type 26 flags 0x0301 seq 2
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() buf 0x7eaafac0 len 240
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() NEWROUTE len 60 type 24 flags 0x0002 seq 2 pid 405
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() NEWROUTE len 60 type 24 flags 0x0002 seq 2 pid 405
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() NEWROUTE len 60 type 24 flags 0x0002 seq 2 pid 405
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() NEWROUTE len 60 type 24 flags 0x0002 seq 2 pid 405
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() buf 0x7eaafac0 len 20
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() DONE len 20 type 3 flags 0x0002 seq 2 pid 405
connmand[405]: /connman-1.28/src/rtnl.c:process_response() seq 2
connmand[405]: /connman-1.28/plugins/wifi.c:system_ready() 
connmand[405]: /connman-1.28/src/device.c:connman_device_driver_register() driver 0x7c32c name wifi
connmand[405]: /connman-1.28/src/device.c:probe_driver() driver 0x7c32c name wifi
connmand[405]: /connman-1.28/src/machine.c:machine_property_changed() Property Hostname
connmand[405]: /connman-1.28/src/machine.c:machine_property_changed() Property StaticHostname
connmand[405]: /connman-1.28/src/machine.c:machine_property_changed() Property PrettyHostname
connmand[405]: /connman-1.28/src/machine.c:machine_property_changed() Property IconName
connmand[405]: /connman-1.28/src/machine.c:machine_property_changed() Property Chassis
connmand[405]: /connman-1.28/src/machine.c:machine_property_changed() Machine type set to 
connmand[405]: /connman-1.28/src/machine.c:machine_property_changed() Property Deployment
connmand[405]: /connman-1.28/src/machine.c:machine_property_changed() Property Location
connmand[405]: /connman-1.28/src/machine.c:machine_property_changed() Property KernelName
connmand[405]: /connman-1.28/src/machine.c:machine_property_changed() Property KernelRelease
connmand[405]: /connman-1.28/src/machine.c:machine_property_changed() Property KernelVersion
connmand[405]: /connman-1.28/src/machine.c:machine_property_changed() Property OperatingSystemPrettyName
connmand[405]: /connman-1.28/src/machine.c:machine_property_changed() Property OperatingSystemCPEName
connmand[405]: /connman-1.28/src/service.c:service_send_changed() 
connmand[405]: /connman-1.28/src/service.c:service_append_added_foreach() new /net/connman/service/ethernet_00142d4ac28f_cable
connmand[405]: /connman-1.28/src/ipconfig.c:__connman_ipconfig_append_ipv4config() 
connmand[405]: /connman-1.28/src/ipconfig.c:__connman_ipconfig_append_ipv6config() 
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() buf 0x7eaafac0 len 72
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() NEWADDR len 72 type 20 flags 0x0000 seq 0 pid 0
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() buf 0x7eaafac0 len 116
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() NEWROUTE len 116 type 24 flags 0x0000 seq 0 pid 0
connmand[405]: /connman-1.28/src/dnsproxy.c:udp_listener_event() Received 34 bytes (id 0xc613)
connmand[405]: /connman-1.28/src/dnsproxy.c:parse_request() id 0xc613 qr 0 opcode 0 qdcount 1 arcount 0
connmand[405]: /connman-1.28/src/dnsproxy.c:parse_request() query time3.google.com.
connmand[405]: /connman-1.28/src/dnsproxy.c:send_response() sk 11
connmand[405]: /connman-1.28/src/dnsproxy.c:send_response() id 0xc613 qr 0 opcode 0
connmand[405]: /connman-1.28/src/dnsproxy.c:udp_listener_event() Received 34 bytes (id 0xc613)
connmand[405]: /connman-1.28/src/dnsproxy.c:parse_request() id 0xc613 qr 0 opcode 0 qdcount 1 arcount 0
connmand[405]: /connman-1.28/src/dnsproxy.c:parse_request() query time3.google.com.
connmand[405]: /connman-1.28/src/dnsproxy.c:send_response() sk 12
connmand[405]: /connman-1.28/src/dnsproxy.c:send_response() id 0xc613 qr 0 opcode 0
connmand[405]: /connman-1.28/src/dnsproxy.c:udp_listener_event() Received 34 bytes (id 0xf29f)
connmand[405]: /connman-1.28/src/dnsproxy.c:parse_request() id 0xf29f qr 0 opcode 0 qdcount 1 arcount 0
connmand[405]: /connman-1.28/src/dnsproxy.c:parse_request() query time3.google.com.
connmand[405]: /connman-1.28/src/dnsproxy.c:send_response() sk 11
connmand[405]: /connman-1.28/src/dnsproxy.c:send_response() id 0xf29f qr 0 opcode 0
connmand[405]: /connman-1.28/src/dnsproxy.c:udp_listener_event() Received 34 bytes (id 0xf29f)
connmand[405]: /connman-1.28/src/dnsproxy.c:parse_request() id 0xf29f qr 0 opcode 0 qdcount 1 arcount 0
connmand[405]: /connman-1.28/src/dnsproxy.c:parse_request() query time3.google.com.
connmand[405]: /connman-1.28/src/dnsproxy.c:send_response() sk 12
connmand[405]: /connman-1.28/src/dnsproxy.c:send_response() id 0xf29f qr 0 opcode 0
connmand[405]: /connman-1.28/src/dnsproxy.c:udp_listener_event() Received 34 bytes (id 0xb511)
connmand[405]: /connman-1.28/src/dnsproxy.c:parse_request() id 0xb511 qr 0 opcode 0 qdcount 1 arcount 0
connmand[405]: /connman-1.28/src/dnsproxy.c:parse_request() query time4.google.com.
connmand[405]: /connman-1.28/src/dnsproxy.c:send_response() sk 11
connmand[405]: /connman-1.28/src/dnsproxy.c:send_response() id 0xb511 qr 0 opcode 0
connmand[405]: /connman-1.28/src/dnsproxy.c:udp_listener_event() Received 34 bytes (id 0xb511)
connmand[405]: /connman-1.28/src/dnsproxy.c:parse_request() id 0xb511 qr 0 opcode 0 qdcount 1 arcount 0
connmand[405]: /connman-1.28/src/dnsproxy.c:parse_request() query time4.google.com.
connmand[405]: /connman-1.28/src/dnsproxy.c:send_response() sk 12
connmand[405]: /connman-1.28/src/dnsproxy.c:send_response() id 0xb511 qr 0 opcode 0
connmand[405]: /connman-1.28/src/dnsproxy.c:udp_listener_event() Received 34 bytes (id 0xab38)
connmand[405]: /connman-1.28/src/dnsproxy.c:parse_request() id 0xab38 qr 0 opcode 0 qdcount 1 arcount 0
connmand[405]: /connman-1.28/src/dnsproxy.c:parse_request() query time4.google.com.
connmand[405]: /connman-1.28/src/dnsproxy.c:send_response() sk 11
connmand[405]: /connman-1.28/src/dnsproxy.c:send_response() id 0xab38 qr 0 opcode 0
connmand[405]: /connman-1.28/src/dnsproxy.c:udp_listener_event() Received 34 bytes (id 0xab38)
connmand[405]: /connman-1.28/src/dnsproxy.c:parse_request() id 0xab38 qr 0 opcode 0 qdcount 1 arcount 0
connmand[405]: /connman-1.28/src/dnsproxy.c:parse_request() query time4.google.com.
connmand[405]: /connman-1.28/src/dnsproxy.c:send_response() sk 12
connmand[405]: /connman-1.28/src/dnsproxy.c:send_response() id 0xab38 qr 0 opcode 0
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() buf 0x7eaafac0 len 116
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() NEWROUTE len 116 type 24 flags 0x0000 seq 0 pid 0
connmand[405]: /connman-1.28/src/inet.c:rs_timeout_cb() user data 0x1b47de8
connmand[405]: /connman-1.28/src/network.c:check_dhcpv6() reply (nil)
connmand[405]: /connman-1.28/src/network.c:check_dhcpv6() re-send router solicitation 3
connmand[405]: /connman-1.28/src/inet.c:__connman_inet_ipv6_send_rs() sock 21
connmand[405]: /connman-1.28/src/inet.c:ndisc_send_unspec() 
connmand[405]: /connman-1.28/src/inet.c:rs_timeout_cb() user data 0x1b47d78
connmand[405]: /connman-1.28/src/network.c:check_dhcpv6() reply (nil)
connmand[405]: /connman-1.28/src/network.c:check_dhcpv6() re-send router solicitation 2
connmand[405]: /connman-1.28/src/inet.c:__connman_inet_ipv6_send_rs() sock 18
connmand[405]: /connman-1.28/src/inet.c:ndisc_send_unspec() 
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() buf 0x7eaafac0 len 116
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() NEWROUTE len 116 type 24 flags 0x0000 seq 0 pid 0
connmand[405]: /connman-1.28/src/inet.c:icmpv6_event() 
connmand[405]: /connman-1.28/src/inet.c:icmpv6_recv() 
connmand[405]: /connman-1.28/src/inet.c:icmpv6_recv() code 0 len 64 hdr 16
connmand[405]: /connman-1.28/src/network.c:check_dhcpv6() reply 0x7eab04b4
connmand[405]: /connman-1.28/src/inet.c:__connman_inet_ipv6_get_prefixes() prefix 2003:88:af70:e089::/64
connmand[405]: /connman-1.28/src/service.c:connman_service_create_ip6config() ipv6 0x1b479d0
connmand[405]: /connman-1.28/src/service.c:__connman_service_ipconfig_indicate_state() service 0x1b47858 (ethernet_00142d4ac28f_cable) old state 1 (idle) new state 3 (configuration) type 2 (IPv6)
connmand[405]: /connman-1.28/src/ipconfig.c:__connman_ipconfig_enable() ipconfig 0x1b479d0
connmand[405]: /connman-1.28/src/service.c:service_indicate_state() service 0x1b47858 old configuration - new configuration/configuration => configuration
connmand[405]: /connman-1.28/src/dhcpv6.c:__connman_dhcpv6_start_info() 
connmand[405]: /connman-1.28/src/network.c:connman_network_ref_debug() 0x1b455f0 name Wired ref 6 by /connman-1.28/src/dhcpv6.c:1635:__connman_dhcpv6_start_info()
connmand[405]: /connman-1.28/src/dhcpv6.c:__connman_dhcpv6_start_info() replace network 0x1b455f0 dhcp 0x1b47de8
connmand[405]: /connman-1.28/src/network.c:connman_network_unref_debug() 0x1b455f0 name Wired ref 5 by /connman-1.28/src/network.c:527:check_dhcpv6()
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() buf 0x7eaafac0 len 116
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() NEWROUTE len 116 type 24 flags 0x0000 seq 0 pid 0
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() buf 0x7eaafac0 len 116
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() NEWROUTE len 116 type 24 flags 0x0000 seq 0 pid 0
connmand[405]: /connman-1.28/src/ipconfig.c:__connman_ipconfig_newroute() index 2
connmand[405]: eth0 {add} route 2003:88:af70:e089:: gw :: scope 0 <UNIVERSE>
connmand[405]: /connman-1.28/src/dhcpv6.c:start_info_req() info initial RT timeout 1063 msec
connmand[405]: /connman-1.28/src/dhcpv6.c:dhcpv6_info_request() dhcp 0x1b47de8
connmand[405]: /connman-1.28/src/storage.c:storage_load() Loading /var/lib/connman/ethernet_00142d4ac28f_cable/settings
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() buf 0x7eaafac0 len 128
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() NEWROUTE len 128 type 24 flags 0x0000 seq 0 pid 0
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() buf 0x7eaafac0 len 128
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() NEWROUTE len 128 type 24 flags 0x0000 seq 0 pid 0
connmand[405]: /connman-1.28/src/dhcpv6.c:info_req_cb() dhcpv6 information-request 0x1b47de8
connmand[405]: /connman-1.28/src/service.c:__connman_service_nameserver_append() service 0x1b47858 nameserver fe80::1 auto 0
connmand[405]: /connman-1.28/src/network.c:dhcpv6_info_callback() status 1
connmand[405]: /connman-1.28/src/dhcpv6.c:__connman_dhcpv6_stop() 
connmand[405]: /connman-1.28/src/dhcpv6.c:remove_network() dhcp 0x1b47de8
connmand[405]: /connman-1.28/src/dhcpv6.c:dhcpv6_release() dhcp 0x1b47de8
connmand[405]: /connman-1.28/src/network.c:connman_network_unref_debug() 0x1b455f0 name Wired ref 4 by /connman-1.28/src/dhcpv6.c:1852:__connman_dhcpv6_stop()
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() buf 0x7eaafac0 len 72
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() NEWADDR len 72 type 20 flags 0x0000 seq 0 pid 0
connmand[405]: /connman-1.28/src/ipconfig.c:__connman_ipconfig_newaddr() index 2
connmand[405]: eth0 {add} address 2003:88:af70:e089:214:2dff:fe4a:c28f/64 label (null) family 10
connmand[405]: /connman-1.28/src/service.c:service_ip_bound() eth0 ip bound
connmand[405]: /connman-1.28/src/service.c:service_ip_bound() service 0x1b47858 ipconfig 0x1b479d0 type 2 method 5
connmand[405]: /connman-1.28/src/service.c:__connman_service_ipconfig_indicate_state() service 0x1b47858 (ethernet_00142d4ac28f_cable) old state 3 (configuration) new state 4 (ready) type 2 (IPv6)
connmand[405]: /connman-1.28/src/wispr.c:__connman_wispr_start() service 0x1b47858
connmand[405]: /connman-1.28/src/wispr.c:wispr_portal_detect() wispr/portal context 0x1b41a88
connmand[405]: /connman-1.28/src/wispr.c:wispr_portal_detect() service 0x1b47858
connmand[405]: /connman-1.28/src/wispr.c:wispr_portal_detect() interface eth0
connmand[405]: /connman-1.28/src/proxy.c:connman_proxy_lookup() interface eth0 url http://ipv6.connman.net/online/status.html
connmand[405]: /connman-1.28/src/service.c:connman_service_ref_debug() 0x1b47858 ref 2 by /connman-1.28/src/proxy.c:124:connman_proxy_lookup()
connmand[405]: /connman-1.28/src/proxy.c:connman_proxy_lookup() token 1
connmand[405]: /connman-1.28/src/resolver.c:connman_resolver_remove() index 2 domain (null) server fe80::1
connmand[405]: /connman-1.28/src/resolver.c:connman_resolver_append() index 2 domain (null) server fe80::1
connmand[405]: /connman-1.28/src/resolver.c:append_resolver() index 2 domain (null) server fe80::1 lifetime 0 flags 0
connmand[405]: /connman-1.28/src/dnsproxy.c:__connman_dnsproxy_append() index 2 server fe80::1
connmand[405]: /connman-1.28/src/dnsproxy.c:find_server() index 2 server fe80::1 proto 17
connmand[405]: /connman-1.28/src/dnsproxy.c:create_server() index 2 server fe80::1
connmand[405]: /connman-1.28/src/dnsproxy.c:server_create_socket() index 2 server fe80::1 proto 17
connmand[405]: /connman-1.28/src/dnsproxy.c:server_create_socket() sk 21
connmand[405]: /connman-1.28/src/service.c:service_indicate_state() service 0x1b47858 old configuration - new configuration/ready => ready
connmand[405]: /connman-1.28/src/session.c:service_state_changed() service 0x1b47858 state 4
connmand[405]: /connman-1.28/src/service.c:default_changed() current default (nil) 
connmand[405]: /connman-1.28/src/service.c:default_changed() new default 0x1b47858 ethernet_00142d4ac28f_cable
connmand[405]: /connman-1.28/plugins/pacrunner.c:default_service_changed() service 0x1b47858
connmand[405]: /connman-1.28/src/timeserver.c:timeserver_start() service 0x1b47858
connmand[405]: /connman-1.28/src/ntp.c:__connman_ntp_stop() 
connmand[405]: /connman-1.28/src/storage.c:storage_load() Loading /var/lib/connman/settings
connmand[405]: /connman-1.28/src/timeserver.c:__connman_timeserver_sync() No timeservers set.
connmand[405]: /connman-1.28/src/dnsproxy.c:dnsproxy_default_changed() service 0x1b47858
connmand[405]: /connman-1.28/src/dnsproxy.c:cache_invalidate() Invalidating the DNS cache 0x1b39440
connmand[405]: /connman-1.28/src/dnsproxy.c:dnsproxy_default_changed() Enabling DNS server fe80::1
connmand[405]: /connman-1.28/src/nat.c:update_default_interface() interface eth0
connmand[405]: /connman-1.28/src/service.c:service_save() service 0x1b47858 new 0
connmand[405]: /connman-1.28/src/storage.c:storage_load() Loading /var/lib/connman/ethernet_00142d4ac28f_cable/settings
connmand[405]: /connman-1.28/src/ipconfig.c:__connman_ipconfig_save() ipconfig 0x1b46dd0 identifier ethernet_00142d4ac28f_cable method dhcp
connmand[405]: /connman-1.28/src/ipconfig.c:__connman_ipconfig_save() ipconfig 0x1b479d0 identifier ethernet_00142d4ac28f_cable method auto
connmand[405]: /connman-1.28/src/service.c:append_nameservers() servers[0] fe80::1 available 1
connmand[405]: /connman-1.28/src/notifier.c:__connman_notifier_connect() type 2
connmand[405]: /connman-1.28/src/technology.c:technology_find() type 2
connmand[405]: /connman-1.28/src/technology.c:__connman_technology_set_connected() technology 0x1b46a98 connected 1
connmand[405]: /connman-1.28/src/connection.c:update_order() 
connmand[405]: /connman-1.28/src/connection.c:__connman_connection_update_gateway() default (nil)
connmand[405]: /connman-1.28/src/ipconfig.c:__connman_ipconfig_append_ipv6() 
connmand[405]: /connman-1.28/src/session.c:ipconfig_changed() service 0x1b47858 ipconfig 0x1b479d0
connmand[405]: /connman-1.28/src/resolver.c:__connman_resolver_redo_servers() index 2
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() buf 0x7eaafac0 len 116
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() NEWROUTE len 116 type 24 flags 0x0000 seq 0 pid 0
connmand[405]: /connman-1.28/plugins/pacrunner.c:request_lookup() 
connmand[405]: /connman-1.28/src/service.c:connman_service_ref_debug() 0x1b47858 ref 3 by /connman-1.28/plugins/pacrunner.c:401:request_lookup()
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() buf 0x7eaafac0 len 128
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() NEWROUTE len 128 type 24 flags 0x0000 seq 0 pid 0
connmand[405]: /connman-1.28/plugins/pacrunner.c:request_lookup_reply() 
connmand[405]: Failed to find URL:http://ipv6.connman.net/online/status.html
connmand[405]: /connman-1.28/src/proxy.c:connman_proxy_driver_lookup_notify() service 0x1b47858 url http://ipv6.connman.net/online/status.html result (null)
connmand[405]: /connman-1.28/src/wispr.c:proxy_callback() proxy (null)
connmand[405]: /connman-1.28/src/wispr.c:connman_wispr_message_init() 
connmand[405]: /connman-1.28/src/wispr.c:wispr_portal_request_portal() 
connmand[405]: /connman-1.28/src/service.c:connman_service_unref_debug() 0x1b47858 ref 2 by /connman-1.28/src/proxy.c:52:remove_lookup()
connmand[405]: /connman-1.28/src/service.c:connman_service_unref_debug() 0x1b47858 ref 1 by /connman-1.28/plugins/pacrunner.c:362:request_lookup_reply()
connmand[405]: /connman-1.28/src/wispr.c:wispr_route_request() address 2001:8d8:8b4:c861:5826:fa5f:6690:0 if 2 gw (null)
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() buf 0x7eaafac0 len 156
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() NEWROUTE len 156 type 24 flags 0x0000 seq 0 pid 0
connmand[405]: /connman-1.28/src/wispr.c:wispr_portal_web_result() 
connmand[405]: /connman-1.28/src/wispr.c:wispr_portal_web_result() 
connmand[405]: /connman-1.28/src/wispr.c:wispr_portal_web_result() status: 200
connmand[405]: /connman-1.28/src/wispr.c:portal_manage_status() 
connmand[405]: /connman-1.28/src/wispr.c:free_connman_wispr_portal_context() context 0x1b41a88
connmand[405]: /connman-1.28/src/wispr.c:connman_wispr_message_init() 
connmand[405]: /connman-1.28/src/service.c:__connman_service_ipconfig_indicate_state() service 0x1b47858 (ethernet_00142d4ac28f_cable) old state 4 (ready) new state 5 (online) type 2 (IPv6)
connmand[405]: /connman-1.28/src/resolver.c:connman_resolver_remove() index 2 domain (null) server fe80::1
connmand[405]: /connman-1.28/src/dnsproxy.c:__connman_dnsproxy_remove() index 2 server fe80::1
connmand[405]: /connman-1.28/src/dnsproxy.c:find_server() index 2 server fe80::1 proto 17
connmand[405]: /connman-1.28/src/dnsproxy.c:destroy_server() index 2 server fe80::1 sock 21
connmand[405]: /connman-1.28/src/dnsproxy.c:server_destroy_socket() index 2 server fe80::1 proto 17
connmand[405]: /connman-1.28/src/dnsproxy.c:destroy_server() Removing DNS server fe80::1
connmand[405]: /connman-1.28/src/dnsproxy.c:find_server() index 2 server fe80::1 proto 6
connmand[405]: /connman-1.28/src/resolver.c:connman_resolver_append() index 2 domain (null) server fe80::1
connmand[405]: /connman-1.28/src/resolver.c:append_resolver() index 2 domain (null) server fe80::1 lifetime 0 flags 0
connmand[405]: /connman-1.28/src/dnsproxy.c:__connman_dnsproxy_append() index 2 server fe80::1
connmand[405]: /connman-1.28/src/dnsproxy.c:find_server() index 2 server fe80::1 proto 17
connmand[405]: /connman-1.28/src/dnsproxy.c:create_server() index 2 server fe80::1
connmand[405]: /connman-1.28/src/dnsproxy.c:server_create_socket() index 2 server fe80::1 proto 17
connmand[405]: /connman-1.28/src/dnsproxy.c:server_create_socket() sk 18
connmand[405]: /connman-1.28/src/dnsproxy.c:create_server() Adding DNS server fe80::1
connmand[405]: /connman-1.28/src/service.c:service_indicate_state() service 0x1b47858 old ready - new configuration/online => online
connmand[405]: /connman-1.28/src/session.c:service_state_changed() service 0x1b47858 state 5
connmand[405]: /connman-1.28/src/connection.c:update_order() 
connmand[405]: /connman-1.28/src/connection.c:__connman_connection_update_gateway() default (nil)
connmand[405]: /connman-1.28/src/notifier.c:__connman_notifier_enter_online() type 2
connmand[405]: /connman-1.28/src/dhcp.c:lease_available_cb() Lease available
connmand[405]: /connman-1.28/src/dhcp.c:lease_available_cb() last address 192.168.2.107
connmand[405]: /connman-1.28/src/dhcp.c:lease_available_cb() c_address (null)
connmand[405]: /connman-1.28/src/ipconfig.c:__connman_ipconfig_set_gateway() 
connmand[405]: /connman-1.28/src/service.c:__connman_service_nameserver_append() service 0x1b47858 nameserver 192.168.2.1 auto 0
connmand[405]: /connman-1.28/src/resolver.c:connman_resolver_remove() index 2 domain (null) server fe80::1
connmand[405]: /connman-1.28/src/dnsproxy.c:__connman_dnsproxy_remove() index 2 server fe80::1
connmand[405]: /connman-1.28/src/dnsproxy.c:find_server() index 2 server fe80::1 proto 17
connmand[405]: /connman-1.28/src/dnsproxy.c:destroy_server() index 2 server fe80::1 sock 18
connmand[405]: /connman-1.28/src/dnsproxy.c:server_destroy_socket() index 2 server fe80::1 proto 17
connmand[405]: /connman-1.28/src/dnsproxy.c:destroy_server() Removing DNS server fe80::1
connmand[405]: /connman-1.28/src/dnsproxy.c:find_server() index 2 server fe80::1 proto 6
connmand[405]: /connman-1.28/src/resolver.c:connman_resolver_remove() index 2 domain (null) server 192.168.2.1
connmand[405]: /connman-1.28/src/resolver.c:connman_resolver_append() index 2 domain (null) server fe80::1
connmand[405]: /connman-1.28/src/resolver.c:append_resolver() index 2 domain (null) server fe80::1 lifetime 0 flags 0
connmand[405]: /connman-1.28/src/dnsproxy.c:__connman_dnsproxy_append() index 2 server fe80::1
connmand[405]: /connman-1.28/src/dnsproxy.c:find_server() index 2 server fe80::1 proto 17
connmand[405]: /connman-1.28/src/dnsproxy.c:create_server() index 2 server fe80::1
connmand[405]: /connman-1.28/src/dnsproxy.c:server_create_socket() index 2 server fe80::1 proto 17
connmand[405]: /connman-1.28/src/dnsproxy.c:server_create_socket() sk 18
connmand[405]: /connman-1.28/src/dnsproxy.c:create_server() Adding DNS server fe80::1
connmand[405]: /connman-1.28/src/resolver.c:connman_resolver_append() index 2 domain Speedport_W_724V_Typ_A_05011603_00_009 server (null)
connmand[405]: /connman-1.28/src/resolver.c:append_resolver() index 2 domain Speedport_W_724V_Typ_A_05011603_00_009 server (null) lifetime 0 flags 0
connmand[405]: /connman-1.28/src/dnsproxy.c:__connman_dnsproxy_append() index 2 server (null)
connmand[405]: /connman-1.28/src/dnsproxy.c:append_domain() index 2 domain Speedport_W_724V_Typ_A_05011603_00_009
connmand[405]: /connman-1.28/src/6to4.c:__connman_6to4_probe() service 0x1b47858
connmand[405]: /connman-1.28/src/network.c:connman_network_set_associating() network 0x1b455f0 associating 0
connmand[405]: /connman-1.28/src/network.c:dhcp_success() lease acquired for ipconfig 0x1b46dd0
connmand[405]: /connman-1.28/src/ipconfig.c:__connman_ipconfig_address_add() 
connmand[405]: /connman-1.28/src/inet.c:connman_inet_set_address() index 2 address 192.168.2.107 prefix_len 24
connmand[405]: /connman-1.28/src/inet.c:__connman_inet_modify_address() cmd 0x14 flags 0x104 index 2 family 2 address 192.168.2.107 peer (null) prefixlen 24 broadcast (null)
connmand[405]: /connman-1.28/src/ipconfig.c:__connman_ipconfig_gateway_add() 
connmand[405]: /connman-1.28/src/ipconfig.c:__connman_ipconfig_gateway_add() type 1 gw 192.168.2.1 peer (null)
connmand[405]: /connman-1.28/src/connection.c:__connman_connection_gateway_add() service 0x1b47858 index 2 gateway 192.168.2.1 vpn ip (null) type 1
connmand[405]: /connman-1.28/src/service.c:__connman_service_get_order() service 0x1b47858 name Wired order 1 split 0
connmand[405]: /connman-1.28/src/service.c:connman_service_ref_debug() 0x1b47858 ref 2 by /connman-1.28/src/connection.c:406:add_gateway()
connmand[405]: /connman-1.28/src/connection.c:find_active_gateway() 
connmand[405]: /connman-1.28/src/connection.c:__connman_connection_gateway_add() active (nil) index -1 new 0x1b42a98
connmand[405]: /connman-1.28/src/inet.c:connman_inet_add_network_route() index 2 host 192.168.2.1 gateway (null) netmask (null)
connmand[405]: /connman-1.28/src/inet.c:connman_inet_add_network_route() ifname eth0
connmand[405]: /connman-1.28/src/inet.c:connman_inet_add_ipv6_network_route() index 2 host fe80::1 gateway 192.168.2.1
connmand[405]: Set IPv6 host route error (Invalid argument)
connmand[405]: /connman-1.28/src/inet.c:connman_inet_add_ipv6_network_route() index 2 host fe80::1 gateway (null)
connmand[405]: /connman-1.28/src/inet.c:connman_inet_compare_subnet() host 192.168.2.1
connmand[405]: /connman-1.28/src/connection.c:set_default_gateway() type 1 gateway ipv4 0x1b42ab8 ipv6 (nil)
connmand[405]: /connman-1.28/src/inet.c:__connman_inet_rtnl_open() fd 21
connmand[405]: /connman-1.28/src/inet.c:__connman_inet_rtnl_talk() handle 0x7eaafce8 len 44
connmand[405]: /connman-1.28/src/inet.c:__connman_inet_rtnl_close() handle 0x7eaafce8
connmand[405]: /connman-1.28/src/service.c:__connman_service_indicate_default() service 0x1b47858 state online
connmand[405]: /connman-1.28/src/service.c:__connman_service_ipconfig_indicate_state() service 0x1b47858 (ethernet_00142d4ac28f_cable) old state 3 (configuration) new state 4 (ready) type 1 (IPv4)
connmand[405]: /connman-1.28/src/wpad.c:__connman_wpad_start() service 0x1b47858
connmand[405]: /connman-1.28/src/wpad.c:__connman_wpad_start() hostname wpad.Speedport_W_724V_Typ_A_05011603_00_009
connmand[405]: /connman-1.28/src/service.c:connman_service_ref_debug() 0x1b47858 ref 3 by /connman-1.28/src/wpad.c:178:__connman_wpad_start()
connmand[405]: /connman-1.28/src/service.c:service_rp_filter() connected ethernet_00142d4ac28f_cable ipconfig 0x1b46dd0 method 4 count 1 filter 0
connmand[405]: /connman-1.28/src/resolver.c:connman_resolver_remove() index 2 domain (null) server fe80::1
connmand[405]: /connman-1.28/src/dnsproxy.c:__connman_dnsproxy_remove() index 2 server fe80::1
connmand[405]: /connman-1.28/src/dnsproxy.c:find_server() index 2 server fe80::1 proto 17
connmand[405]: /connman-1.28/src/dnsproxy.c:destroy_server() index 2 server fe80::1 sock 18
connmand[405]: /connman-1.28/src/dnsproxy.c:server_destroy_socket() index 2 server fe80::1 proto 17
connmand[405]: /connman-1.28/src/dnsproxy.c:destroy_server() Removing DNS server fe80::1
connmand[405]: /connman-1.28/src/dnsproxy.c:find_server() index 2 server fe80::1 proto 6
connmand[405]: /connman-1.28/src/resolver.c:connman_resolver_remove() index 2 domain (null) server 192.168.2.1
connmand[405]: /connman-1.28/src/resolver.c:connman_resolver_append() index 2 domain (null) server 192.168.2.1
connmand[405]: /connman-1.28/src/resolver.c:append_resolver() index 2 domain (null) server 192.168.2.1 lifetime 0 flags 0
connmand[405]: /connman-1.28/src/dnsproxy.c:__connman_dnsproxy_append() index 2 server 192.168.2.1
connmand[405]: /connman-1.28/src/dnsproxy.c:find_server() index 2 server 192.168.2.1 proto 17
connmand[405]: /connman-1.28/src/dnsproxy.c:create_server() index 2 server 192.168.2.1
connmand[405]: /connman-1.28/src/dnsproxy.c:server_create_socket() index 2 server 192.168.2.1 proto 17
connmand[405]: /connman-1.28/src/dnsproxy.c:server_create_socket() sk 18
connmand[405]: /connman-1.28/src/dnsproxy.c:create_server() Adding DNS server 192.168.2.1
connmand[405]: /connman-1.28/src/resolver.c:connman_resolver_append() index 2 domain (null) server fe80::1
connmand[405]: /connman-1.28/src/resolver.c:append_resolver() index 2 domain (null) server fe80::1 lifetime 0 flags 0
connmand[405]: /connman-1.28/src/dnsproxy.c:__connman_dnsproxy_append() index 2 server fe80::1
connmand[405]: /connman-1.28/src/dnsproxy.c:find_server() index 2 server fe80::1 proto 17
connmand[405]: /connman-1.28/src/dnsproxy.c:create_server() index 2 server fe80::1
connmand[405]: /connman-1.28/src/dnsproxy.c:server_create_socket() index 2 server fe80::1 proto 17
connmand[405]: /connman-1.28/src/dnsproxy.c:server_create_socket() sk 24
connmand[405]: /connman-1.28/src/dnsproxy.c:create_server() Adding DNS server fe80::1
connmand[405]: /connman-1.28/src/resolver.c:connman_resolver_append() index 2 domain Speedport_W_724V_Typ_A_05011603_00_009 server (null)
connmand[405]: /connman-1.28/src/dnsproxy.c:__connman_dnsproxy_append() index 2 server (null)
connmand[405]: /connman-1.28/src/dnsproxy.c:append_domain() index 2 domain Speedport_W_724V_Typ_A_05011603_00_009
connmand[405]: /connman-1.28/src/service.c:service_indicate_state() service 0x1b47858 old online - new ready/online => online
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() buf 0x7eaafac0 len 88
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() NEWADDR len 88 type 20 flags 0x0000 seq 1 pid -4128
connmand[405]: /connman-1.28/src/ipconfig.c:__connman_ipconfig_newaddr() index 2
connmand[405]: eth0 {add} address 192.168.2.107/24 label eth0 family 2
connmand[405]: /connman-1.28/src/service.c:service_ip_bound() eth0 ip bound
connmand[405]: /connman-1.28/src/service.c:service_ip_bound() service 0x1b47858 ipconfig 0x1b46dd0 type 1 method 4
connmand[405]: /connman-1.28/src/ipconfig.c:__connman_ipconfig_append_ipv4() 
connmand[405]: /connman-1.28/src/session.c:ipconfig_changed() service 0x1b47858 ipconfig 0x1b46dd0
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() buf 0x7eaafac0 len 60
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() NEWROUTE len 60 type 24 flags 0x0000 seq 0 pid 0
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() buf 0x7eaafac0 len 60
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() NEWROUTE len 60 type 24 flags 0x0000 seq 0 pid 0
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() buf 0x7eaafac0 len 60
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() NEWROUTE len 60 type 24 flags 0x0000 seq 0 pid 0
connmand[405]: /connman-1.28/src/ipconfig.c:__connman_ipconfig_newroute() index 2
connmand[405]: eth0 {add} route 192.168.2.0 gw 0.0.0.0 scope 253 <LINK>
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() buf 0x7eaafac0 len 60
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() NEWROUTE len 60 type 24 flags 0x0000 seq 0 pid 0
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() buf 0x7eaafac0 len 52
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() NEWROUTE len 52 type 24 flags 0x0000 seq 0 pid 0
connmand[405]: /connman-1.28/src/ipconfig.c:__connman_ipconfig_newroute() index 2
connmand[405]: eth0 {add} route 192.168.2.1 gw 0.0.0.0 scope 253 <LINK>
connmand[405]: /connman-1.28/src/wpad.c:wpad_result() status 5
connmand[405]: /connman-1.28/plugins/pacrunner.c:proxy_changed() service 0x1b47858
connmand[405]: /connman-1.28/src/wispr.c:__connman_wispr_start() service 0x1b47858
connmand[405]: /connman-1.28/src/wispr.c:wispr_portal_detect() wispr/portal context 0x1b48398
connmand[405]: /connman-1.28/src/wispr.c:wispr_portal_detect() service 0x1b47858
connmand[405]: /connman-1.28/src/wispr.c:wispr_portal_detect() interface eth0
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() buf 0x7eaafac0 len 116
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() NEWROUTE len 116 type 24 flags 0x0000 seq 0 pid 0
connmand[405]: /connman-1.28/src/ipconfig.c:__connman_ipconfig_newroute() index 2
connmand[405]: eth0 {add} route fe80::1 gw :: scope 0 <UNIVERSE>
connmand[405]: /connman-1.28/src/wispr.c:proxy_callback() proxy DIRECT
connmand[405]: /connman-1.28/src/wispr.c:connman_wispr_message_init() 
connmand[405]: /connman-1.28/src/wispr.c:wispr_portal_request_portal() 
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() buf 0x7eaafac0 len 128
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() DELROUTE len 128 type 25 flags 0x0000 seq 0 pid 0
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() buf 0x7eaafac0 len 52
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() NEWROUTE len 52 type 24 flags 0x0000 seq 1461396186 pid -4129
connmand[405]: /connman-1.28/src/ipconfig.c:__connman_ipconfig_newroute() index 2
connmand[405]: /connman-1.28/src/service.c:service_route_changed() eth0 route changed
connmand[405]: /connman-1.28/src/ipconfig.c:__connman_ipconfig_append_ipv4() 
connmand[405]: /connman-1.28/src/session.c:ipconfig_changed() service 0x1b47858 ipconfig 0x1b46dd0
connmand[405]: eth0 {add} route 0.0.0.0 gw 192.168.2.1 scope 0 <UNIVERSE>
connmand[405]: /connman-1.28/src/connection.c:connection_newgateway() index 2 gateway 192.168.2.1
connmand[405]: /connman-1.28/src/connection.c:set_default_gateway() type 1 gateway ipv4 0x1b42ab8 ipv6 (nil)
connmand[405]: /connman-1.28/src/inet.c:__connman_inet_rtnl_open() fd 26
connmand[405]: /connman-1.28/src/inet.c:__connman_inet_rtnl_talk() handle 0x7eaaf478 len 44
connmand[405]: /connman-1.28/src/inet.c:__connman_inet_rtnl_close() handle 0x7eaaf478
connmand[405]: /connman-1.28/src/service.c:__connman_service_indicate_default() service 0x1b47858 state online
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() buf 0x7eaafac0 len 116
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() NEWROUTE len 116 type 24 flags 0x0000 seq 0 pid 0
connmand[405]: /connman-1.28/src/wispr.c:wispr_route_request() address 82.165.8.211 if 2 gw 192.168.2.1
connmand[405]: /connman-1.28/src/inet.c:connman_inet_add_network_route() index 2 host 82.165.8.211 gateway 192.168.2.1 netmask (null)
connmand[405]: /connman-1.28/src/inet.c:connman_inet_add_network_route() ifname eth0
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() buf 0x7eaafac0 len 60
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() NEWROUTE len 60 type 24 flags 0x0000 seq 0 pid 0
connmand[405]: /connman-1.28/src/ipconfig.c:__connman_ipconfig_newroute() index 2
connmand[405]: eth0 {add} route 82.165.8.211 gw 192.168.2.1 scope 0 <UNIVERSE>
connmand[405]: /connman-1.28/src/wispr.c:wispr_portal_web_result() 
connmand[405]: /connman-1.28/src/wispr.c:wispr_portal_web_result() 
connmand[405]: /connman-1.28/src/wispr.c:wispr_portal_web_result() status: 200
connmand[405]: /connman-1.28/src/wispr.c:portal_manage_status() 
connmand[405]: /connman-1.28/src/wispr.c:free_connman_wispr_portal_context() context 0x1b48398
connmand[405]: /connman-1.28/src/wispr.c:connman_wispr_message_init() 
connmand[405]: /connman-1.28/src/wispr.c:free_wispr_routes() free route to 82.165.8.211 if 2 type 1
connmand[405]: /connman-1.28/src/inet.c:connman_inet_del_network_route() index 2 host 82.165.8.211
connmand[405]: /connman-1.28/src/inet.c:connman_inet_del_network_route() ifname eth0
connmand[405]: /connman-1.28/src/service.c:__connman_service_ipconfig_indicate_state() service 0x1b47858 (ethernet_00142d4ac28f_cable) old state 4 (ready) new state 5 (online) type 1 (IPv4)
connmand[405]: /connman-1.28/src/resolver.c:connman_resolver_remove() index 2 domain (null) server fe80::1
connmand[405]: /connman-1.28/src/dnsproxy.c:__connman_dnsproxy_remove() index 2 server fe80::1
connmand[405]: /connman-1.28/src/dnsproxy.c:find_server() index 2 server fe80::1 proto 17
connmand[405]: /connman-1.28/src/dnsproxy.c:destroy_server() index 2 server fe80::1 sock 24
connmand[405]: /connman-1.28/src/dnsproxy.c:server_destroy_socket() index 2 server fe80::1 proto 17
connmand[405]: /connman-1.28/src/dnsproxy.c:destroy_server() Removing DNS server fe80::1
connmand[405]: /connman-1.28/src/dnsproxy.c:find_server() index 2 server fe80::1 proto 6
connmand[405]: /connman-1.28/src/resolver.c:connman_resolver_remove() index 2 domain (null) server 192.168.2.1
connmand[405]: /connman-1.28/src/dnsproxy.c:__connman_dnsproxy_remove() index 2 server 192.168.2.1
connmand[405]: /connman-1.28/src/dnsproxy.c:find_server() index 2 server 192.168.2.1 proto 17
connmand[405]: /connman-1.28/src/dnsproxy.c:destroy_server() index 2 server 192.168.2.1 sock 18
connmand[405]: /connman-1.28/src/dnsproxy.c:server_destroy_socket() index 2 server 192.168.2.1 proto 17
connmand[405]: /connman-1.28/src/dnsproxy.c:destroy_server() Removing DNS server 192.168.2.1
connmand[405]: /connman-1.28/src/dnsproxy.c:find_server() index 2 server 192.168.2.1 proto 6
connmand[405]: /connman-1.28/src/resolver.c:connman_resolver_append() index 2 domain (null) server 192.168.2.1
connmand[405]: /connman-1.28/src/resolver.c:append_resolver() index 2 domain (null) server 192.168.2.1 lifetime 0 flags 0
connmand[405]: /connman-1.28/src/dnsproxy.c:__connman_dnsproxy_append() index 2 server 192.168.2.1
connmand[405]: /connman-1.28/src/dnsproxy.c:find_server() index 2 server 192.168.2.1 proto 17
connmand[405]: /connman-1.28/src/dnsproxy.c:create_server() index 2 server 192.168.2.1
connmand[405]: /connman-1.28/src/dnsproxy.c:server_create_socket() index 2 server 192.168.2.1 proto 17
connmand[405]: /connman-1.28/src/dnsproxy.c:server_create_socket() sk 18
connmand[405]: /connman-1.28/src/dnsproxy.c:create_server() Adding DNS server 192.168.2.1
connmand[405]: /connman-1.28/src/resolver.c:connman_resolver_append() index 2 domain (null) server fe80::1
connmand[405]: /connman-1.28/src/resolver.c:append_resolver() index 2 domain (null) server fe80::1 lifetime 0 flags 0
connmand[405]: /connman-1.28/src/dnsproxy.c:__connman_dnsproxy_append() index 2 server fe80::1
connmand[405]: /connman-1.28/src/dnsproxy.c:find_server() index 2 server fe80::1 proto 17
connmand[405]: /connman-1.28/src/dnsproxy.c:create_server() index 2 server fe80::1
connmand[405]: /connman-1.28/src/dnsproxy.c:server_create_socket() index 2 server fe80::1 proto 17
connmand[405]: /connman-1.28/src/dnsproxy.c:server_create_socket() sk 19
connmand[405]: /connman-1.28/src/dnsproxy.c:create_server() Adding DNS server fe80::1
connmand[405]: /connman-1.28/src/resolver.c:connman_resolver_append() index 2 domain Speedport_W_724V_Typ_A_05011603_00_009 server (null)
connmand[405]: /connman-1.28/src/dnsproxy.c:__connman_dnsproxy_append() index 2 server (null)
connmand[405]: /connman-1.28/src/dnsproxy.c:append_domain() index 2 domain Speedport_W_724V_Typ_A_05011603_00_009
connmand[405]: /connman-1.28/src/service.c:service_indicate_state() service 0x1b47858 old online - new online/online => online
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() buf 0x7eaafac0 len 60
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() DELROUTE len 60 type 25 flags 0x0000 seq 0 pid 0
connmand[405]: /connman-1.28/src/ipconfig.c:__connman_ipconfig_delroute() index 2
connmand[405]: eth0 {del} route 82.165.8.211 gw 192.168.2.1 scope 0 <UNIVERSE>
connmand[405]: /connman-1.28/plugins/ofono.c:ofono_connect() 
connmand[405]: /connman-1.28/plugins/ofono.c:manager_get_modems() 
connmand[405]: /connman-1.28/plugins/ofono.c:manager_get_modems_reply() 
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() buf 0x7eaafac0 len 156
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() DELROUTE len 156 type 25 flags 0x0000 seq 0 pid 0
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() buf 0x7eaafac0 len 128
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() DELROUTE len 128 type 25 flags 0x0000 seq 0 pid 0
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() buf 0x7eaafac0 len 128
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() DELROUTE len 128 type 25 flags 0x0000 seq 0 pid 0
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() buf 0x7eaafac0 len 128
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() DELROUTE len 128 type 25 flags 0x0000 seq 0 pid 0
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() buf 0x7eaafac0 len 128
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() DELROUTE len 128 type 25 flags 0x0000 seq 0 pid 0
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() buf 0x7eaafac0 len 72
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() NEWADDR len 72 type 20 flags 0x0000 seq 0 pid 0
connmand[405]: /connman-1.28/src/ipconfig.c:__connman_ipconfig_newaddr() index 2
connmand[405]: /connman-1.28/src/resolver.c:__connman_resolver_redo_servers() index 2
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() buf 0x7eaafac0 len 72
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() NEWADDR len 72 type 20 flags 0x0000 seq 0 pid 0
connmand[405]: /connman-1.28/src/ipconfig.c:__connman_ipconfig_newaddr() index 2
connmand[405]: /connman-1.28/src/resolver.c:__connman_resolver_redo_servers() index 2
connmand[405]: /connman-1.28/plugins/ofono.c:modem_added() 
connmand[405]: /connman-1.28/plugins/ofono.c:add_modem() /ublox_0
connmand[405]: /connman-1.28/plugins/ofono.c:add_modem() /ublox_0 Online 0
connmand[405]: /connman-1.28/plugins/ofono.c:add_modem() /ublox_0 Powered 0
connmand[405]: /connman-1.28/plugins/ofono.c:add_modem() /ublox_0 Interfaces 0x00
connmand[405]: /connman-1.28/plugins/ofono.c:add_modem() /ublox_0 Type hardware
connmand[405]: /connman-1.28/plugins/ofono.c:modem_set_powered() /ublox_0 powered 1
connmand[405]: /connman-1.28/plugins/ofono.c:set_property() /ublox_0 path /ublox_0 org.ofono.Modem.Powered
connmand[405]: /connman-1.28/plugins/ofono.c:set_property_reply() /ublox_0 path /ublox_0 org.ofono.Modem.Powered
connmand[405]: /connman-1.28/plugins/ofono.c:modem_changed() /ublox_0 Powered 1
connmand[405]: /connman-1.28/plugins/ofono.c:modem_changed() /ublox_0 Interfaces 0x01
connmand[405]: /connman-1.28/plugins/ofono.c:modem_update_interfaces() /ublox_0
connmand[405]: /connman-1.28/plugins/ofono.c:api_added() sim added
connmand[405]: /connman-1.28/plugins/ofono.c:modem_changed() /ublox_0 Serial 352255060097262
connmand[405]: /connman-1.28/plugins/ofono.c:sim_update_imsi() /ublox_0 imsi 240075810199181
connmand[405]: /connman-1.28/plugins/ofono.c:create_device() /ublox_0
connmand[405]: /connman-1.28/src/device.c:connman_device_create() node ofono type 4
connmand[405]: /connman-1.28/src/device.c:connman_device_create() device 0x1b40888
connmand[405]: /connman-1.28/plugins/ofono.c:create_device() device 0x1b40888
connmand[405]: /connman-1.28/src/device.c:connman_device_set_string() device 0x1b40888 key Path value /ublox_0
connmand[405]: /connman-1.28/src/device.c:connman_device_register() device 0x1b40888 name Cellular
connmand[405]: /connman-1.28/src/device.c:connman_device_register() driver 0x7c60c name modem
connmand[405]: /connman-1.28/plugins/ofono.c:modem_probe() /ublox_0 device 0x1b40888
connmand[405]: /connman-1.28/src/technology.c:__connman_technology_add_device() device 0x1b40888 type Cellular
connmand[405]: /connman-1.28/src/technology.c:technology_get() type 5
connmand[405]: /connman-1.28/src/technology.c:technology_find() type 5
connmand[405]: /connman-1.28/src/technology.c:technology_get() technology (nil) driver 0x7c5e8
connmand[405]: /connman-1.28/src/technology.c:technology_load() technology 0x1b444c0
connmand[405]: /connman-1.28/src/storage.c:storage_load() Loading /var/lib/connman/settings
connmand[405]: /connman-1.28/src/technology.c:technology_get() technology 0x1b444c0 Cellular
connmand[405]: /connman-1.28/src/device.c:__connman_device_enable() device 0x1b40888
connmand[405]: /connman-1.28/plugins/ofono.c:modem_enable() /ublox_0 device 0x1b40888
connmand[405]: /connman-1.28/plugins/ofono.c:modem_set_online() /ublox_0 online 1
connmand[405]: /connman-1.28/plugins/ofono.c:set_property() /ublox_0 path /ublox_0 org.ofono.Modem.Online
connmand[405]: /connman-1.28/src/device.c:connman_device_set_powered() driver 0x1b40888 powered 0
connmand[405]: /connman-1.28/plugins/ofono.c:set_property_reply() /ublox_0 path /ublox_0 org.ofono.Modem.Online
connmand[405]: /connman-1.28/plugins/ofono.c:modem_changed() /ublox_0 Online 1
connmand[405]: /connman-1.28/src/device.c:connman_device_set_powered() driver 0x1b40888 powered 1
connmand[405]: /connman-1.28/src/technology.c:technology_find() type 5
connmand[405]: /connman-1.28/src/technology.c:__connman_technology_enabled() technology 0x1b444c0 type Cellular rfkill 0 enabled 0
connmand[405]: /connman-1.28/src/device.c:connman_device_set_disconnected() device 0x1b40888 disconnected 0
connmand[405]: /connman-1.28/plugins/ofono.c:modem_changed() /ublox_0 Interfaces 0x05
connmand[405]: /connman-1.28/plugins/ofono.c:modem_update_interfaces() /ublox_0
connmand[405]: /connman-1.28/plugins/ofono.c:api_added() cm added
connmand[405]: /connman-1.28/plugins/ofono.c:get_properties() /ublox_0 path /ublox_0 org.ofono.ConnectionManager
connmand[405]: /connman-1.28/plugins/ofono.c:cm_get_contexts() /ublox_0
connmand[405]: /connman-1.28/plugins/ofono.c:get_properties_reply() /ublox_0 path /ublox_0 org.ofono.ConnectionManager
connmand[405]: /connman-1.28/plugins/ofono.c:cm_properties_reply() /ublox_0
connmand[405]: /connman-1.28/plugins/ofono.c:cm_update_attached() /ublox_0 Attached 0
connmand[405]: /connman-1.28/plugins/ofono.c:remove_network() /ublox_0
connmand[405]: /connman-1.28/plugins/ofono.c:cm_update_powered() /ublox_0 ConnnectionManager Powered 1
connmand[405]: /connman-1.28/plugins/ofono.c:cm_get_contexts_reply() /ublox_0
connmand[405]: /connman-1.28/plugins/ofono.c:add_cm_context() /ublox_0 context path /ublox_0/context1
connmand[405]: /connman-1.28/plugins/ofono.c:add_cm_context() /ublox_0 Active 0
connmand[405]: /connman-1.28/plugins/ofono.c:add_cm_context() /ublox_0 context /ublox_0/context1 type internet
connmand[405]: /connman-1.28/plugins/ofono.c:add_cm_context() /ublox_0 AccessPointName 'm2m.tele2.com'
connmand[405]: /connman-1.28/plugins/ofono.c:add_cm_context() /ublox_0 Settings
connmand[405]: /connman-1.28/plugins/ofono.c:add_cm_context() /ublox_0 IPv6.Settings
connmand[405]: /connman-1.28/plugins/ofono.c:modem_changed() /ublox_0 Interfaces 0x07
connmand[405]: /connman-1.28/plugins/ofono.c:modem_update_interfaces() /ublox_0
connmand[405]: /connman-1.28/plugins/ofono.c:api_added() netreg added
connmand[405]: /connman-1.28/plugins/ofono.c:netreg_update_strength() /ublox_0 Strength 60
connmand[405]: /connman-1.28/plugins/ofono.c:netreg_update_name() /ublox_0 Name Tele2 M2M (E-Plus)
connmand[405]: /connman-1.28/plugins/ofono.c:netreg_update_regdom() /ublox_0 MobileContryCode 262
connmand[405]: /connman-1.28/plugins/ofono.c:cm_update_attached() /ublox_0 Attached 1
connmand[405]: /connman-1.28/plugins/ofono.c:get_properties() /ublox_0 path /ublox_0 org.ofono.NetworkRegistration
connmand[405]: /connman-1.28/plugins/ofono.c:get_properties_reply() /ublox_0 path /ublox_0 org.ofono.NetworkRegistration
connmand[405]: /connman-1.28/plugins/ofono.c:netreg_properties_reply() /ublox_0
connmand[405]: /connman-1.28/plugins/ofono.c:netreg_update_regdom() /ublox_0 MobileContryCode 262
connmand[405]: /connman-1.28/plugins/ofono.c:netreg_update_name() /ublox_0 Name Tele2 M2M (E-Plus)
connmand[405]: /connman-1.28/plugins/ofono.c:netreg_update_strength() /ublox_0 Strength 60
connmand[405]: /connman-1.28/plugins/ofono.c:add_network() /ublox_0
connmand[405]: /connman-1.28/src/network.c:connman_network_create() identifier /ublox_0/context1 type 10
connmand[405]: /connman-1.28/src/network.c:connman_network_create() network 0x1b45d78
connmand[405]: /connman-1.28/plugins/ofono.c:add_network() network 0x1b45d78
connmand[405]: /connman-1.28/src/network.c:connman_network_set_string() network 0x1b45d78 key Path value /ublox_0/context1
connmand[405]: /connman-1.28/src/network.c:connman_network_set_name() network 0x1b45d78 name Tele2 M2M (E-Plus)
connmand[405]: /connman-1.28/src/network.c:connman_network_set_strength() network 0x1b45d78 strengh 60
connmand[405]: /connman-1.28/src/network.c:network_probe() network 0x1b45d78 name Tele2 M2M (E-Plus)
connmand[405]: /connman-1.28/src/network.c:network_probe() driver 0x7c630 name cellular
connmand[405]: /connman-1.28/plugins/ofono.c:network_probe() /ublox_0 network 0x1b45d78
connmand[405]: /connman-1.28/src/service.c:__connman_service_create_from_network() network 0x1b45d78
connmand[405]: /connman-1.28/src/network.c:connman_network_set_bool() network 0x1b45d78 key Roaming value 1
connmand[405]: /connman-1.28/src/device.c:connman_device_add_network() device 0x1b40888 network 0x1b45d78
connmand[405]: /connman-1.28/src/network.c:connman_network_ref_debug() 0x1b45d78 name Tele2 M2M (E-Plus) ref 2 by /connman-1.28/src/device.c:859:connman_device_add_network()
connmand[405]: /connman-1.28/src/network.c:network_probe() network 0x1b45d78 name Tele2 M2M (E-Plus)
connmand[405]: /connman-1.28/src/network.c:network_probe() driver 0x7c630 name cellular
connmand[405]: /connman-1.28/plugins/ofono.c:network_probe() /ublox_0 network 0x1b45d78
connmand[405]: /connman-1.28/src/service.c:__connman_service_create_from_network() network 0x1b45d78
connmand[405]: /connman-1.28/src/service.c:connman_service_create() service 0x1b412a8
connmand[405]: /connman-1.28/src/service.c:service_initialize() service 0x1b412a8
connmand[405]: /connman-1.28/src/service.c:service_get() service 0x1b412a8
connmand[405]: /connman-1.28/src/service.c:update_from_network() service 0x1b412a8 network 0x1b45d78
connmand[405]: /connman-1.28/src/network.c:connman_network_get_string() network 0x1b45d78 key Name
connmand[405]: /connman-1.28/src/network.c:connman_network_get_bool() network 0x1b45d78 key Roaming
connmand[405]: /connman-1.28/src/network.c:connman_network_get_string() network 0x1b45d78 key WiFi.Security
connmand[405]: /connman-1.28/src/network.c:connman_network_ref_debug() 0x1b45d78 name Tele2 M2M (E-Plus) ref 3 by /connman-1.28/src/service.c:6644:update_from_network()
connmand[405]: /connman-1.28/src/ipconfig.c:__connman_ipconfig_create() index 0
connmand[405]: /connman-1.28/src/ipconfig.c:__connman_ipconfig_create() ipconfig 0x1b41bb0
connmand[405]: /connman-1.28/src/ipconfig.c:create_ipv6config() index 0
connmand[405]: /connman-1.28/src/ipconfig.c:create_ipv6config() ipconfig 0x1b415f0 method auto
connmand[405]: /connman-1.28/src/service.c:service_register() service 0x1b412a8
connmand[405]: /connman-1.28/src/service.c:service_register() path /net/connman/service/cellular_240075810199181_context1
connmand[405]: /connman-1.28/src/config.c:__connman_config_provision_service() service 0x1b412a8 type 5
connmand[405]: /connman-1.28/src/service.c:service_load() service 0x1b412a8
connmand[405]: /connman-1.28/src/storage.c:storage_load() Loading /var/lib/connman/cellular_240075810199181_context1/settings
connmand[405]: /connman-1.28/src/storage.c:storage_load() Unable to load /var/lib/connman/cellular_240075810199181_context1/settings: No such file or directory
connmand[405]: /connman-1.28/src/connection.c:update_order() 
connmand[405]: /connman-1.28/src/service.c:__connman_service_get_order() service 0x1b47858 name Wired order 1 split 0
connmand[405]: /connman-1.28/src/connection.c:find_default_gateway() default 0x1b42a98 order 1
connmand[405]: /connman-1.28/src/connection.c:__connman_connection_update_gateway() default 0x1b42a98
connmand[405]: /connman-1.28/src/service.c:service_schedule_added() service 0x1b412a8
connmand[405]: /connman-1.28/src/service.c:service_send_changed() 
connmand[405]: /connman-1.28/src/service.c:service_append_added_foreach() changed /net/connman/service/ethernet_00142d4ac28f_cable
connmand[405]: /connman-1.28/src/service.c:service_append_added_foreach() new /net/connman/service/cellular_240075810199181_context1
connmand[405]: /connman-1.28/src/ipconfig.c:__connman_ipconfig_append_ipv4config() 
connmand[405]: /connman-1.28/src/ipconfig.c:__connman_ipconfig_append_ipv6config() 
connmand[405]: /connman-1.28/src/ipconfig.c:__connman_ipconfig_append_ipv4() 
connmand[405]: /connman-1.28/src/ipconfig.c:__connman_ipconfig_append_ipv4config() 
connmand[405]: /connman-1.28/src/ipconfig.c:__connman_ipconfig_append_ipv6() 
connmand[405]: /connman-1.28/src/ipconfig.c:__connman_ipconfig_append_ipv6config() 
connmand[405]: /connman-1.28/src/service.c:append_nameservers() servers[0] fe80::1 available 1
connmand[405]: /connman-1.28/src/service.c:append_nameservers() servers[1] 192.168.2.1 available 1
connmand[405]: /connman-1.28/src/storage.c:storage_load() Loading /var/lib/connman/settings
connmand[405]: /connman-1.28/src/ipconfig.c:__connman_ipconfig_append_ipv4config() 
connmand[405]: /connman-1.28/src/ipconfig.c:__connman_ipconfig_append_ipv6config() 
connmand[405]: /connman-1.28/src/manager.c:get_technologies() 
connmand[405]: /connman-1.28/plugins/ofono.c:netreg_update_strength() /ublox_0 Strength 80
connmand[405]: /connman-1.28/src/network.c:connman_network_set_strength() network 0x1b45d78 strengh 80
connmand[405]: /connman-1.28/src/network.c:connman_network_get_string() network 0x1b45d78 key Name
connmand[405]: /connman-1.28/src/network.c:connman_network_get_bool() network 0x1b45d78 key Roaming
connmand[405]: /connman-1.28/src/service.c:service_send_changed() 
connmand[405]: /connman-1.28/src/service.c:service_append_added_foreach() changed /net/connman/service/ethernet_00142d4ac28f_cable
connmand[405]: /connman-1.28/src/service.c:service_append_added_foreach() changed /net/connman/service/cellular_240075810199181_context1
connmand[405]: /connman-1.28/plugins/ofono.c:netreg_update_strength() /ublox_0 Strength 60
connmand[405]: /connman-1.28/src/network.c:connman_network_set_strength() network 0x1b45d78 strengh 60
connmand[405]: /connman-1.28/src/network.c:connman_network_get_string() network 0x1b45d78 key Name
connmand[405]: /connman-1.28/src/network.c:connman_network_get_bool() network 0x1b45d78 key Roaming
connmand[405]: /connman-1.28/src/service.c:service_send_changed() 
connmand[405]: /connman-1.28/src/service.c:service_append_added_foreach() changed /net/connman/service/ethernet_00142d4ac28f_cable
connmand[405]: /connman-1.28/src/service.c:service_append_added_foreach() changed /net/connman/service/cellular_240075810199181_context1
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() buf 0x7eaafac0 len 72
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() NEWADDR len 72 type 20 flags 0x0000 seq 0 pid 0
connmand[405]: /connman-1.28/src/ipconfig.c:__connman_ipconfig_newaddr() index 2
connmand[405]: /connman-1.28/src/resolver.c:__connman_resolver_redo_servers() index 2
connmand[405]: /connman-1.28/src/ipconfig.c:__connman_ipconfig_append_ipv4() 
connmand[405]: /connman-1.28/src/ipconfig.c:__connman_ipconfig_append_ipv4config() 
connmand[405]: /connman-1.28/src/ipconfig.c:__connman_ipconfig_append_ipv6() 
connmand[405]: /connman-1.28/src/ipconfig.c:__connman_ipconfig_append_ipv6config() 
connmand[405]: /connman-1.28/src/service.c:append_nameservers() servers[0] fe80::1 available 1
connmand[405]: /connman-1.28/src/service.c:append_nameservers() servers[1] 192.168.2.1 available 1
connmand[405]: /connman-1.28/src/storage.c:storage_load() Loading /var/lib/connman/settings
connmand[405]: /connman-1.28/src/ipconfig.c:__connman_ipconfig_append_ipv4config() 
connmand[405]: /connman-1.28/src/ipconfig.c:__connman_ipconfig_append_ipv6config() 
connmand[405]: /connman-1.28/src/service.c:connect_service() service 0x1b412a8
connmand[405]: /connman-1.28/src/service.c:__connman_service_connect() service 0x1b412a8 state idle connect reason none -> user
connmand[405]: /connman-1.28/src/service.c:__connman_service_clear_error() service 0x1b412a8
connmand[405]: /connman-1.28/src/stats.c:__connman_stats_service_register() service 0x1b412a8
connmand[405]: /connman-1.28/src/stats.c:stats_open() file 0x1b44d68 name /var/lib/connman/cellular_240075810199181_context1/data
connmand[405]: /connman-1.28/src/stats.c:stats_file_setup() file 0x1b44d68 fd 24 name /var/lib/connman/cellular_240075810199181_context1/data
connmand[405]: /connman-1.28/src/stats.c:stats_file_remap() file 0x1b44d68 size 4096 addr (nil) len 0
connmand[405]: /connman-1.28/src/ipconfig.c:__connman_ipconfig_enable() ipconfig 0x1b41bb0
connmand[405]: /connman-1.28/src/ipconfig.c:__connman_ipconfig_enable() ipconfig 0x1b415f0
connmand[405]: /connman-1.28/src/network.c:__connman_network_connect() network 0x1b45d78
connmand[405]: /connman-1.28/src/device.c:__connman_device_disconnect() device 0x1b40888
connmand[405]: /connman-1.28/src/device.c:connman_device_set_disconnected() device 0x1b40888 disconnected 1
connmand[405]: Skipping disconnect of /ublox_0/context1, network is connecting.
connmand[405]: /connman-1.28/plugins/ofono.c:network_connect() /ublox_0 network 0x1b45d78
connmand[405]: /connman-1.28/plugins/ofono.c:context_set_active() /ublox_0 active 1
connmand[405]: /connman-1.28/plugins/ofono.c:set_property() /ublox_0 path /ublox_0/context1 org.ofono.ConnectionContext.Active
connmand[405]: /connman-1.28/src/network.c:connman_network_set_associating() network 0x1b45d78 associating 1
connmand[405]: /connman-1.28/src/service.c:__connman_service_ipconfig_indicate_state() service 0x1b412a8 (cellular_240075810199181_context1) old state 1 (idle) new state 2 (association) type 1 (IPv4)
connmand[405]: /connman-1.28/src/service.c:service_indicate_state() service 0x1b412a8 old idle - new association/idle => association
connmand[405]: /connman-1.28/src/session.c:service_state_changed() service 0x1b412a8 state 2
connmand[405]: /connman-1.28/src/connection.c:update_order() 
connmand[405]: /connman-1.28/src/service.c:__connman_service_get_order() service 0x1b47858 name Wired order 1 split 0
connmand[405]: /connman-1.28/src/connection.c:find_default_gateway() default 0x1b42a98 order 1
connmand[405]: /connman-1.28/src/connection.c:__connman_connection_update_gateway() default 0x1b42a98
connmand[405]: /connman-1.28/src/service.c:__connman_service_ipconfig_indicate_state() service 0x1b412a8 (cellular_240075810199181_context1) old state 1 (idle) new state 2 (association) type 2 (IPv6)
connmand[405]: /connman-1.28/src/service.c:service_indicate_state() service 0x1b412a8 old association - new association/association => association
connmand[405]: /connman-1.28/src/service.c:service_send_changed() 
connmand[405]: /connman-1.28/src/service.c:service_append_added_foreach() changed /net/connman/service/ethernet_00142d4ac28f_cable
connmand[405]: /connman-1.28/src/service.c:service_append_added_foreach() changed /net/connman/service/cellular_240075810199181_context1
connmand[405]: /connman-1.28/plugins/ofono.c:set_property_reply() /ublox_0 path /ublox_0/context1 org.ofono.ConnectionContext.Active
connmand[405]: /connman-1.28/plugins/ofono.c:context_set_active_reply() /ublox_0
connmand[405]: /connman-1.28/plugins/ofono.c:context_changed() context_path /ublox_0/context1
connmand[405]: /connman-1.28/plugins/ofono.c:context_changed() /ublox_0 Active 1
connmand[405]: /connman-1.28/plugins/ofono.c:set_connected() /ublox_0
connmand[405]: Invalid index and/or address
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() buf 0x7eaafac0 len 72
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() NEWADDR len 72 type 20 flags 0x0000 seq 0 pid 0
connmand[405]: /connman-1.28/src/ipconfig.c:__connman_ipconfig_newaddr() index 2
connmand[405]: /connman-1.28/src/resolver.c:__connman_resolver_redo_servers() index 2
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() buf 0x7eaafac0 len 72
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() NEWADDR len 72 type 20 flags 0x0000 seq 0 pid 0
connmand[405]: /connman-1.28/src/ipconfig.c:__connman_ipconfig_newaddr() index 2
connmand[405]: /connman-1.28/src/resolver.c:__connman_resolver_redo_servers() index 2
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() buf 0x7eaafac0 len 128
connmand[405]: /connman-1.28/src/rtnl.c:rtnl_message() NEWROUTE len 128 type 24 flags 0x0000 seq 0 pid 0

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2016-04-24 13:03 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <57178134.7070200@endocode.com>
2016-04-20 14:11 ` Ublox Toby Modem Yorn
2016-04-20 14:18   ` Dragos Tatulea
2016-04-20 14:24     ` Yorn
2016-04-20 15:01       ` Dragos Tatulea
2016-04-20 17:54         ` Yorn
2016-04-21  9:03           ` Dragos Tatulea
2016-04-21 10:06             ` Yorn
2016-04-21 18:37             ` Yorn
2016-04-22 10:23               ` Dragos Tatulea
2016-04-22 11:51                 ` Yorn
2016-04-22 15:36                   ` Dragos Tatulea
2016-04-24 13:03                     ` Yorn
2016-04-20 15:02       ` Denis Kenzior
2016-04-20 16:34         ` Yorn

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.