From owner-freebsd-questions@FreeBSD.ORG Fri May 18 13:14:23 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3115C106566B for ; Fri, 18 May 2012 13:14:23 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id E203B8FC1A for ; Fri, 18 May 2012 13:14:22 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id q4IDELYa065869; Fri, 18 May 2012 07:14:21 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.5/8.14.5/Submit) with ESMTP id q4IDELqw065866; Fri, 18 May 2012 07:14:21 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Fri, 18 May 2012 07:14:21 -0600 (MDT) From: Warren Block To: "J. W. Ballantine" In-Reply-To: <201205181149.q4IBndvU028665@hera.homer.att.com> Message-ID: References: <201205181149.q4IBndvU028665@hera.homer.att.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Fri, 18 May 2012 07:14:22 -0600 (MDT) Cc: freebsd-questions@freebsd.org Subject: Re: 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 13:14:23 -0000 On Fri, 18 May 2012, J. W. Ballantine wrote: > 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? > (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" For a test, comment out the mouse InputDevice section and the entry in the ServerLayout section. X doesn't need them.