Hello,

I'm trying to connect to the 3G network with Huawei EM770S modem, OS is MeeGo, 
Connman version is and I have the following issue:

After rebooting the device I have following state for service:

[ /profile/default/cellular_262012344078796_primarycontext1 ]
    Strength = 67
    Nameservers = [ 10.74.83.22 193.254.160.1 ]
    State = online
    LoginRequired = false
    Provider = { }
    Type = cellular
    Immutable = false
    SetupRequired = false
    AutoConnect = true
    Proxy = { Method=direct }
    Roaming = 0
    IPv4.Configuration = { Method=fixed }
    IPv6.Configuration = { Method=off }
    Name = T-Mobile D
    Favorite = true
    Mode = gprs
    Domains = [ ]
    Ethernet = { Method=auto }
    Nameservers.Configuration = [ ]
    Domains.Configuration = [ ]
    APN = internet.t-d1.de
    IPv4 = { Netmask=255.255.255.255 Method=fixed Address=88.128.30.24 }
    IPv6 = { Method=off }

I'm checking the connection state by calling

./test-connman state cellular_262012344078796_primarycontext1

and it shows "System is online" (everything is ok)

Then I'm disconnecting service using following command:

./test-connman disconnect cellular_262012344078796_primarycontext1

State is:

[ /profile/default/cellular_262012344078796_primarycontext1 ]
    Strength = 67
    Nameservers = [ ]
    State = idle
    LoginRequired = false
    Provider = { }
    Type = cellular
    Immutable = false
    SetupRequired = false
    AutoConnect = true
    Proxy = { }
    Roaming = 0
    IPv4.Configuration = { Method=fixed }
    IPv6.Configuration = { Method=off }
    Name = T-Mobile D
    Favorite = true
    Mode = gprs
    Domains = [ ]
    Ethernet = { }
    Nameservers.Configuration = [ ]
    Domains.Configuration = [ ]
    APN = internet.t-d1.de
    IPv4 = { }
    IPv6 = { }

Trying to check the state:

./test-connman state cellular_262012344078796_primarycontext1

it shows: "System is online"

If I'm trying to disconnect again, it shows "Not Connected"
If I'm trying to connect, it shows "Already connected"

Is it a bug of the connman ?

Regards,
Hovhannes











      
_______________________________________________
connman mailing list
[email protected]
http://lists.connman.net/listinfo/connman

Reply via email to