From owner-freebsd-questions@freebsd.org Mon Oct 26 15:55:01 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 60EED852D for ; Mon, 26 Oct 2015 15:55:01 +0000 (UTC) (envelope-from freebsd@pki2.com) Received: from btw.pki2.com (btw.pki2.com [IPv6:2001:470:a:6fd::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2D12419D7 for ; Mon, 26 Oct 2015 15:55:01 +0000 (UTC) (envelope-from freebsd@pki2.com) Received: from localhost (localhost [IPv6:::1]) by btw.pki2.com (8.15.2/8.14.9) with ESMTP id t9QFsnZn025298 for ; Mon, 26 Oct 2015 08:54:49 -0700 (PDT) (envelope-from freebsd@pki2.com) DMARC-Filter: OpenDMARC Filter v1.3.1 btw.pki2.com t9QFsnZn025298 Authentication-Results: btw.pki2.com; dmarc=none header.from=pki2.com DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=pki2.com; s=pki2; t=1445874889; bh=eeAu1EHbLMOPcowwAEcVh5l0hRpMs6Ky9dWE1GtP5Ck=; h=Subject:From:To:Date; z=Subject:=20usbnet=20vs=20umass=20(FreeBSD<>BeagleBone)|From:=20De nnis=20Glatting=20|To:=20freebsd-questions@freeb sd.org|Date:=20Mon,=2026=20Oct=202015=2008:54:49=20-0700; b=ak9M3qrAr5u0vciG+LGjPj4+FV+UH4EcjwVipgBF7xj7sGnBx7KTy9Hi4Ng2UuUPs 3LJuLh/ULa9Hlz97IiFD2ksFKhBsWWR/CnTfq4bxb9aoLXgfWPZ7AcNw5DzcbCUOKx Ki2DmiD6UTgmmDePKeP6gG++ZxCPiIe3zp+sUQpM0SaoIPexpXGQi8/AoWKKTIAP70 hI8L9rco/+vqGNvZGcHKfhdgOuD/QZI1UdI8XOGkNUuYnU6OBXBNGvusev5Lam8A5Y Cl99/JGuPP5lkQb+aFlJjySof4IaJaf8ufvNpb06yrqG1CEOVl7AxA6XYwnKzTAVho WR6aWInGo1zzg== Message-ID: <1445874889.31346.12.camel@pki2.com> Subject: usbnet vs umass (FreeBSD<>BeagleBone) From: Dennis Glatting To: freebsd-questions@freebsd.org Date: Mon, 26 Oct 2015 08:54:49 -0700 Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.16.5 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-SoftwareMunitions-MailScanner-Information: Dennis Glatting X-SoftwareMunitions-MailScanner-ID: t9QFsnZn025298 X-SoftwareMunitions-MailScanner: Found to be clean X-MailScanner-From: freebsd@pki2.com X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Oct 2015 15:55:01 -0000 I am trying to get Ethernet to work over USB between a BeagleBone Black and a i386 FreeBSD laptop. The FreeBSD laptop insists the BBB is a disk (da0) on the opposite end of the USB cable. So I set load_umass="NO" but FBSD insisted a disk was there. So I disabled Linux, still a da0. I commented out "device umass" in the kernel config but umass was built and installed anyway (must be a dependency somewhere). Any clue how to get Ethernet over USB to a BBB is appreciated.