From owner-freebsd-hardware@FreeBSD.ORG Tue Feb 17 22:45:20 2009 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 74D80106566C for ; Tue, 17 Feb 2009 22:45:20 +0000 (UTC) (envelope-from amijaresp@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.28]) by mx1.freebsd.org (Postfix) with ESMTP id 2C3248FC1D for ; Tue, 17 Feb 2009 22:45:20 +0000 (UTC) (envelope-from amijaresp@gmail.com) Received: by yw-out-2324.google.com with SMTP id 2so1323405ywt.13 for ; Tue, 17 Feb 2009 14:45:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=mHMzfqA4y1t/MZu432CzRDiCpe4+xMNuL1iKJz44P0g=; b=HNn4V3b4vPnFMZWT8FXqmJ0eC9KLU5U2BmljZ9mXGrrjKxEoIJ+E/hEWStKpIhjYIN e7glwjE913iWjHBprpO6WJob8O3diTil3Q9d5pfbS69DOH3uqLOfSrFM6uYgTjo1Z8S8 OtqoZO7KDLnPYkD5OS0l1D7RYb+gOxOMYiepA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=SY78BjuyA47poQNWzJSLdmFxY98QjHmuaIz5kxT6pVhI8xIhqZigyJSF4FD2lDKVxr UjDrVyGO+Zp1S1CZMSJVtVILZ4GpRrZ5ockMjuBKrvaKwUaCq1bwxpZwtPnGKsVCPdIm NHgApgYQa6itSDYw5+szNoqmpA5a23m4TFqhE= MIME-Version: 1.0 Received: by 10.220.45.142 with SMTP id e14mr1606436vcf.95.1234910719566; Tue, 17 Feb 2009 14:45:19 -0800 (PST) In-Reply-To: <286906750902171420h5815eaccp60e20abb0d097c21@mail.gmail.com> References: <286906750902130802q2ec86267ye5ae0832ab9a3aa4@mail.gmail.com> <200902132209.52793.hselasky@c2i.net> <286906750902140111i62d94f78w3921951f072cb930@mail.gmail.com> <200902172203.19534.nick@van-laarhoven.org> <286906750902171420h5815eaccp60e20abb0d097c21@mail.gmail.com> Date: Wed, 18 Feb 2009 18:15:19 +1930 Message-ID: <286906750902171445s24ab7d29s7cf8f2eedf0fa376@mail.gmail.com> From: Alberto Mijares To: Nick Hibma , freebsd-hardware@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Subject: Re: Modem GSM/GPRS X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2009 22:45:20 -0000 On Wed, Feb 18, 2009 at 5:50 PM, Alberto Mijares wrote: > On Wed, Feb 18, 2009 at 4:33 PM, Nick Hibma wrote: >> Alberto, >> >> Could you remove u3g again from your kernel, so the device attaches to ugen >> and then dump its descriptors using usbgen? >> >> usbgen -f /dev/ugen0 -D >> >> where ugen0 is the device mentioned in the dmesg. >> >> Thanks. >> >> Nick >> > > There is no such usbgen command in my system nor the ports tree (Am I > lost in the moon?). Where can I find it? I'm sorry. I've been too lazy last days. I found it already (sysutils/usbutil). Here goes: # usbgen -f /dev/ugen0 -D DEVICE descriptor: bLength=18 bDescriptorType=1 bcdUSB=1.10 bDeviceClass=0 bDeviceSubClass=0 bDeviceProtocol=0 bMaxPacketSize=64 idVendor=0x10c4 idProduct=0x8053 bcdDevice=100 iManufacturer=1 iProduct=2 iSerialNumber=3 bNumConfigurations=1 Current configuration is number 1 CONFIGURATION descriptor index 0: bLength=9 bDescriptorType=2 wTotalLength=32 bNumInterface=1 bConfigurationValue=1 iConfiguration=0 bmAttributes=80 bMaxPower=500 mA INTERFACE descriptor index 0, alt index 0: bLength=9 bDescriptorType=4 bInterfaceNumber=0 bAlternateSetting=0 bNumEndpoints=2 bInterfaceClass=255 bInterfaceSubClass=0 bInterfaceProtocol=0 iInterface=2 ENDPOINT descriptor index 0: bLength=7 bDescriptorType=5 bEndpointAddress=1-in bmAttributes=2 wMaxPacketSize=64 bInterval=0 ENDPOINT descriptor index 1: bLength=7 bDescriptorType=5 bEndpointAddress=1-out bmAttributes=2 wMaxPacketSize=64 bInterval=0 Seems the same info... Regards. Alberto Mijares