From owner-freebsd-questions@FreeBSD.ORG Sun Jan 31 22:19:59 2010 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 D2AF51065676 for ; Sun, 31 Jan 2010 22:19:59 +0000 (UTC) (envelope-from twhoffma@gmail.com) Received: from mail-ew0-f211.google.com (mail-ew0-f211.google.com [209.85.219.211]) by mx1.freebsd.org (Postfix) with ESMTP id 67B6D8FC1A for ; Sun, 31 Jan 2010 22:19:59 +0000 (UTC) Received: by ewy3 with SMTP id 3so254958ewy.33 for ; Sun, 31 Jan 2010 14:19:58 -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 :from:date:message-id:subject:to:cc:content-type; bh=udmdnIy/C8ZUkYDbNznhPPj37e9z1ZB/D/cFnHh4Zn0=; b=oY/KG5cK88KdtIItqOI+blCSCi/ZO+Fib0pyqjQhwZvuTOh+HjJn7lV1O4Lmowm/r5 paJAcbxMTzUFRWXcsjWJvU7R0yFY7sWSznx0SyD/19f1evq00FlDxiLPfEu64SqxN1I8 4PFvi7uoCK5qU6l7SOM+cy8FogaD3RujewYmI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=C37yji6Glmv1ZNCZg7sLle351VLuk8ihfbrsxp2xcgjyBWdiyCiM8qLP5W/iylzbnd QIDHACwhGAbCSFWxfycFemPHcEvI57yF9GzvVLWmTx2dmFow7shSOVV9ugPzk2aKnM9A kADn6UhY/T2yppW23VCbhs4jsKcx7gnm7QmeE= MIME-Version: 1.0 Received: by 10.216.89.6 with SMTP id b6mr2148754wef.100.1264976398282; Sun, 31 Jan 2010 14:19:58 -0800 (PST) In-Reply-To: <179b97fb1001311351x11796046j7f6c844730e6d699@mail.gmail.com> References: <9b8a9c8f1001311214q24d521d5tddbf3a44d5a3af93@mail.gmail.com> <179b97fb1001311351x11796046j7f6c844730e6d699@mail.gmail.com> From: Torgeir Hoffmann Date: Sun, 31 Jan 2010 23:19:38 +0100 Message-ID: <9b8a9c8f1001311419o2bfa1f9bw58c4aea67cdf9d01@mail.gmail.com> To: Brandon Gooch Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: iwi and wlan-cloning 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: Sun, 31 Jan 2010 22:20:00 -0000 On 31 January 2010 22:51, Brandon Gooch wrote: > On Sun, Jan 31, 2010 at 8:14 PM, Torgeir Hoffmann > wrote: > > > However, trying to get this done automatically seems not to work: > > > > wlans_iwi0: not found > > ifconfig_wlan0: not found > > > > if I have rc.conf entries: > > > > wlans_iwi0 = "wlan0" > > ifconfig_wlan0 = "WPA DHCP" > > wpa_supplicant_enable="YES" > > > > Do you actually have spaces between the names and values? > > Try > > wlans_iwi0="wlan0" > ifconfig_wlan0="WPA DHCP" > > I don't think this is required due to the 'WPA' in the ifconfig parameters: > > wpa_supplicant_enable="YES" > > Thanks! I must admit I'm ashamed not to have seen this. Clearly I needed a fresh pair of eyes. Thanks for all replies! //T