Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Jan 2010 21:51:52 +0000
From:      Brandon Gooch <jamesbrandongooch@gmail.com>
To:        Torgeir Hoffmann <twhoffma@gmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: iwi and wlan-cloning
Message-ID:  <179b97fb1001311351x11796046j7f6c844730e6d699@mail.gmail.com>
In-Reply-To: <9b8a9c8f1001311214q24d521d5tddbf3a44d5a3af93@mail.gmail.com>
References:  <9b8a9c8f1001311214q24d521d5tddbf3a44d5a3af93@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Jan 31, 2010 at 8:14 PM, Torgeir Hoffmann <twhoffma@gmail.com> wrote:
> Hi all,
>
> After installing 8.0-release I followed all the howtos on cloning my iwi0
> device to wlan0 to setup
> the wireless.
>
> The manual configuration:
>
> ifconfig wlan create wlandev iwi0 && wpa_supplicant -c /etc/wpa_supplicant
> -i wlan0 & dhclient wlan0
>
> works well.
>
> 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"

-Brandon



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?179b97fb1001311351x11796046j7f6c844730e6d699>