From owner-freebsd-questions@FreeBSD.ORG Tue Jun 17 12:53:26 2014 Return-Path: Delivered-To: questions@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 F2FF171D for ; Tue, 17 Jun 2014 12:53:25 +0000 (UTC) Received: from mail-we0-x22d.google.com (mail-we0-x22d.google.com [IPv6:2a00:1450:400c:c03::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8B3502C3C for ; Tue, 17 Jun 2014 12:53:25 +0000 (UTC) Received: by mail-we0-f173.google.com with SMTP id t60so7137745wes.18 for ; Tue, 17 Jun 2014 05:53:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=9wy7ayvQ04LlYb7MlE9VvajBF6vtbKJ2b1asbVkBKPc=; b=kF5N+gZEjm3KdCokxmSBH+FPjCXd5aVcAQBgKQAqTKpfsaLnpGh0DTOKdzj5D6Aw8n sDk+Fulr6zpZ6OKsiUy+SLtcQPUnioHOQVri8b7afbp+pfPwQT5EWJcK1OWHTPXPjWpP r0Fvx58eqg+xNdCyuwpdbIUBGa3IIpjodl/AwkuwyC4AF8eDKd05cfNdlTtiGuJggek4 mLPspgXTgdbLcYSfL/BinyCIHnltFR/r+3uqY2ydpTvAarwzG8iX4ZG1HBvUKj3S414H aKyv81SgwYCCLqeHa62gmH1rgVTsysMkdzON7zf6onSMhsNgqQLXEZYlWQz7anAeWHBL SuVw== X-Received: by 10.181.11.193 with SMTP id ek1mr36709291wid.15.1403009602930; Tue, 17 Jun 2014 05:53:22 -0700 (PDT) Received: from [192.168.1.197] (xdsl-205-163.nblnetworks.fi. [83.145.205.163]) by mx.google.com with ESMTPSA id z7sm41008574eeo.42.2014.06.17.05.53.21 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 17 Jun 2014 05:53:21 -0700 (PDT) Message-ID: <53A03A3F.9000503@gmail.com> Date: Tue, 17 Jun 2014 15:53:19 +0300 From: Jukka Ukkonen User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: questions@freebsd.org Subject: Re: Xorg 7.7 suddenly lost the keyboard References: <539DAE71.7050201@gmail.com> In-Reply-To: <539DAE71.7050201@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jun 2014 12:53:26 -0000 After digging a bit deeper in the issue the most revealing symptom is this error in /var/log/Xorg.0.log... [ 585.774] (II) Using input driver 'kbd' for 'Keyboard0' [ 585.774] (**) Option "CoreKeyboard" [ 585.774] (**) Keyboard0: always reports core events [ 585.774] (**) Keyboard0: always reports core events [ 585.774] (**) Option "Protocol" "standard" [ 585.774] (**) Option "Device" "/dev/kbdmux0" [ 585.774] (EE) Keyboard0: cannot open "/dev/kbdmux0" [ 585.774] (EE) PreInit returned 8 for "Keyboard0" [ 585.774] (II) UnloadModule: "kbd" That "PreInit" is apparently kbdPreInit() and the returned code 8 stands for BadMatch. What should I make of this? --jau On 2014-06-15 17:32, Jukka Ukkonen wrote: > > Hello everybody, > > I recently had a very peculiar experience with Xorg 7.7 on an amd64 > system running FreeBSD 10-stable. > Suddenly any and all X11 applications lost the keyboard. When using > vanilla vt only the same keyboard > works just fine. > I guess this happened after I had updated the ports tree using svn and > run "portupgrade --batch -y -a". > Does anyone have any idea what might be the root cause and how to get > around this. > Previously I have been using HAL configured devices with Xorg. Now > even explicitly forcing the automatic > device detection off did not bring the keyboard back. Rebuilding > xorg-server to use devd instead of HAL > did not help either. So, I am confused. Any ideas what to try? > > Cheers, > --jau >