From owner-freebsd-questions@FreeBSD.ORG Mon Mar 22 19:57:45 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 5DD331065732 for ; Mon, 22 Mar 2010 19:57:45 +0000 (UTC) (envelope-from christophertheodore.rhodes@gmail.com) Received: from mail-ew0-f227.google.com (mail-ew0-f227.google.com [209.85.219.227]) by mx1.freebsd.org (Postfix) with ESMTP id E311C8FC18 for ; Mon, 22 Mar 2010 19:57:44 +0000 (UTC) Received: by ewy27 with SMTP id 27so674600ewy.13 for ; Mon, 22 Mar 2010 12:57:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id :disposition-notification-to:date:from:user-agent:mime-version:to :subject:content-type:content-transfer-encoding; bh=jYqcAgFEW/7RjavvwOlx5tdgtTpgMZMKPyHDo0WXQZM=; b=VPgH4HQIhsoQpPZJwsAZykVFaOt0mYMOC5pAcv0RWjLcE4MA7O0X1tKdjSWUgFaUU4 U/ptVuFqtEf7/OQReOhEDsU1HrwUIyTR9UTJORQ1ac9iU9pFgTMLEQ6p6mYaSxunTr1t hG+AMBh1O+YNCvCpsS2Ntj8+leK8Y9D9mqPG4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:disposition-notification-to:date:from:user-agent :mime-version:to:subject:content-type:content-transfer-encoding; b=LT+m5dw4OjFxqADsdVVkdaD/zl+CRGO7R94Qtw0Fpds3ql9Srv//86Aa9UgJfySVEV BGZy0Jtm8y3MLG6LsvutTi0RWDZuW1b0cyNth97Yui2pxNLn1eN24+Q8V48fpUkbTqCx iz4PSlUVBt1J4NlLlrYboCAna5POHzrtzRz6I= Received: by 10.213.41.3 with SMTP id m3mr206638ebe.93.1269286359625; Mon, 22 Mar 2010 12:32:39 -0700 (PDT) Received: from vaio.network.ukg (ip24-56-47-177.ph.ph.cox.net [24.56.47.177]) by mx.google.com with ESMTPS id 15sm3117892ewy.8.2010.03.22.12.32.37 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 22 Mar 2010 12:32:38 -0700 (PDT) Message-ID: <4BA7C5D1.7050301@gmail.com> Date: Mon, 22 Mar 2010 12:32:33 -0700 From: "Christopher Theodore; RHODES" User-Agent: Thunderbird 2.0.0.23 (X11/20100308) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: 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: Mon, 22 Mar 2010 19:57:45 -0000 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? Magnanimously, Christopher Theodore