From owner-freebsd-hackers@FreeBSD.ORG Wed Jan 21 13:00:43 2015 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 45807D51; Wed, 21 Jan 2015 13:00:43 +0000 (UTC) Received: from mail-wi0-x235.google.com (mail-wi0-x235.google.com [IPv6:2a00:1450:400c:c05::235]) (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 CD1F4CB4; Wed, 21 Jan 2015 13:00:42 +0000 (UTC) Received: by mail-wi0-f181.google.com with SMTP id fb4so20652538wid.2; Wed, 21 Jan 2015 05:00:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=qClNatwEdgGi10PYAiEIhOy+QqjDJFQvKHRo58ZkZBg=; b=DfGL45Z89BmeN4KZhStFiSLL6FvX+uVsxi3XGygCFWr4nrh0jph5Qmvjly7byv/OD8 ol++mO4ZkuR2Avw3MdIMWzdmd3Vr6ZgNYWr0AaEV726ihEWCoU41zP9sziZL/X8nsCfE Huvyy6ouafV4xlA22u86ryKdEf0ujcG95s+klKCG6W/xEUl0J9Z+2K/NZe0+lToHBli6 /YugutvNn2jh2wxRoIM7hgoSL2Vmrufa0TCi2b3nvMCUfnNyqbe7Mh3s/KYRVkwZlijs 3iHFnB65yl9HxTzVJlHacT34374h0cwTcammLTyquRC23E/z0ZjeUmg7qjjKa/zhsJlq FV8g== MIME-Version: 1.0 X-Received: by 10.180.98.202 with SMTP id ek10mr32392097wib.56.1421845241219; Wed, 21 Jan 2015 05:00:41 -0800 (PST) Received: by 10.216.213.145 with HTTP; Wed, 21 Jan 2015 05:00:41 -0800 (PST) In-Reply-To: References: Date: Wed, 21 Jan 2015 11:00:41 -0200 Message-ID: Subject: Re: etherswitchcfg - TPLINK TP-WR1043ND From: Luiz Otavio O Souza To: Wojciech Puchar Content-Type: text/plain; charset=UTF-8 Cc: "freebsd-hackers@freebsd.org" , hiren panchasara X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jan 2015 13:00:43 -0000 On 21 January 2015 at 10:00, Wojciech Puchar wrote: >> >> Can you post o/p of 'etherswitchcfg'? >> I've ran into this where port 0 is part of a different vlan. > > not sure what "o/p" means but full output is > > etherswitchcfg -v info > etherswitch0: Realtek RTL8366RB with 6 ports and 16 VLAN groups > etherswitch0: VLAN capabilities=0<> ^^^^^^^ > port5: > flags=0<> > media: Ethernet 1000baseT > status: active Looks like you are using somewhat old code. I've committed a few fixes last time I tried my 1043. With latest fixes you should not see the 'half-duplex' on CPU port and VLAN capability is also set (together with a few other changes). Can you try with a more recent head ? Luiz