From owner-freebsd-usb@FreeBSD.ORG Wed Feb 10 09:50:17 2010 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 43B0510656C1 for ; Wed, 10 Feb 2010 09:50:17 +0000 (UTC) (envelope-from freebsd-usb@dino.sk) Received: from loki.netlab.sk (loki.netlab.sk [84.245.65.11]) by mx1.freebsd.org (Postfix) with ESMTP id B24C58FC1B for ; Wed, 10 Feb 2010 09:50:16 +0000 (UTC) Received: from wind.dino.sk (fw.swan.sk [217.75.72.98]) (AUTH: PLAIN milan, TLS: TLSv1/SSLv3,256bits,AES256-SHA) by loki.netlab.sk with esmtp; Wed, 10 Feb 2010 10:50:03 +0100 id 0002E0E6.4B72814B.0000EB6B From: Milan Obuch To: freebsd-usb@freebsd.org Date: Wed, 10 Feb 2010 10:50:08 +0100 User-Agent: KMail/1.9.10 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <201002101050.08302.freebsd-usb@dino.sk> Subject: Huawei E1752 under FreeBSD X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2010 09:50:17 -0000 Hi, I got this 3G modem, it is not recognised under FreeBSD (tested with fresh 9-CURRENT). I found no relevant information googling for "huawei e1752 freebsd", but "huawei e1752 linux" got me http://www.blogcatalog.com/blog/iwrite-2/dbbfb38ae5ef9ccef8540aad7f9edbd6 and there is part about usb modeswitch, part of config reproduced here: # Huawei E1752 # # Contributor: DefaultVendor= 0x12d1 DefaultProduct= 0x1446 TargetVendor= 0x12d1 TargetProdct= 0x1001 MessageEndpoint= 0x01 MessageContent= "55534243000000000000000000000011060000000000000000000000000000" It looks like this is the message necessary for switching this device into modem mode, but I have no idea how to issue such command. Also, for my use I need to get this working under 8.0-RELEASE/STABLE. Any hint/help on this one? Regards, Milan