Port/ Driver for USB Modem

Hans Petter Selasky hselasky at c2i.net
Sun Feb 27 16:53:08 UTC 2011


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


More information about the freebsd-usb mailing list