From owner-freebsd-questions@FreeBSD.ORG Tue Oct 21 08:48:23 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EDD011065670 for ; Tue, 21 Oct 2008 08:48:23 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from hs-out-0708.google.com (hs-out-0708.google.com [64.233.178.250]) by mx1.freebsd.org (Postfix) with ESMTP id A61C08FC17 for ; Tue, 21 Oct 2008 08:48:23 +0000 (UTC) (envelope-from onemda@gmail.com) Received: by hs-out-0708.google.com with SMTP id 54so910000hsz.11 for ; Tue, 21 Oct 2008 01:48:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=Iun/ipXeULhASFYtkO9h1oXVhuSVZDGW4LOYTdxpJoQ=; b=lTEAK+KBoBCsVuZhCRIc4s+LyDqN7ApEF7qsFZ+YQlnUlDi6j96AmCABZOjD83gx39 GGU6//NfIoMZFQ0P5jbpj+X7j47DOPxYJ6o5zGEZF6VgO5fXR5D9ZT6uJDVIR3/bx6fB BxNgHFFIHFj5J2LbDnve3cV5T9vVAHn3UWjmM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=wM1BPIE4L8r0EfYrCkgfvYr2oL/UtGatzIGa1HNAbt6taGavRW4OJZIJO4XZV64LuV kOFtgpyMLkJ3XEYkK/e1m/YDPmQreqhseteKF5fP9UA30WZfMYNICsLxSUgBV3EaJpmW FszZkCCjF0CSPbwuEiebNRrKri6r/xytn6GNo= Received: by 10.231.10.140 with SMTP id p12mr1781830ibp.36.1224578901993; Tue, 21 Oct 2008 01:48:21 -0700 (PDT) Received: by 10.231.17.68 with HTTP; Tue, 21 Oct 2008 01:48:21 -0700 (PDT) Message-ID: <3a142e750810210148l78720b7eoa5e56236980fcf45@mail.gmail.com> Date: Tue, 21 Oct 2008 10:48:21 +0200 From: "Paul B. Mahol" To: "Michal Kulczewski" In-Reply-To: <48FD9252.5040705@man.poznan.pl> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <48FD8E1B.4050808@man.poznan.pl> <3a142e750810210113v2004694ar6a613d4da8729f7a@mail.gmail.com> <48FD9252.5040705@man.poznan.pl> Cc: freebsd-questions@freebsd.org Subject: Re: wpa_supplicant wired X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Oct 2008 08:48:24 -0000 On 10/21/08, Michal Kulczewski wrote: > Paul B. Mahol wrote: >> On 10/21/08, Michal Kulczewski wrote: >>> Hi folks, >>> >>> can anyone manage to have wired driver enabled in wpa_supplicant? How to >>> do this? I'm playing with wpa_supplicant and hostapd sources for a while >>> but without any significant progress. >>> >> What FreeBSD vesion? On CURRENT and 7.0=> it is enabled by default, on "=>" should be just ">" >> older I think you need to rebuild it yourself. >> >> Enabling wired driver in wpa_supplicant is straightforward. > > well, it's not, at least not for me. I'm running 7.0, wpa_supplicant > tells me that wired driver is not supported (BSD and NDIS are the only > correct values). Yes, 7.0 RELEASE do not have it. Here is patch: http://www.freebsd.org/cgi/cvsweb.cgi/src/usr.sbin/wpa/wpa_supplicant/Makefile.diff?r1=1.11.2.2;r2=1.11.2.3