From owner-freebsd-arm@FreeBSD.ORG Mon Aug 27 19:01:07 2012 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5E3741065700 for ; Mon, 27 Aug 2012 19:01:07 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from mail-ob0-f182.google.com (mail-ob0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 1584C8FC14 for ; Mon, 27 Aug 2012 19:01:06 +0000 (UTC) Received: by obbun3 with SMTP id un3so11682808obb.13 for ; Mon, 27 Aug 2012 12:01:06 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=sender:subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer :x-gm-message-state; bh=bqsIRokWNS7x9FqJtp5R3qrKWxMuddkhn8J3xEo076U=; b=Fq3OL1dNL0fA0M4EELF95MB/JSglm6NTmiH9kB0QZktN2BWEr2Bp6BUzPZIBnw273L nUkS4ao//ncAkTuMj+xlD/311qs4OY7TXcqb4hHcSiz5dzn8+Dv0Zxi3aGnd6wG5Q3ll l6zZCyVksHe40F8KkjR9S7ZOBCGXUTU9i4ztHefMco4NovT55d+jsaDk46R8EGmFX4BZ hD2qdhTHw1uA6NBND/zOM/R9fxs9v13WJnLzT6sbDPWwmvO2mcM+JWVWNVg9YTROOSCM olhNvtfmHWo7Fiv7RvUfgV5IlLVUvb7Nwek9ZUbYlcu6d1LRInVYcJn8MmNxqSR2WoFs 8AbQ== Received: by 10.60.171.69 with SMTP id as5mr10900676oec.100.1346094066388; Mon, 27 Aug 2012 12:01:06 -0700 (PDT) Received: from [10.30.101.53] ([209.117.142.2]) by mx.google.com with ESMTPS id ac8sm17796566obc.11.2012.08.27.12.01.05 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 27 Aug 2012 12:01:05 -0700 (PDT) Sender: Warner Losh Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Warner Losh In-Reply-To: <1E1B5E39-A2FC-437D-A759-BF75B680EFC5@neville-neil.com> Date: Mon, 27 Aug 2012 13:01:02 -0600 Content-Transfer-Encoding: quoted-printable Message-Id: <68F9301B-8B03-47D3-A0AA-9F2490D3481B@bsdimp.com> References: <20120827174004.GD58312@funkthat.com> <1E1B5E39-A2FC-437D-A759-BF75B680EFC5@neville-neil.com> To: George Neville-Neil X-Mailer: Apple Mail (2.1084) X-Gm-Message-State: ALoCoQlK9nbVbd8fcd+AGJICkoYcK5tYt2VFLXoN1DoYbwlBHY2qBy4ug6m05+KzsSDASFpzdgZX Cc: freebsd-arm@FreeBSD.org Subject: Re: Avila GW2348-4 and VLANs not working X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Aug 2012 19:01:07 -0000 On Aug 27, 2012, at 11:55 AM, George Neville-Neil wrote: >=20 > On Aug 27, 2012, at 18:40 , John-Mark Gurney wrote: >=20 >> Over the weekend, I tried to update my board to support VLANs, and = when >> I did, things didn't go so well. I have 9.0-PRERELEASE installed on = it, >> but the npe driver hasn't changed much since then, so I'm not sure = updating >> will fix things... >>=20 >> When I tried to run VLANs on the board, things didn't work. When I >> tcpdump'd the base interface, I got a ton of truncated-ip messages... >> Some of the packets that were suppose to be on a vlan didn't appear = to >> have a vlan tag on the npe0 interface... I previously used the same >> switch w/ an older x86 box and vlans worked fine, though on a much >> older FreeBSD release... >>=20 >> I've attached the dmesg.boot... iirc, the modifications to the = source >> were some things to make pf usable, but that's about it... >>=20 >> Any ideas what needs to be done to make vlans work? >>=20 >> P.S. Since I only have one board, and I'm using this as a firewall >> experimenting is a little difficult. Anyone know of a another good >> ARM board that I could use (and isn't too expensive)? >=20 > I'm a fan of the BeagleBone, which works with FreeBSD, and is about = $89. >=20 > http://beagleboard.org/buy >=20 > Rasberry Pis are cheap but impossible to come by. Doesn't the BealgleBone have only one Ethernet? Warner