From owner-freebsd-questions@FreeBSD.ORG Sat Mar 8 09:24:26 2008 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 848D11065675 for ; Sat, 8 Mar 2008 09:24:26 +0000 (UTC) (envelope-from cptsalek@gmail.com) Received: from hs-out-0708.google.com (hs-out-0708.google.com [64.233.178.243]) by mx1.freebsd.org (Postfix) with ESMTP id 3C57A8FC1F for ; Sat, 8 Mar 2008 09:24:26 +0000 (UTC) (envelope-from cptsalek@gmail.com) Received: by hs-out-0708.google.com with SMTP id m63so854683hsc.11 for ; Sat, 08 Mar 2008 01:24:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=izMkYxXogml6nNyyXeHHPjGfuxHBE2FgqJvHX6NU0Ck=; b=gkrcdHGieIK/+JrGwTiPr+l0iQOMk0qvXxCOoBP3VbuCPoqyOnoT7UH1Bxgwv+wXD+H3Bt79NHmViTWDzV8aBUwHSmZgQ2VaOR81WGxqCvRM7K+VZyKfZFxMl1y6rjQGT8qjJecMQy1QLqJH3cKQuTi8oWtn/rfL68iYienkZvI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=RB+gvKuQpPk8dGFx3vfmoenkxtUiQDcyDeeYEVPx0UOOzOzGBi1Z6ufqpY4rpBGC9GSuSe+5hMo+qOTFgdezvl3Uaq0r5xWs5ITivho+cDSI9ZhcNYu3EUBkjNyqOelnsD1+FoAobB2oq5KlxASQW5wh/q6rNVdEb2BUUHUvPIg= Received: by 10.150.58.5 with SMTP id g5mr970372yba.158.1204968265594; Sat, 08 Mar 2008 01:24:25 -0800 (PST) Received: by 10.151.26.19 with HTTP; Sat, 8 Mar 2008 01:24:25 -0800 (PST) Message-ID: <14989d6e0803080124x41232791kb0ebfd18ed64be13@mail.gmail.com> Date: Sat, 8 Mar 2008 09:24:25 +0000 From: "Christian Walther" To: "Anatoli Marinov" In-Reply-To: <73505da00803071456nc6ecfdbs336348a01904d387@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <73505da00803071456nc6ecfdbs336348a01904d387@mail.gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: wireless low speed 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: Sat, 08 Mar 2008 09:24:26 -0000 Hi Anatoli, On 07/03/2008, Anatoli Marinov wrote: > Hi guys, [...] > [root@zzzzzzz]:/usr/local/www/data#ifconfig ral0 > ral0: flags=8843 metric 0 mtu 2290 > ether 00:0e:2e:ec:e1:3d > inet 172.16.4.1 netmask 0xffffff00 broadcast 172.16.4.255 > media: IEEE 802.11 Wireless Ethernet autoselect mode 11g [...] You need to specify something like "media OFDM/54Mbps" in the ifconfig command you configure the interface with. You can change this setting during operation, too. See the ifconfig manpage for more information on the "media" option and what settings are possible. man ral should contain some information on this topic, too. HTH Christian