From owner-freebsd-questions@FreeBSD.ORG Sat Mar 8 10:10:10 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 6A08A106566B for ; Sat, 8 Mar 2008 10:10:10 +0000 (UTC) (envelope-from linman800@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.188]) by mx1.freebsd.org (Postfix) with ESMTP id 387508FC13 for ; Sat, 8 Mar 2008 10:10:10 +0000 (UTC) (envelope-from linman800@gmail.com) Received: by rv-out-0910.google.com with SMTP id g13so605785rvb.43 for ; Sat, 08 Mar 2008 02:10:09 -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:in-reply-to:mime-version:content-type:references; bh=ELJ/8a87CDoBNDuv7rf6L3fL2pqsGD+auej0posK/mI=; b=ttCmpvvKWGBup3hnX7LKPXTmnUhSF/0SZhzSdDLqoEqWjOI51ZM000M1getO9gsTQ19cDn8tf/7i14SHk1wAD2TKgHXvIVSzZ8X5Zg6zbkA//GwHy/T/0T1rlTmwg1gGhua4bkdeFZ1sPbqb+fV3G1A+vOJubixQIbinWBkMlMI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=q42sludwvvNDNIiBCqC/004iKWxXl5cnlCKPPUpXw0667kaKyZ0zqmm2ZO6DKS2H2VQIVCai/InJUv2Z1k7C6q32OwsJ27S7dBDw4gElejiIdUxkgwRT80S+aWO2TaiYR7sXajA/Up0NjYXq08J7wMmpqzA+vGlAG8HfiUXMEHU= Received: by 10.140.88.11 with SMTP id l11mr1635051rvb.156.1204971009934; Sat, 08 Mar 2008 02:10:09 -0800 (PST) Received: by 10.141.203.16 with HTTP; Sat, 8 Mar 2008 02:10:09 -0800 (PST) Message-ID: <73505da00803080210g73ce5d26rc24412f544015159@mail.gmail.com> Date: Sat, 8 Mar 2008 12:10:09 +0200 From: "Anatoli Marinov" To: "Christian Walther" , freebsd-questions@freebsd.org In-Reply-To: <14989d6e0803080124x41232791kb0ebfd18ed64be13@mail.gmail.com> MIME-Version: 1.0 References: <73505da00803071456nc6ecfdbs336348a01904d387@mail.gmail.com> <14989d6e0803080124x41232791kb0ebfd18ed64be13@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: 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 10:10:10 -0000 > > > 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. > > I tried this and now my ifconfig is : 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 OFDM/54Mbps mode 11g status: associated ssid freebsdap channel 1 (2412 Mhz 11g) bssid 00:0e:2e:ec:e1:3d authmode WPA privacy MIXED deftxkey 2 TKIP 2:128-bit txpower 50 scanvalid 60 bgscan bgscanintvl 300 bgscanidle 250 roam:rssi11g 7 roam:rate11g 5 protmode CTS dtimperiod 1 Unfortunately there is not such information in ral(4), ifconfig(8) or wlan(4). The issue still exist. I set the media to OFDM/54Mbps and can do only 180 KBps. Very bad. Any ideas?