From owner-freebsd-questions@FreeBSD.ORG Sat Apr 30 06:56:27 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4E1716A4D0 for ; Sat, 30 Apr 2005 06:56:27 +0000 (GMT) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id D058A43D55 for ; Sat, 30 Apr 2005 06:56:26 +0000 (GMT) (envelope-from tomasq@gmail.com) Received: by zproxy.gmail.com with SMTP id 34so1687691nzf for ; Fri, 29 Apr 2005 23:56:26 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Ppv2OZ5nQZRaUmHMx423O0a2z6czg8icZ4LC41a7JvUx8znN1F4ibkJPN2KdNqnOnAL08o+/5JQNkQ1br8hRe3QSjH6okLleNT6Dvfr+VENdbWYbqoZvnbG7LkD+xVDwXWomafWGCjXTMwCvmNXb994BZKY2A/dA+LPBUtlb6ks= Received: by 10.36.24.7 with SMTP id 7mr296120nzx; Fri, 29 Apr 2005 23:56:26 -0700 (PDT) Received: by 10.36.2.19 with HTTP; Fri, 29 Apr 2005 23:56:26 -0700 (PDT) Message-ID: <9e46c99e0504292356cc0326b@mail.gmail.com> Date: Sat, 30 Apr 2005 02:56:26 -0400 From: Tomas Quintero To: Chris Richards In-Reply-To: <0C9AA1AB019C4A44AE29659CF2BB203202E9C2@gir.routemaster.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <0C9AA1AB019C4A44AE29659CF2BB203202E9C2@gir.routemaster.net> cc: freebsd-questions@freebsd.org Subject: Re: wifi limited to 180KBps X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Tomas Quintero List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Apr 2005 06:56:27 -0000 On 4/29/05, Chris Richards wrote: > Hi Everyone, >=20 > I have installed a Netgear 802.11b (MA311) PCI card into my freebsd box > but I can't get it to transfer data faster than 180KBps in either > direction. I have tried the card in 2 freebsd boxes one running 5.1 > Release and the other 5.4 Stable, no difference. I also ran trafshow on > wi0 and the traffic looks to come in bursts. >=20 > I have included my config below, can anyone see a problem? >=20 > Thank you. >=20 > -Chris Have you considered the possibility that it's because you are running 802.11b, which is stuck at 11Mbps. Rough math puts that at 1MB/s. Rougher math says after overhead etc., perhaps theres a large CONCRETE wall between yourself and the WAP. All things to consider. I haven't ever used wireless on anything other than my laptop, but I do notice this > TX rate (selection): [ 11 ] > TX rate (actual speed): [ 2 ] Could that be assumed to be 11Mbps selected, and 2Mbps actual speed. Again after rough math, 2Mbps would equate to around 200KB/s, or in your case 180KB/s. --=20 -Tomas Quintero