Date: Tue, 23 Mar 2010 14:57:29 +0100 From: Adam PAPAI <wooh@wooh.hu> To: freebsd-questions@freebsd.org Subject: Re: Setting ucastrate in /etc/rc.conf Message-ID: <4BA8C8C9.5050700@wooh.hu> In-Reply-To: <4BA7C5D1.7050301@gmail.com> References: <4BA7C5D1.7050301@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
-----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-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4BA8C8C9.5050700>
