From owner-freebsd-mobile@FreeBSD.ORG Sun Jan 17 22:30:14 2010 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 841181065672 for ; Sun, 17 Jan 2010 22:30:14 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from mail-ew0-f226.google.com (mail-ew0-f226.google.com [209.85.219.226]) by mx1.freebsd.org (Postfix) with ESMTP id 1A29D8FC13 for ; Sun, 17 Jan 2010 22:30:13 +0000 (UTC) Received: by ewy26 with SMTP id 26so2890981ewy.3 for ; Sun, 17 Jan 2010 14:30:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=q6RZNJ+41LKzC9KFlPn3AhaS6UgQ24S1IAiPHQ30KaU=; b=l05NhZfERBmEmxkkHT91lNwzJNMhlRKEmYgtiDXJVJk/krQ3KzJhCWjXhw3RcWqjZ7 1iz+RF2tTBi+jJBauvQ06egt5PO+Ct2yqVHBQBY9/wT79e5vYG0BcogyPxoijhd7+ayl BKs3h7AKb9gv+nXbZf0xKbvEaP5cZtERHmSQM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=hufocQ2rSDNmiygy/050o4iZcXfXN5444sVWQ+M5tvVyt47j9H9y3uJEep6ET2Hu7T +Kx/LmttAi+wUGOkQQWa9SNCOGrTAywii2Mz5ki7tmElNfsO3+viROisuhs/NKIXMU50 n6RYABQ4aGZgn6e3At7n2kzKA0W4a7TvioRFU= MIME-Version: 1.0 Received: by 10.213.98.205 with SMTP id r13mr2727599ebn.89.1263767412975; Sun, 17 Jan 2010 14:30:12 -0800 (PST) In-Reply-To: <20100106103504.51cc1428@gmail.com> References: <20100106103504.51cc1428@gmail.com> Date: Sun, 17 Jan 2010 22:30:12 +0000 Message-ID: <3a142e751001171430t613e015nd3f660437fd9aa9c@mail.gmail.com> From: Paul B Mahol To: Alex Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-mobile@freebsd.org Subject: Re: Wireless problems on 8.0-RELEASE X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jan 2010 22:30:14 -0000 On 1/6/10, Alex wrote: > Hi. I am having connection issues with multiple servers, and I think it > might be related to FreeBSD. Whenever I try to log in to Paypal or edit > Wikipedia, I get no response from the web server after POSTing the form > data. Additionally, when I try to email a colleague a file (Claws > 3.7.3), the transfer to gmail's SMTP server stops at *exactly* 36864 > bytes, every time. The file is only ~600KB. > > I am using wireless on a Thinkpad X200: > 44C8733I SBB THINKPAD B/G/N 44C5194I SBB INTEGRWIRELESSWIDEAREANETW > which appears to be a RTL8192SE. I am using the drivers provided by the > manufacturer combined with ndis. > > My MTU is set to 1500, and net.inet.tcp.tso is disabled. That is irrelevant because MTU setting is completely ignored by ndisapi and if_ndis. > Does anyone know why this might be happening? There are many possible reasons, but I never experienced upload problems with NDISulator. (well only when using powerd with aggressive settings, this way watchdog did happened when transferring at high speeds ... but tranfer completed just fine) What is dmesg output related to ndis0? You could also try code from here: http://www.gitorious.org/ndisulator -- Paul B Mahol