From owner-freebsd-current@FreeBSD.ORG Sat Mar 15 22:24:14 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 464DD9EC for ; Sat, 15 Mar 2014 22:24:14 +0000 (UTC) Received: from smtp.smtpout.orange.fr (smtp05.smtpout.orange.fr [80.12.242.127]) by mx1.freebsd.org (Postfix) with ESMTP id D9DCEC0E for ; Sat, 15 Mar 2014 22:24:12 +0000 (UTC) Received: from localhost ([92.156.101.85]) by mwinf5d10 with ME id dyQ51n00K1qYyUk03yQ5Cn; Sat, 15 Mar 2014 23:24:06 +0100 Message-ID: <5324D305.1080201@orange.fr> Date: Sat, 15 Mar 2014 23:24:05 +0100 From: Claude Buisson User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: freebsd-current@freebsd.org Subject: Re: Keyboard issues in KDE when using vt References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Mar 2014 22:24:14 -0000 On 03/15/2014 19:04, Jos Backus wrote: > Hi, > > When I replaced sc with vt and start KDE, my PS/2 keyboard doesn't work > properly. Initially after an xterm comes up, I can't type at all (no > keystrokes are regularly) but after a few seconds a key starts repeating at > the repeat rate, and there is no correlation between the keys pressed and > the keystrokes displayed. When I rebuild the same kernel with sc, > everything works normally. As far as I can tell, this has been happening > ever since vt was committed. > > Please let me know how I can help debug this problem. > This looks like the problem I encountered a few weeks ago, with a custom kernel, which did not show with the GENERIC kernel. I solved it by including the kbdmux device in my kernel. > Thanks, > Jos Hope that helps, CBu