From owner-freebsd-questions@FreeBSD.ORG Wed Jul 25 13:21:35 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EEC381065670 for ; Wed, 25 Jul 2012 13:21:35 +0000 (UTC) (envelope-from erichfreebsdlist@ovitrap.com) Received: from alogreentechnologies.com (alogreentechnologies.com [67.212.224.110]) by mx1.freebsd.org (Postfix) with ESMTP id BEA068FC12 for ; Wed, 25 Jul 2012 13:21:35 +0000 (UTC) Received: from AMD620.ovitrap.com ([49.128.188.2]) (authenticated bits=0) by alogreentechnologies.com (8.13.1/8.13.1) with ESMTP id q6PDLQRC002451; Wed, 25 Jul 2012 07:21:31 -0600 Date: Wed, 25 Jul 2012 20:23:57 +0700 From: Erich Dollansky To: Manish Jain Message-ID: <20120725202357.584a931f@AMD620.ovitrap.com> In-Reply-To: References: <20120721133611.GA3755@tinyCurrent> <201207231737.43075.erichfreebsdlist@ovitrap.com> X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.6; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Matthias Apitz , freebsd-questions@freebsd.org Subject: Re: How to get Huawei EC1561 USB modem working under FreeBSD 8.2? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Jul 2012 13:21:36 -0000 Hi, On Tue, 24 Jul 2012 14:29:07 +0530 Manish Jain wrote: > On 23-Jul-12 16:07, Erich Dollansky wrote: > > Hi, > > > > On Monday 23 July 2012 16:46:04 Manish Jain wrote: > >> On 21-Jul-12 19:06, Matthias Apitz wrote: > >>> El d=EDa Saturday, July 21, 2012 a las 06:01:11PM +0530, Manish > >>> Jain escribi=F3: > >>> > > > >> I am still stuck because I can't know the syntax to run usbdump. > >> usbdump > > > > man usbdump > > > > usbconfig gives you the device numbers. I got something wrong. It is all done by usbconfig usbconfig without any parameters gives you a list of devices. One entry should look like this: ugen0.4: at usbus0, cfg=3D0 md=3DHOST spd=3DFULL (12Mbps) pwr=3DON You enter then usbconfig -u 0 -a 4 dump_device_desc and you should get something like this: ugen0.4: at usbus0, cfg=3D0 md=3DHOST spd=3DFULL (12Mbps) pwr=3DON bLength =3D 0x0012=20 bDescriptorType =3D 0x0001=20 bcdUSB =3D 0x0200=20 bDeviceClass =3D 0x0000=20 bDeviceSubClass =3D 0x0000=20 bDeviceProtocol =3D 0x0000=20 bMaxPacketSize0 =3D 0x0040=20 idVendor =3D 0x12d1=20 idProduct =3D 0x1803=20 bcdDevice =3D 0x0000=20 iManufacturer =3D 0x0003 iProduct =3D 0x0002 iSerialNumber =3D 0x0000 bNumConfigurations =3D 0x0001=20 You try to find a solution from the other side of the rope. I think we better start here first. Erich