From owner-freebsd-current@FreeBSD.ORG Fri Aug 12 22:58:17 2005 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5446916A41F for ; Fri, 12 Aug 2005 22:58:17 +0000 (GMT) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D3B743D46 for ; Fri, 12 Aug 2005 22:58:17 +0000 (GMT) (envelope-from sam@errno.com) Received: from [66.127.85.91] ([66.127.85.91]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.6) with ESMTP id j7CMwDBd073432 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 12 Aug 2005 15:58:16 -0700 (PDT) (envelope-from sam@errno.com) Message-ID: <42FD2ACF.1090504@errno.com> Date: Fri, 12 Aug 2005 16:03:43 -0700 From: Sam Leffler User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050327) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Marcin Jessa References: <20050812174842.1cb43bc3.lists@yazzy.org> <42FCCD5B.3060905@errno.com> <20050812184516.6c3f7ae3.lists@yazzy.org> In-Reply-To: <20050812184516.6c3f7ae3.lists@yazzy.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: current@freebsd.org Subject: Re: Atheros and PPPoE X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Aug 2005 22:58:17 -0000 Marcin Jessa wrote: > Hi Sam. > > On Fri, 12 Aug 2005 09:24:59 -0700 > Sam Leffler wrote: > > >>Marcin Jessa wrote: >> >>>Hi. >>> >>>I tried to run PPPoE service on my atheros nic but there seem to be a problem doing it. >>>PPPoE on ath does not receive any requests from PPPoE clients. >>>It works fine with a "normal" wired nic (tested with fxp and xl) >>>Is that the case ? Isn't ath supporting that protocol ? >> >>ath knows nothing about ppoe; try providing info > > > I'd be glad to but what kind of info are you interested in? Well, start with ifconfig of the interface then give a recipe for how to reproduce it. "PPoE on ath does not receive any requests" doesn't mean a whole lot to me; are packets being received? If you run tcpdump on the interface to you see the expected traffic? Have you examined the statistics reported by 80211stats to see if frames are being discarded for some reason? I do not use PPoE and probably cannot recreate your setup so you need to provide sufficient information for me to diagnose the problem. Sam