From owner-freebsd-stable@FreeBSD.ORG Wed Dec 10 23:04:42 2014 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D53075A7 for ; Wed, 10 Dec 2014 23:04:42 +0000 (UTC) Received: from oslo.ath.cx (oslo.ath.cx [IPv6:2a01:4f8:200:42e4::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "oslo.ath.cx", Issuer "oslo.ath.cx" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 32CC8187 for ; Wed, 10 Dec 2014 23:04:41 +0000 (UTC) Received: by oslo.ath.cx (OpenSMTPD) with ESMTP id 38c71cc3; for ; Thu, 11 Dec 2014 00:04:39 +0100 (CET) Date: Thu, 11 Dec 2014 00:04:39 +0100 From: "Herbert J. Skuhra" To: stable@freebsd.org Subject: Re: Kbd problem in 10.1-STABLE Message-ID: <20141210230439.GA5740@oslo.ath.cx> References: <1192938802.7895425.1418224845347.JavaMail.yahoo@jws10663.mail.bf1.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1192938802.7895425.1418224845347.JavaMail.yahoo@jws10663.mail.bf1.yahoo.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Dec 2014 23:04:42 -0000 On Wed, Dec 10, 2014 at 03:20:45PM +0000, Filippo Moretti via freebsd-stable wrote: > My kbd (Logitech Deluxe 660 cordless) no longer works after updating > 10.1-STABLE from November 24 to December 8.The kernel configuration file > is unchanged,the mouse which is on the same receiver > works.root@sting:/home/filippo # uname -a > FreeBSD sting 10.1-STABLE FreeBSD 10.1-STABLE #6 r274620: Mon Nov 24 > 19:02:17 CET 2014     root@sting:/usr/obj/usr/src/sys/STING_VT  i386 > I booted kernel.old and everything works. Try to enable kbdmux or revert r274861. There is already a PR for this issue: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195491 -- Herbert