ZTE AC8710

Alexandr shuriku at shurik.kiev.ua
Wed Aug 3 08:19:00 UTC 2011


Hello!

I have ZTE AC8710 modem, which is not recognized by u3g driver on my 
8-STABLE:

In CD-mode it has following vendor/product id:

hp6710# usbconfig -d 3.2 dump_device_desc|grep id
   idVendor = 0x19d2
   idProduct = 0xfff5

In modem mode:

hp6710# usbconfig -d 3.2 dump_device_desc | grep id
   idVendor = 0x19d2
   idProduct = 0xffff

Now I'm using usb_modeswitch utility to change modem's mode and my own 
patch against usbdevs which make this modem works with u3g driver:

--- sys/dev/usb/usbdevs 2011-07-30 13:15:48.377599847 +0300
+++ sys/dev/usb/usbdevs 2011-07-30 13:16:23.665666626 +0300
@@ -2707,7 +2707,7 @@
  product QUALCOMMINC ZTE_STOR   0x2000  USB ZTE Storage
  product QUALCOMMINC E2002      0x2002  3G modem
  product QUALCOMMINC E2003      0x2003  3G modem
-product QUALCOMMINC AC8710     0xfff1  3G modem
+product QUALCOMMINC AC8710     0xffff  3G modem
  product QUALCOMMINC AC2726     0xfff5  3G modem
  product QUALCOMMINC AC8700     0xfffe  CDMA 1xEVDO USB modem

Can anyone add support of this modem to u3g?
Thanks!


More information about the freebsd-mobile mailing list