From owner-freebsd-hackers@FreeBSD.ORG Tue May 27 18:00:13 2008 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3CCD1106566C for ; Tue, 27 May 2008 18:00:13 +0000 (UTC) (envelope-from maksim.yevmenkin@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.228]) by mx1.freebsd.org (Postfix) with ESMTP id 0F4BC8FC22 for ; Tue, 27 May 2008 18:00:12 +0000 (UTC) (envelope-from maksim.yevmenkin@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so3017160rvf.43 for ; Tue, 27 May 2008 11:00:12 -0700 (PDT) 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:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=db1a8HZbRQNnbBR1q89wtuwv+UhvxoKaF8qt4tizUT4=; b=vozSVaDBCiR7J5KCfpvJhoLC4+mQPsUlIl01AiTIhfD66z2Gs66IXCO7GPbZ94qE63kSjrruGMF0u3/u1Q34QlOGpfI7WjpyFFJ381F1dAI8GIwPhOPjDUEcy8gm90tHYXAqp6aOuHc+G4fWn/o7ZR0vvRPn2YlbfFL8TsDOpn8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=pS/a5s6NheMdAkZVMnu7/TThY4WjkE5q5ZDaFK7qDaeAqRdr8oGnCDKxeN4ZWzOvw75cZeoP5nVp/JsPfGXRW0CZ2HAWwcPiB9VomRGGHoIBh7Nclt0l0L0RL0qArXA9RID3Lql5AXEWxAtJAl0H0LVwDhTF74fY8UuaBNFnbpQ= Received: by 10.141.15.19 with SMTP id s19mr665115rvi.39.1211909687819; Tue, 27 May 2008 10:34:47 -0700 (PDT) Received: by 10.141.178.21 with HTTP; Tue, 27 May 2008 10:34:47 -0700 (PDT) Message-ID: Date: Tue, 27 May 2008 10:34:47 -0700 From: "Maksim Yevmenkin" To: rick-freebsd@kiwi-computer.com In-Reply-To: <20080527054842.GA69670@keira.kiwi-computer.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <48378DA0.8040506@frase.id.au> <20080524201633.GA81364@eos.sc1.parodius.com> <20080527041236.GB68298@keira.kiwi-computer.com> <20080527051109.GA26502@eos.sc1.parodius.com> <20080527054842.GA69670@keira.kiwi-computer.com> Cc: freebsd-hackers@freebsd.org, Jeremy Chadwick , m_evmenkin@yahoo.com, Fraser Tweedale Subject: Re: temporary freezes when pressing capslock / numlock X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 18:00:13 -0000 On 5/26/08, Rick C. Petty wrote: > On Mon, May 26, 2008 at 10:11:09PM -0700, Jeremy Chadwick wrote: > > > > > > Being that the issue is on your wiki page, does that mean this problem will > > > be fixed some day? > > > > Hopefully. :-) I'd like to point fingers at kbdmux being the > > responsible piece, but the USB stack has a history of being flakey in > > many regards, hence my reluctance. > > > Agreed. I was never able to pinpoint it myself, but it certainly didn't > show up before kbdmux. 1) what keyboards are used? usb only, ps2 only or mix? 2) what mice are used? usb only, ps2 only or mix? if ps2 devices (i.e. keyboard and mouse) are not used at all, does disabling atkbd(4) and/or psm(4) help? thanks, max