Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Feb 2011 17:52:48 +0100
From:      Hans Petter Selasky <hselasky@c2i.net>
To:        Satyakam Phukan <sphukan2009@yahoo.in>, freebsd-usb@freebsd.org
Subject:   Re: Port/ Driver for USB Modem
Message-ID:  <201102271752.48333.hselasky@c2i.net>
In-Reply-To: <74566.66732.qm@web95613.mail.in.yahoo.com>
References:  <74566.66732.qm@web95613.mail.in.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102271752.48333.hselasky>