Advertisement
Guest User

Untitled

a guest
Feb 20th, 2014
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.74 KB | None | 0 0
  1. PPP Widget version 1.3.3
  2. USB_ModeSwitch log from Thu Feb 20 22:52:36 EET 2014
  3. Raw args from udev: 2-1/2-1:1.0
  4. Using top device dir /sys/bus/usb/devices/2-1
  5. ----------------
  6. USB values from sysfs:
  7. manufacturer ZTE,Incorporated
  8. product ZTE WCDMA Technologies MSM
  9. serial MF1900RDSD010000
  10. ----------------
  11. bNumConfigurations is 1 - don't check for active configuration
  12. SCSI attributes not needed, moving on
  13. checking config: /data/data/de.draisberghof.pppwidget/app_tmp/19d2.2000
  14. ! matched. Reading config data
  15. devList 1: /dev/ttyUSB0
  16. config: TargetVendor set to 19d2
  17. config: TargetProductList set to 0001,0002,0015,0016,0017,0031,0037,0052,0055,0061,0063,0064,0066,0091,0108,0117,0128,0157,0177,1402,2002,2003
  18. Driver module is "option", ID path is /sys/bus/usb-serial/drivers/option1
  19. Command to be run:
  20. usb_modeswitch -I -W -D -s 20 -u -1 -b 2 -g 2 -v 19d2 -p 2000 -f $cB
  21. Verbose debug output of usb_modeswitch and libusb follows
  22. (Note that some USB errors are to be expected in the process)
  23. --------------------------------
  24. Reading long config from command line
  25. * usb_modeswitch: handle USB devices with multiple modes
  26. * Version 1.2.7 (C) Josua Dietze 2012
  27. * Based on libusb0 (0.1.12 and above)
  28. ! PLEASE REPORT NEW CONFIGURATIONS !
  29. DefaultVendor= 0x19d2
  30. DefaultProduct= 0x2000
  31. TargetVendor= 0x19d2
  32. TargetProduct= not set
  33. TargetClass= not set
  34. TargetProductList="0001,0002,0015,0016,0017,0031,0037,0052,0055,0061,0063,0064,0066,0091,0108,0117,0128,0157,0177,1402,2002,2003"
  35. DetachStorageOnly=0
  36. HuaweiMode=0
  37. SierraMode=0
  38. SonyMode=0
  39. QisdaMode=0
  40. QuantaMode=0
  41. GCTMode=0
  42. KobilMode=0
  43. SequansMode=0
  44. MobileActionMode=0
  45. CiscoMode=0
  46. BlackberryMode=0
  47. PantechMode=0
  48. MessageEndpoint= not set
  49. MessageContent="5553424312345678000000000000061e000000000000000000000000000000"
  50. MessageContent2="5553424312345679000000000000061b000000020000000000000000000000"
  51. MessageContent3="55534243123456702000000080000c85010101180101010101000000000000"
  52. NeedResponse=1
  53. ResponseEndpoint= not set
  54. InquireDevice disabled
  55. Success check enabled, max. wait time 20 seconds
  56. System integration mode enabled
  57. Use given bus/device number: 002/002 ...
  58. Looking for default devices ...
  59. bus/device number matched
  60. searching devices, found USB ID 19d2:2000
  61. found matching vendor ID
  62. found matching product ID
  63. adding device
  64. Found device in default mode, class or configuration (1)
  65. Skipping the check for the current configuration
  66. Using interface number 0
  67. Using endpoints 0x01 (out) and 0x81 (in)
  68. USB description data (for identification)
  69. -------------------------
  70. Manufacturer: ZTE,Incorporated
  71. Product: ZTE WCDMA Technologies MSM
  72. Serial No.: MF1900RDSD010000
  73. -------------------------
  74. Looking for active driver ...
  75. OK, driver found; name unknown, limitation of libusb1
  76. OK, driver "unkown" detached
  77. Setting up communication with interface 0
  78. Using endpoint 0x01 for message sending ...
  79. Trying to send message 1 to endpoint 0x01 ...
  80. OK, message successfully sent
  81. Reading the response to message 1 (CSW) ...
  82. OK, response successfully read (13 bytes).
  83. Trying to send message 2 to endpoint 0x01 ...
  84. OK, message successfully sent
  85. Reading the response to message 2 (CSW) ...
  86. OK, response successfully read (13 bytes).
  87. Trying to send message 3 to endpoint 0x01 ...
  88. OK, message successfully sent
  89. Reading the response to message 3 (CSW) ...
  90. Response reading got error -32
  91. Device is gone, skipping any further commands
  92. Bus/dev search active, referring success check to wrapper. Bye.
  93. ok:busdev
  94. --------------------------------
  95. (end of usb_modeswitch output)
  96. Checking success of mode switch for max. 20 seconds ...
  97. Waiting for device file system (1 sec.) ...
  98. Reading attributes ...
  99. Mode switch has completed
  100. Mode switching was successful, found 19d2:0117 (ZTE,Incorporated: ZTE WCDMA Technologies MSM)
  101. Device class of first interface is ff
  102. Now checking for bound driver ...
  103. No driver has bound to interface 0 yet
  104. Module loader is /sbin/insmod
  105. Trying to find and install main driver module "option"
  106. Checking for active driver path: /sys/bus/usb-serial/drivers/option1
  107. Driver not active, try to find module "option"
  108. Loading support module /system/lib/modules/ppp_async.ko
  109. Error: insmod: can't insert '/system/lib/modules/ppp_async.ko': invalid module format
  110. Loading support module /system/lib/modules/usb_wwan.ko
  111. Error: insmod: can't insert '/system/lib/modules/usb_wwan.ko': invalid module format
  112. Loading main driver module "/system/lib/modules/option.ko"
  113. Error: insmod: can't insert '/system/lib/modules/option.ko': invalid module format
  114. Existing path found:
  115. No way to use driver "option"
  116. - try falling back to "usbserial"
  117. Module "usb_serial" not found, can't do more here
  118. Driver binding did not work for this device
  119. All done, exiting
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement