From owner-freebsd-questions@FreeBSD.ORG Fri May 18 12:08:14 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5799C106568D for ; Fri, 18 May 2012 12:08:14 +0000 (UTC) (envelope-from jwb@hera.homer.att.com) Received: from mail-pink.research.att.com (mail-pink.research.att.com [192.20.225.111]) by mx1.freebsd.org (Postfix) with ESMTP id 2BAE18FC18 for ; Fri, 18 May 2012 12:08:13 +0000 (UTC) Received: from ulysses.homer.att.com (unknown [135.205.193.8]) by mail-pink.research.att.com (Postfix) with ESMTP id 8BBBA120429 for ; Fri, 18 May 2012 07:49:50 -0400 (EDT) Received: from hera.homer.att.com (hera.homer.att.com [135.205.193.102]) by ulysses.homer.att.com (8.14.4/8.14.4) with ESMTP id q4IBndcb014384 for ; Fri, 18 May 2012 07:49:40 -0400 (EDT) Received: from hera.homer.att.com (localhost [127.0.0.1]) by hera.homer.att.com (8.13.8+Sun/8.13.8) with ESMTP id q4IBndvU028665 for ; Fri, 18 May 2012 07:49:39 -0400 (EDT) Message-Id: <201205181149.q4IBndvU028665@hera.homer.att.com> To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <28663.1337341779.1@hera.homer.att.com> Date: Fri, 18 May 2012 07:49:39 -0400 From: "J. W. Ballantine" Subject: Mouse stopped working in X X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2012 12:08:14 -0000 Hi, Before the update of x11 on 4/21/2012, X was working fine, but now when I startx, my usb and touchpad mouse are no longer found. The mouse works in terminal mode, and hald and dbus are started in /etc/rc.conf. I rebuilt x11, but that had no effect, any ideas on what I might do to get the mouse working again? Here is the tail of the Xorg log. (**) Option "Protocol" "standard" (**) Option "XkbRules" "base" (**) Option "XkbModel" "pc105" (**) Option "XkbLayout" "us" (II) XINPUT: Adding extended input device "AT Keyboard" (type: KEYBOARD) (II) config/hal: Adding input device PS/2 Mouse (II) LoadModule: "mouse" (II) Loading /usr/local/lib/xorg/modules/input/mouse_drv.so (II) Module mouse: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.7.1 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 7.0 (WW) PS/2 Mouse: No Device specified, looking for one... (II) PS/2 Mouse: Setting Device option to "/dev/psm0" (--) PS/2 Mouse: Device: "/dev/psm0" (==) PS/2 Mouse: Protocol: "Auto" (**) PS/2 Mouse: always reports core events (**) Option "Device" "/dev/psm0" (EE) xf86OpenSerial: Cannot open device /dev/psm0 Device busy. (EE) PS/2 Mouse: cannot open input device (II) UnloadModule: "mouse" (EE) PreInit returned NULL for "PS/2 Mouse" (EE) config/hal: NewInputDeviceRequest failed (8) (II) UnloadModule: "kbd" Thanks Jim Ballantine