From owner-freebsd-net@FreeBSD.ORG Fri Feb 6 00:28:48 2009 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 65F4B106566C for ; Fri, 6 Feb 2009 00:28:48 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from mail-ew0-f21.google.com (mail-ew0-f21.google.com [209.85.219.21]) by mx1.freebsd.org (Postfix) with ESMTP id C49418FC17 for ; Fri, 6 Feb 2009 00:28:47 +0000 (UTC) (envelope-from onemda@gmail.com) Received: by ewy14 with SMTP id 14so1192844ewy.19 for ; Thu, 05 Feb 2009 16:28:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=Xil8kiqFWYiiKwfXBbcQ6IxAKSrJRakjCnvom+a+TEo=; b=I47m1aia/qQ7C9u5LLLvDrYJqTWyC9T0TGoQArQvUKppNXG+rxgbufcELQIq9rFvy8 RKGatyV1D9E1kwKv6Mz98TUD39Bjhay9RemAZau+LqVdzl56T3oMtw+gd+M0vmgvcX3a BTxHicmhK1wQZ4p6fKinQxApxNWWy+gSqN8Yg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=NZvL1dqH74HUQJcnOlihXkoXZSxE07bp9Kgk8CKM+pwGkVXybIyKfufmwWj03TXRVQ tj7PrsbvwihxVnjGTT3zNzLUNwxg0g8se8Y1gJ54VxaSNNi2+w1gsKM4TiZ/jNaZIob6 3Y6e8lxIO4PTbxRl+fCm7LEKLl2z7/BATaxv8= MIME-Version: 1.0 Received: by 10.210.62.3 with SMTP id k3mr791465eba.182.1233880126811; Thu, 05 Feb 2009 16:28:46 -0800 (PST) In-Reply-To: References: <3a142e750902050956ldf9a9c4q1ce33f60f36bead2@mail.gmail.com> Date: Fri, 6 Feb 2009 01:28:46 +0100 Message-ID: <3a142e750902051628x25eeeddbxf1f9512c46028442@mail.gmail.com> From: "Paul B. Mahol" To: Erwin Hoffmann Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-net@freebsd.org Subject: Re: kern/130820: [ndis] wpa_supplicant(8) returns 'no space on device' X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2009 00:28:48 -0000 On 2/5/09, Erwin Hoffmann wrote: > Hi Paul, > > > --On 5. Februar 2009 18:56:06 +0100 "Paul B. Mahol" > wrote: > >> On 2/5/09, Erwin Hoffmann wrote: >>> Hi, >>> >>> I just saw Paul Mahol's comment: >>> >>>> Yet another invalid bug report. >>>> OP should use -Dndis and not -Dbsd >>>> >>>> -- >>>> Paul >>> >>> Well. If things would be sooo easy. >>> Trying to declare "-D ndis" in the wpa_supplicant call as additional >>> argument yields: >>> >>> artemis# pwd >>> /etc/rc.d >>> artemis# ./wpa_supplicant start ndis0 >>> Starting wpa_supplicant. >>> Unsupported driver 'ndis'. >>> >>> This is my kernel setup: >>> >>> artemis# kldstat -v | grep wlan >>> 300 wlan_ccmp >>> 301 wlan_tkip >>> 302 wlan_wep >>> 303 wlan >>> >>> artemis# kldstat -v | grep ndis >>> 5 3 0xc0c73000 17734 ndis.ko >>> 3 ndisapi >>> 6 2 0xc0c8b000 caa4 if_ndis.ko >>> 4 cardbus/ndis >>> 5 pci/ndis >>> 6 pccard/ndis >>> 7 uhub/ndis >>> >>> What am I missing ? >>> >> >> wpa_supplicant works fine on 8.0 with ndisX vaps. (and on 7 branch it >> should work too) >> >> Your is not configured with support for ndis. Please read carefully >> wpa_supplicant configuration options. > > It would help me (and everybody) if you could shed a little light on that > subject. > > Apart from patching wpa_supplicant 0.3.11 and the most current to work > under FreeBSD, I'm probably missing an import piece of information. Neither > the man pages nor the current FreeBSD docs indicate (at least for me) the > necessary adjustments. wpa_supplicant is contributed software located in /usr/src/contrib/wpa_supplicant/ Makefiles to build wpa_supplicat for FreeBSD are in /usr/src/usr.sbin/wpa/wpa_supplicant/ -- Paul