From owner-freebsd-mobile@FreeBSD.ORG Mon Jan 18 21:34:28 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 D6583106566B for ; Mon, 18 Jan 2010 21:34:28 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.24]) by mx1.freebsd.org (Postfix) with ESMTP id 69D308FC1C for ; Mon, 18 Jan 2010 21:34:28 +0000 (UTC) Received: by ey-out-2122.google.com with SMTP id 25so679972eya.3 for ; Mon, 18 Jan 2010 13:34:27 -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=GNT9jSrWw1o0XEWFfcAtlPxdhTGgFyJ2O5me4zdzUH0=; b=KIrGDoVvjdA7fLTmjoSwDz8vSI3gumRvg5scKkp17jprgmd9MVLsd5DdLd24Xhwz0Z eBxPf1DbIKABV4wWwz+dHtYtzGnxdD0vfE3zZ/yIXmbPDERknFm3dmTWtjJM9ucpwk+q L8vZgE8x2zYW05UywJL1CISrJh+LGEuESnOiw= 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=QEtV251O+CD8094AB9vH7J4HAMq9O1qdjX2XlXk1p8MyyqJ3xJYwdzGHUnqgDcm+s6 SLDj8enlSIKA+jB56a7rvRRVkWOzh806Bd5+KNON7M63bDV8VdDiMR5AYEaRAN03KV9Z h76vS4Y9kV1x9qJb44C1DgQlHhZGDUK8IKl1k= MIME-Version: 1.0 Received: by 10.213.24.24 with SMTP id t24mr4434801ebb.16.1263850467241; Mon, 18 Jan 2010 13:34:27 -0800 (PST) In-Reply-To: <20100118114000.15dcd17c@gmail.com> References: <20100106103504.51cc1428@gmail.com> <3a142e751001171430t613e015nd3f660437fd9aa9c@mail.gmail.com> <20100117191701.2a308ae0@gmail.com> <3a142e751001171859k39b20885y3b15a3bc5ac2c225@mail.gmail.com> <3a142e751001171900l1b341b78o409734bc744f30a8@mail.gmail.com> <20100118090840.52be92e3@gmail.com> <3a142e751001180823i2e891017u4cb0111a1a8ee6be@mail.gmail.com> <20100118114000.15dcd17c@gmail.com> Date: Mon, 18 Jan 2010 21:34:27 +0000 Message-ID: <3a142e751001181334t4e48a21bk499df4b4edccd73e@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: Mon, 18 Jan 2010 21:34:28 -0000 On 1/18/10, Alex wrote: > On Mon, 18 Jan 2010 16:23:56 +0000 > Paul B Mahol wrote: > >> On 1/18/10, Alex wrote: >> > The module is loaded at boot time in loader.conf, but I think this >> > is the message you were looking for: >> > >> > ntoskrnl dummy called... >> >> I was looking for: >> >> no match for IoWMIQueryAllData >> no match for IoWMIOpenBlock >> >> Does message appears only when uploading >> or just always, after boot is completed >> but before interface is turned up (via ifconfig) >> > > I've never seen those messages in the dmesg output. Strangely, the only > method by which I can successfully upload large files is scp. Here is my test results (another driver/card combination): With opera and gmail, upload "stuck" at ~32kb but rtorrent and sftp uploads just fine. Upload of 1.3M file in opera stuck at few kb but it was complete after few seconds. >> You said that 7.2 doesnt have this problem, >> are you using same SYS and INF files with 8.0 ? >> > > No, because Lenovo released updates for the driver. Both the older > version of the driver (the one I used on 7.2) and the newest version of > the driver produce the same problems on 8.0. If you want, I can upload > the older version of the driver too. Try to remove line with OID_GEN_CURRENT_LOOKAHEAD in /sys/dev/if_ndis.c, rebuild and reinstall if_ndis module and see if that helps. Why are you have tso disabled, does it works with tso enabled? Are there any other custom sysctl options? What is signal strength of the AP? And current link speed? (this one is available only on CURRENT and from my git repo code) -- Paul B Mahol