Guest User

Untitled

a guest
Dec 27th, 2012
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 KB | None | 0 0
  1. [andras@acer-laptop test]$ python2 list-modems
  2. [ /huawei_0 ]
  3. Features = sms gprs rat sim
  4. Emergency = 0
  5. Powered = 1
  6. Lockdown = 0
  7. Interfaces = org.ofono.SmartMessaging org.ofono.PushNotification org.ofono.MessageManager org.ofono.ConnectionManager org.ofono.RadioSettings org.ofono.AudioSettings org.ofono.VoiceCallManager org.ofono.SimManager
  8. Online = 0
  9. Model = E303
  10. Revision = 21.157.41.00.77
  11. Type = hardware
  12. Serial = 861737006908417
  13. Manufacturer = huawei
  14. [ org.ofono.SmartMessaging ]
  15. [ org.ofono.PushNotification ]
  16. [ org.ofono.MessageManager ]
  17. Alphabet = default
  18. UseDeliveryReports = 0
  19. Bearer = cs-preferred
  20. ServiceCenterAddress = +36209300099
  21. [ org.ofono.ConnectionManager ]
  22. Powered = 1
  23. Attached = 0
  24. Bearer = none
  25. RoamingAllowed = 0
  26. [ org.ofono.RadioSettings ]
  27. UmtsBand = any
  28. TechnologyPreference = any
  29. GsmBand = any
  30. [ org.ofono.AudioSettings ]
  31. Active = 0
  32. [ org.ofono.VoiceCallManager ]
  33. EmergencyNumbers = 08 000 999 110 112 911 118 119
  34. [ org.ofono.SimManager ]
  35. Retries = [pin2 = 3] [puk2 = 10] [pin = 3] [puk = 10]
  36. FixedDialing = 0
  37. SubscriberNumbers =
  38. BarredDialing = 0
  39. CardIdentifier = 8936200004150213244
  40. LockedPins =
  41. PinRequired = none
  42. SubscriberIdentity = 216012415021324
  43. Present = 1
  44.  
  45. [ /stktest ]
  46. Features =
  47. Emergency = 0
  48. Powered = 0
  49. Lockdown = 0
  50. Interfaces =
  51. Online = 0
  52. Type = test
  53.  
  54.  
  55. [andras@acer-laptop test]$ python2 enable-modem
  56. Connecting modem /huawei_0...
  57.  
  58.  
  59.  
  60. [andras@acer-laptop test]$ python2 online-modem
  61. Setting modem /huawei_0 online...
  62.  
  63.  
  64.  
  65.  
  66.  
  67. [andras@acer-laptop test]$ python2 online-modem
  68. Setting modem /huawei_0 online...
  69. [andras@acer-laptop test]$ python2 list-contexts
  70. [ /huawei_0 ]
  71. [ /huawei_0/context1 ]
  72. Username =
  73. Protocol = ip
  74. Name = mobilinternet
  75. Settings = { }
  76. IPv6.Settings = { }
  77. Active = 0
  78. AccessPointName = net
  79. Password =
  80. Type = internet
  81.  
  82. [ /stktest ]
Advertisement
Add Comment
Please, Sign In to add comment