From owner-freebsd-stable@FreeBSD.ORG Wed Jun 10 17:09:06 2009 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9E477106564A for ; Wed, 10 Jun 2009 17:09:06 +0000 (UTC) (envelope-from prvs=40585e3a7=pschmehl_lists@tx.rr.com) Received: from ip-relay-001.utdallas.edu (ip-relay-001.utdallas.edu [129.110.20.111]) by mx1.freebsd.org (Postfix) with ESMTP id 6D6BF8FC15 for ; Wed, 10 Jun 2009 17:09:01 +0000 (UTC) (envelope-from prvs=40585e3a7=pschmehl_lists@tx.rr.com) X-Group: RELAYLIST X-IronPort-AV: E=Sophos;i="4.41,342,1241413200"; d="scan'208";a="13243280" Received: from smtp3.utdallas.edu ([129.110.20.110]) by ip-relay-001.utdallas.edu with ESMTP; 10 Jun 2009 11:58:41 -0500 Received: from utd65257.utdallas.edu (utd65257.utdallas.edu [129.110.3.28]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp3.utdallas.edu (Postfix) with ESMTPSA id C89CF4EF37; Wed, 10 Jun 2009 11:58:21 -0500 (CDT) Date: Wed, 10 Jun 2009 16:58:21 +0000 From: Paul Schmehl To: Ben Stuyts , stable@freebsd.org Message-ID: In-Reply-To: <660A86EE-A365-42C3-A1DF-15AC7B03C813@altesco.nl> References: <660A86EE-A365-42C3-A1DF-15AC7B03C813@altesco.nl> X-Mailer: Mulberry/4.0.6 (Linux/x86) X-Munged-Reply-To: Figure it out MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: Re: Xorg keyboard and mouse hung X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Paul Schmehl List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jun 2009 17:09:06 -0000 --On Wednesday, June 10, 2009 10:02:39 -0500 Ben Stuyts wrote: > > Hi, > > I've upgrade two FreeBSD 7-stable workstations to the latest kernel/ > world of today, and now the mouse and keyboard don't react anymore in > the Xorg / KDE login window. Mouse doesn't move, keyboard characters > don't appear in the login prompt. I can still switch back with ctl-alt- > F1 to a console login, and there both the keyboard and mouse still work. > > I have attached dmesg.boot and Xorg.0.log. I'm not using a xorg.conf > as the default settings used to work fine. > > Any ideas? > Sure. In your Xorg.0.log file: "(==) ModulePath set to "/usr/local/lib/xorg/modules" (II) Cannot locate a core pointer device. (II) Cannot locate a core keyboard device. (II) The server relies on HAL to provide the list of input devices. If no devices become available, reconfigure HAL or disable AllowEmptyInput" add dbus_enable="YES" and hald_enable="YES" to /etc/rc.conf. Then start them both manually (/usr/local/etc/rc.d/hald start and /usr/local/etc/rc.d/dbus start). Then restart X (Ctrl-Alt-Bkspc) -- Paul Schmehl, Senior Infosec Analyst As if it wasn't already obvious, my opinions are my own and not those of my employer. ******************************************* Check the headers before clicking on Reply.