Date: Wed, 03 Aug 2011 10:44:55 +0300 From: Alexandr <shuriku@shurik.kiev.ua> To: freebsd-mobile@freebsd.org Subject: ZTE AC8710 Message-ID: <4E38FC77.7060507@shurik.kiev.ua>
index | next in thread | raw e-mail
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!home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4E38FC77.7060507>
