From owner-freebsd-stable@FreeBSD.ORG Fri Dec 27 21:23:53 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A906A8E4 for ; Fri, 27 Dec 2013 21:23:53 +0000 (UTC) Received: from neonpark.inter-sonic.com (neonpark.inter-sonic.com [212.247.8.98]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6F45E110C for ; Fri, 27 Dec 2013 21:23:53 +0000 (UTC) X-Virus-Scanned: amavisd-new at BSDLabs AB Message-ID: <52BDEFDA.3050602@intersonic.se> Date: Fri, 27 Dec 2013 22:23:38 +0100 From: Per olof Ljungmark Organization: Intersonic AB User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: freebsd-stable@freebsd.org Subject: Need help with Huawei E398 LTE modem on 9-STABLE Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Dec 2013 21:23:53 -0000 Hi, I don't know exactly when but some time ago my 3/4g modem stopped working with 9-STABLE. I believe what I see is what is described here: http://forum.pfsense.org/index.php?topic=41055.0 If I insert the stick, this is logged kernel: ugen0.3: at usbus0 kernel: Ejecting Huawei Technologies HUAWEI Mobile using method 9 and ugen0.3: at usbus0, cfg=255 md=HOST spd=HIGH (480Mbps) pwr=ON (500mA) bLength = 0x0012 bDescriptorType = 0x0001 bcdUSB = 0x0200 bDeviceClass = 0x0000 bDeviceSubClass = 0x0000 bDeviceProtocol = 0x0000 bMaxPacketSize0 = 0x0040 idVendor = 0x12d1 idProduct = 0x1505 bcdDevice = 0x0000 iManufacturer = 0x0003 iProduct = 0x0002 iSerialNumber = 0x0000 bNumConfigurations = 0x0001 Before it was identified as a 0x140c corresponding to a E180V according to usbdevs which is not really correct but it worked. With the new id 0x1505 no serial devices are a created. 0x1505 is a E392 in usbdevs, I guess that is a similar product but apparently Huawei sometimes uses the same id for more than one product. What can I do to get this back to working order except to roll back to 9-STABLE around October? What change to the usb system was done to break E398? Any hints welcome, I need this to work while travelling. Thank you, //per