From owner-freebsd-questions@FreeBSD.ORG Tue Mar 23 13:57:33 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 8EE3A106566C for ; Tue, 23 Mar 2010 13:57:33 +0000 (UTC) (envelope-from wooh@wooh.hu) Received: from mail.netidea.hu (netwarehouse.netidea.hu [195.228.254.126]) by mx1.freebsd.org (Postfix) with ESMTP id ECD188FC1F for ; Tue, 23 Mar 2010 13:57:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netidea.hu (Postfix) with ESMTP id 9EDD6128DC2 for ; Tue, 23 Mar 2010 14:55:26 +0100 (CET) X-Virus-Scanned: amavisd-new at netidea.hu Received: from mail.netidea.hu ([127.0.0.1]) by localhost (mail.netidea.hu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rDRqVdwm1DJ2 for ; Tue, 23 Mar 2010 14:55:24 +0100 (CET) Received: from jamms-MacBook.local (catv-80-98-233-66.catv.broadband.hu [80.98.233.66]) by mail.netidea.hu (Postfix) with ESMTP id 589F0128DC1 for ; Tue, 23 Mar 2010 14:55:24 +0100 (CET) Message-ID: <4BA8C8C9.5050700@wooh.hu> Date: Tue, 23 Mar 2010 14:57:29 +0100 From: Adam PAPAI User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.1.8) Gecko/20100227 Thunderbird/3.0.3 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <4BA7C5D1.7050301@gmail.com> In-Reply-To: <4BA7C5D1.7050301@gmail.com> X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: Setting ucastrate in /etc/rc.conf 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, 23 Mar 2010 13:57:33 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 3/22/10 8:32 PM, Christopher Theodore; RHODES wrote: > Hello; > > > $ uname -rs > FreeBSD 8.0-RELEASE-p2 > > > I have setup ral0/wlan0 in /etc/rc.conf thusly: > > wlans_ral0="wlan0" > create_args_wlan0="wlanmode sta mcastrate 54 ssid linksys channel 6" > ifconfig_wlan0="inet 10.0.0.10 netmask 255.255.255.0" > > > This provides a working interface but ucastrate is not being set and I > have to manually set it after I login with: > > # ifconfig wlan0 ucastrate 54 > > > How can I effectively set ucastrate in rc.conf? is this a typo? mcastrate != ucastrate Have you tried this one create_args_wlan0="wlanmode sta ucastrate 54 ssid linksys channel 6" instead this? create_args_wlan0="wlanmode sta mcastrate 54 ssid linksys channel 6" - -- Adam PAPAI -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBAgAGBQJLqMjJAAoJEGq0EWvh5uiI89AIAL/zRdFyBi0ZsF/jZTwN3ndL rMlli/x4W+i9q1F3vjc5jVhMC80xexw2qsionnqqRRooq8ptE40+1WD0o2XKi26v vbcrGJw5Mns/IefwjKUBwVNjnkmbODuUDhRYfSR38e4M3BkikUPgGQoCSUTrOYRt OAAj4n0aaFwzMnh6IuVlmqtrwUR4R8Xbr9rZjFNYNSvajHBnwerOOfSssoZXVsDd 3E874lHIwiNXKbEo00tWzn94dnQQJ6XP5+8vdGj0nHmkP+ZVddY0l3v3jsT/z0uc wwqCkwyy84qLa+i9evUzMtvv/GetK4XFRi9YgxVqknuyFZwG/Ck25vlck79NUgU= =5Fkt -----END PGP SIGNATURE-----