From owner-freebsd-usb@FreeBSD.ORG Fri Aug 22 22:17:27 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 2FAB23DE for ; Fri, 22 Aug 2014 22:17:27 +0000 (UTC) Received: from mail-wi0-x229.google.com (mail-wi0-x229.google.com [IPv6:2a00:1450:400c:c05::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C16A23A3C for ; Fri, 22 Aug 2014 22:17:26 +0000 (UTC) Received: by mail-wi0-f169.google.com with SMTP id n3so1549506wiv.4 for ; Fri, 22 Aug 2014 15:17:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=i7UWNroUD+fjkUg3hkyTnAX/x2qeo4mA78fO2cxQfck=; b=tvg4ZC5AZwh0tySB3+eLvlGfEs5Y8XPk7gtzfNdGqgFJBEHLeTU8XTSMO3lAljG4oT VYnmg4d41VKeUa+oeAwWwF+tm9HhWpKoujI6qN0oeBxjGmAWxAy89QzUTbN9z1wd8GrZ phZLmNPExmSUBJRVZ6M9iBi6tA3c0BLwL4OtQyyavLVWNBNKix/83pG6YEXnyhulATSI bDGWk0+0ocVdp2sC6zhM4OGt4V+TWlCHuMKXfdtn260wWkl3PKC2gfJfPW9eICQvJTNx lnQxy+fULM9Ryqe2gD2TwKRIw1CcWUVTshlbVaUBjOPkww1BTLJZLY/hu+IiUm9eH9Ga lGlw== X-Received: by 10.194.7.136 with SMTP id j8mr7647097wja.62.1408745844275; Fri, 22 Aug 2014 15:17:24 -0700 (PDT) MIME-Version: 1.0 Received: by 10.194.121.37 with HTTP; Fri, 22 Aug 2014 15:17:04 -0700 (PDT) From: Miguel Clara Date: Fri, 22 Aug 2014 23:17:04 +0100 Message-ID: Subject: "usbnet" support in FreeBSD? To: freebsd-usb@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 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: Fri, 22 Aug 2014 22:17:27 -0000 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: on usbus0 umodem0: data interface 0, has no CM over data, has no break device_attach: umodem0 attach returned 6 /var/log/messages: Aug 22 21:01:05 r2d2 kernel: ugen0.4: at usbus0 Aug 22 21:01:05 r2d2 kernel: umodem0: on usbus0 Aug 22 21:01:05 r2d2 kernel: umodem0: data interface 0, has no CM over data, has no break Aug 22 21:01:05 r2d2 kernel: device_attach: umodem0 attach returned 6 Aug 22 21:01:05 r2d2 devd: Executing 'env LD_PRELOAD=/usr/local/lib/libhal.so:/usr/local/lib/libdbus-1.so:/usr/local/lib/libcuse4bsd.so /usr/local/etc/rc.d/webcamd start ugen0.4' Aug 22 21:01:05 r2d2 devd: Executing 'logger Unknown USB device: vendor 0x0fca product 0x8012 bus uhub0' Aug 22 21:01:05 r2d2 root: Unknown USB device: vendor 0x0fca product 0x8012 bus uhub0 Aug 22 21:01:05 r2d2 devd: Executing 'logger Unknown USB device: vendor 0x0fca product 0x8012 bus uhub0' Aug 22 21:01:05 r2d2 root: Unknown USB device: vendor 0x0fca product 0x8012 bus uhub0 Thanks