From owner-freebsd-hardware@FreeBSD.ORG Tue Feb 17 22:20:57 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 325881065673 for ; Tue, 17 Feb 2009 22:20:57 +0000 (UTC) (envelope-from amijaresp@gmail.com) Received: from el-out-1112.google.com (el-out-1112.google.com [209.85.162.177]) by mx1.freebsd.org (Postfix) with ESMTP id DCE188FC1C for ; Tue, 17 Feb 2009 22:20:56 +0000 (UTC) (envelope-from amijaresp@gmail.com) Received: by el-out-1112.google.com with SMTP id r27so2261628ele.13 for ; Tue, 17 Feb 2009 14:20:56 -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=cJ/RM2vOxBvAWm6c8S6pXXJFM4yBtoOXI3MLX2AVudY=; b=RN+Vmj5Y2mGL+n29DFNo/dHXtdUZV4vFZAArpFphn2nTvQYNCAVLtv71XhM8kvFBkT wlRaz/xLtKEwzLIHI8+oi5xgg/KNklXtf6AZn2IpdTnov2gc8BnRIvPxf164o9QX8tIn joHGPfM0c1Rkt1CcKkMp3AK6L7mISohC3/TNE= 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=k/yw6k+2wB/NBXtTQ59pu9hYCHDn7PkdxAYVtSWWRNrvcFFIN0ETaUucVbYddf1lho X3moqbTVCcTM5dP4+2K5J2hVr+/MUb3HbmXgVM7UfuLjnUkppbAHC6owQsm0jLzGwZJY LvkxnO882wx53RzKaFebMlPX11ttJ3F9/lLbY= MIME-Version: 1.0 Received: by 10.220.76.81 with SMTP id b17mr520825vck.24.1234909255984; Tue, 17 Feb 2009 14:20:55 -0800 (PST) In-Reply-To: <200902172203.19534.nick@van-laarhoven.org> References: <286906750902130802q2ec86267ye5ae0832ab9a3aa4@mail.gmail.com> <200902132209.52793.hselasky@c2i.net> <286906750902140111i62d94f78w3921951f072cb930@mail.gmail.com> <200902172203.19534.nick@van-laarhoven.org> Date: Wed, 18 Feb 2009 17:50:55 +1930 Message-ID: <286906750902171420h5815eaccp60e20abb0d097c21@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:20:57 -0000 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? Is the following info useful to you? # udesc_dump /dev/ugen0 Standard Device Descriptor: bLength 18 bDescriptorType 01 bcdUSB 0110 bDeviceClass 00 bDeviceSubClass 00 bDeviceProtocol 00 bMaxPacketSize 64 idVendor 10c4 idProduct 8053 bcdDevice 0100 iManufacturer 1 iProduct 2 iSerialNumber 3 bNumConfigurations 1 Configuration 0: Standard Configuration Descriptor: bLength 9 bDescriptorType 02 wTotalLength 32 bNumInterface 1 bConfigurationValue 1 iConfiguration 0 bmAttributes 80 bMaxPower 250 (500 mA) Standard Interface Descriptor: bLength 9 bDescriptorType 04 bInterfaceNumber 0 bAlternateSetting 0 bNumEndpoints 2 bInterfaceClass ff bInterfaceSubClass 00 bInterfaceProtocol 00 iInterface 2 Standard Endpoint Descriptor: bLength 7 bDescriptorType 05 bEndpointAddress 81 (in) bmAttributes 02 (Bulk) wMaxPacketSize 64 bInterval 0 Standard Endpoint Descriptor: bLength 7 bDescriptorType 05 bEndpointAddress 01 (out) bmAttributes 02 (Bulk) wMaxPacketSize 64 bInterval 0 Codes Representing Languages by the Device: bLength 4 bDescriptorType 03 wLANGID[0] 0409 String (index 1): Silicon Labs String (index 2): SA-EL USB String (index 3): 280RH70230396 Thank you. Alberto Mijares