From owner-freebsd-net@FreeBSD.ORG Thu Feb 5 17:56:10 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 209F2106564A for ; Thu, 5 Feb 2009 17:56:10 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.187]) by mx1.freebsd.org (Postfix) with ESMTP id A85E48FC20 for ; Thu, 5 Feb 2009 17:56:09 +0000 (UTC) (envelope-from onemda@gmail.com) Received: by nf-out-0910.google.com with SMTP id h3so72980nfh.33 for ; Thu, 05 Feb 2009 09:56:08 -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=R8DirIkr2rdZp/brW5f+pLTt1/qfkkSjKEhQN2zWN1s=; b=vC60KinlerxSNuT2W9dLTcdXxsVdfu4G+yP9BSANHUbmLgLdjanDzkoNTBhAC4bHIY 0Ias+p/7S3pu4QWuzQ1zm4OUY6dvbVXAUZMebd0wkz6LP6LC1PMvDSNJQTnntFWcxai5 9+1Z4dCapWEsIE9V/8R0PFvTypEX9+EJYwgy0= 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=Hng2cfTQHWv/D8onQUT1SLAoS0rQ49DYVrgxczIMnvgCzxyf6pmfI8LBkU9KcvFA1S psjY0qAesjfe+jFAw6SvRyJY9CUa4jz6E1E9Scr7nieYPatxdjIm3CjORxZon+ASJeOw 4A2vCwMNkDrKUz2yuSD2n4/jo6MnGFlzDy0Xg= MIME-Version: 1.0 Received: by 10.210.76.4 with SMTP id y4mr570537eba.23.1233856566924; Thu, 05 Feb 2009 09:56:06 -0800 (PST) In-Reply-To: References: Date: Thu, 5 Feb 2009 18:56:06 +0100 Message-ID: <3a142e750902050956ldf9a9c4q1ce33f60f36bead2@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: Thu, 05 Feb 2009 17:56:10 -0000 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 ? > > regards. > --eh. > > > > --- > Dr. Erwin Hoffmann | FEHCom | http://www.fehcom.de/ > > _______________________________________________ > freebsd-net@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org" > 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. -- Paul