From owner-freebsd-embedded@freebsd.org Sun Feb 26 09:57:03 2017 Return-Path: Delivered-To: freebsd-embedded@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 504E9CEC0F2 for ; Sun, 26 Feb 2017 09:57:03 +0000 (UTC) (envelope-from bored_to_death85@yahoo.com) Received: from sonic306-36.consmr.mail.bf2.yahoo.com (sonic306-36.consmr.mail.bf2.yahoo.com [74.6.132.235]) by mx1.freebsd.org (Postfix) with ESMTP id 1C102D37 for ; Sun, 26 Feb 2017 09:57:02 +0000 (UTC) (envelope-from bored_to_death85@yahoo.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1488103021; bh=LY+7y37NtcdleWlWw48gs1IBHVM3Sz+hP/jvSF+8D08=; h=Date:From:Reply-To:To:Subject:References:From:Subject; b=tkbAnw62DU41yxBAhcvDhhRn7Amo6iZAINJozmyJQ8r+/FnlIL5ryQyBegLF+QQ5skFdTFwQORvLA9G0sTJjcL2JKgRV7c7FhgRYnNgUVMckxTPAo6wHB2a+C6+HvXSkLnqV+lqEOHML9YKQn+vMjxt+5Z5i1Gmc2jd1a3I8U44ZHwNtVnV3P5aK2wvqdW81E/XqXe7U/zpOt2dc2qu1XDRhtHkEhIbtAvDMH8KF7hNmy7AkcENX6BQp3h64kagIlDCJlzZ9kAUe/X3AOS4tuQfHNL/JpQCQmVrAgKt2+wddsHdjtLRvu1pE+Bfvuah2ars1DDeOE1F91Z7K4yxEhg== X-YMail-OSG: Iw7xnkgVM1mLoxjdFV7ho4vErScoWVcVlLdUcxt4NNd5LIDnGGLpRj7uiXNjS.S tn1DNO6seRt1HWeKFVVvoMCyVRSVQo6BxvZbE5.k.POa_HGcGd11DLh9AhJ7ahBnECD4Yf4G_QCf z9m4z9.3Miyy2odWPBcpS2X1KnrSSJZVbT760XtIIxYjgVwMWdLRcNQzk36iVrDrR5fxBlJcmGkZ IOnpIUmWInDU2P9nG71OOIR5UjTQt41g__2ogj6a0wDhjbLzvRh7dtbh6SWFnxhTT.81JVtndXb5 qCGY1WVphLlDnYNfZfeIzh2GH9bdsgTlQtitfRrZLPI.ak1ZfZocM7emjxTterNwEYrmw0H1F.J9 StiwAxqGuuHn72ZW46XC9ea5zaQFDuZpC9WRpP8YDrjzbhj4kwZq1eAC.quPX_60oNFp.t2gPaog yGr_3GOV8Wjlfgo3gRcXjCljBJFpZZz83O3KfSCXnc_OQYvIXoLlblJ7xoHHmvs5UXHjBSI.6Y_x K4NNoV9TjhYiiBU2Gdwkg31wb.urS8zgMOIUMgkPjB8Xj4yjNvTT9N5aXaj3lFgvf7UssA_rzvzh lDguDizY4YChjKCgOYRnq7UnY_1_5mzpP697yS0Q21A59qAWAWFXmOZCuO6pGYzAjPo.QnVShauq yO3G7H.KSuqskovHGD77OUBl.1fpz Received: from sonic.gate.mail.ne1.yahoo.com by sonic306.consmr.mail.bf2.yahoo.com with HTTP; Sun, 26 Feb 2017 09:57:01 +0000 Date: Sun, 26 Feb 2017 09:48:48 +0000 (UTC) From: "M. V." Reply-To: "M. V." To: "freebsd-embedded@freebsd.org" Message-ID: <513684696.1212163.1488102528528@mail.yahoo.com> Subject: problem with Banana PI R1 Network Adapter MIME-Version: 1.0 References: <513684696.1212163.1488102528528.ref@mail.yahoo.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Feb 2017 09:57:03 -0000 Hi guys, I Tried two different versions of FreeBSD image on Banana PI R1 board (BPI with 5 network ports) But I have same problem with setting up network in both: https://download.freebsd.org/ftp/releases/arm/armv6/ISO-IMAGES/11.0/FreeBSD-11.0-RELEASE-arm-armv6-BANANAPI.img.xzhttp://download.raspbsd.org/FreeBSD-armv6-12.0-ALLWINNER-310828.img.gz As I read in board's manual and checked on linux, It supposed to give us one interface that is reachable via either port of device (like a bridge). In installed FreeBSD, It gives me one interface (dwc0) but it gets active only if I plug the cable to Port-2 (connecting cable to any other port will result in interface remaining "no carrier"), and even with port-2 I don't have any ping or connection whatsoever (checking with tcpdump, no packet is getting in or out of device) Does anyone have any experience with this board to help me? Thank you.