From owner-freebsd-usb@FreeBSD.ORG Sun Feb 27 16:53:08 2011 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 59BE1106564A for ; Sun, 27 Feb 2011 16:53:08 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe07.c2i.net [212.247.154.194]) by mx1.freebsd.org (Postfix) with ESMTP id E08678FC0A for ; Sun, 27 Feb 2011 16:53:07 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.1 cv=118a5bn0tGnRZbUa9ClBty6BTuM1bA5mUZqmf2RHYp4= c=1 sm=1 a=zx2QPtjpZAkA:10 a=Q9fys5e9bTEA:10 a=CL8lFSKtTFcA:10 a=i9M/sDlu2rpZ9XS819oYzg==:17 a=y2rW0UoheDFmzkpIctcA:9 a=au_nokkAkAxPbRAlQX-ciR4qT-sA:4 a=PUjeQqilurYA:10 a=i9M/sDlu2rpZ9XS819oYzg==:117 Received: from [188.126.198.129] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe07.swip.net (CommuniGate Pro SMTP 5.2.19) with ESMTPA id 93637779; Sun, 27 Feb 2011 17:53:05 +0100 From: Hans Petter Selasky To: Satyakam Phukan , freebsd-usb@freebsd.org Date: Sun, 27 Feb 2011 17:52:48 +0100 User-Agent: KMail/1.13.5 (FreeBSD/8.2-PRERELEASE; KDE/4.4.5; amd64; ; ) References: <74566.66732.qm@web95613.mail.in.yahoo.com> In-Reply-To: <74566.66732.qm@web95613.mail.in.yahoo.com> X-Face: *nPdTl_}RuAI6^PVpA02T?$%Xa^>@hE0uyUIoiha$pC:9TVgl.Oq, NwSZ4V"|LR.+tj}g5 %V,x^qOs~mnU3]Gn; cQLv&.N>TrxmSFf+p6(30a/{)KUU!s}w\IhQBj}[g}bj0I3^glmC( :AuzV9:.hESm-x4h240C`9=w MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201102271752.48333.hselasky@c2i.net> Cc: Subject: Re: Port/ Driver for USB Modem 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: Sun, 27 Feb 2011 16:53:08 -0000 On Sunday 27 February 2011 17:40:51 Satyakam Phukan wrote: > p { margin-bottom: 0.21cm; } > > Dear Satyakam, The Huawei device you have is supported by the u3g driver: sys/dev/usb/serial/u3g.c: U3G_DEV(HUAWEI, E140B, U3GINIT_HUAWEI), Bus 006 Device 003: ID 12d1:140b Huawei Technologies Co., Ltd. You can find this relationship by first looking up the vendor and product id's in sys/dev/usb/usbdevs . Then grep for the resulting strings in sys/dev/usb/serial directory. Regarding usbconfig now showing the devices, what does dmesg say? --HPS