From owner-freebsd-usb@FreeBSD.ORG Sat Aug 23 08:41:33 2014 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 92875319 for ; Sat, 23 Aug 2014 08:41:33 +0000 (UTC) Received: from mail.turbocat.net (heidi.turbocat.net [88.198.202.214]) (using TLSv1.1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 515493EB1 for ; Sat, 23 Aug 2014 08:41:32 +0000 (UTC) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 0C0FA1FE027; Sat, 23 Aug 2014 10:41:23 +0200 (CEST) Message-ID: <53F853BE.5090004@selasky.org> Date: Sat, 23 Aug 2014 10:41:34 +0200 From: Hans Petter Selasky User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: Miguel Clara , freebsd-usb@freebsd.org Subject: Re: "usbnet" support in FreeBSD? References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Aug 2014 08:41:33 -0000 On 08/23/14 00:17, Miguel Clara wrote: > I know FreeBSD suppots (at least according to the guide) usb tether, but > some devices when connected via USB are visible as a network interface and > this allows file sharing among other things! > > I have a Blackberry 10 device and I'm wondering if this is somehow possible > or if not how hard would it be? > > On linux the device is recognize by usbnet driver ( > http://www.linux-usb.org/usbnet/) is there anything like this in freebsd? > > > More info about the device detection: > > dmesg: > ugen0.4: at usbus0 > umodem0: 2.00/2.40, addr 11> on usbus0 > umodem0: data interface 0, has no CM over data, has no break > device_attach: umodem0 attach returned 6 > Hi, kldload if_cdce Also dump the usb configuration using usbdump: usbdump -d ugenX.Y dump_device_desc dump_curr_config_desc --HPS