From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751088AbWATQzl (ORCPT ); Fri, 20 Jan 2006 11:55:41 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751093AbWATQzl (ORCPT ); Fri, 20 Jan 2006 11:55:41 -0500 Received: from wproxy.gmail.com ([64.233.184.207]:3484 "EHLO wproxy.gmail.com") by vger.kernel.org with ESMTP id S1751091AbWATQzk convert rfc822-to-8bit (ORCPT ); Fri, 20 Jan 2006 11:55:40 -0500 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=CEhEY8VoLgFY6OEnEb+y4fyTOTAW5wNsZGE1xzx+eRcXKdmxEPxLpsoFWx3nQv3bhRcA7SrRCzJvuUzzI66hln19V1uhoW7GcqZbJXMpG0Pb987EdCdrmhQU0LzYPPNSpGh8eswRfsnkzK3+t1uYE+QOrD2J1d560h/bNh/9Ghk= Message-ID: Date: Fri, 20 Jan 2006 11:55:38 -0500 From: Dmitry Torokhov Reply-To: dtor_core@ameritech.net To: Marc Koschewski Subject: Re: Development tree, PLEASE? Cc: Michael Loftis , linux-kernel@vger.kernel.org In-Reply-To: <20060120164827.GD5873@stiffy.osknowledge.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT Content-Disposition: inline References: <20060120155919.GA5873@stiffy.osknowledge.org> <20060120164827.GD5873@stiffy.osknowledge.org> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On 1/20/06, Marc Koschewski wrote: > * Dmitry Torokhov [2006-01-20 > > > > Marc, have you tried 2.6.16-rc1 yet? Does it also give you problems > > with psmouse? > > > > Not yet, Dmitry. I just managed to get today's -git compiled and running. I'll > give it a try tonite. > > Moreover, I put a > > echo -n 0 > /sys/bus/serio/devices/serio0/resync_time > > in my initscripts. Since then I didn't see any problem. I'll report later how it > went with that line removed and stock 2.6.16-rc1. > Ok, if psmouse gives you a fit and setting resync_time to 0 cures it, please do the follwing: echo -n 5 > /sys/bus/serio/devices/serioX/resync_time echo 1 > /sys/modules/i8042/parameters/debug ... wait 10 seconds ... move the mouse slightly ... wait another 10 seconds ... move the mouse slighty again echo 0 > /sys/modules/i8042/parameters/debug and send me your dmesg (or better /var/log/messages or whatever file you use for kernel messages). -- Dmitry