From owner-freebsd-current@FreeBSD.ORG Thu Jan 9 17:09:02 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 63CB472F for ; Thu, 9 Jan 2014 17:09:02 +0000 (UTC) Received: from mail-vb0-x22e.google.com (mail-vb0-x22e.google.com [IPv6:2607:f8b0:400c:c02::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 23409196B for ; Thu, 9 Jan 2014 17:09:02 +0000 (UTC) Received: by mail-vb0-f46.google.com with SMTP id w20so2398195vbb.19 for ; Thu, 09 Jan 2014 09:09:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=JMKe0kBo0sTJGzl6m19MYMM3h8Y4qCobS2cEHzi12lM=; b=FHxFdE3ZAvjL88lNSU/d8V7WYhdZGQsca44iAZKlb82YQZg4q32Mgf/wb2r3sRMECi d96oju7vKtvNoRelPAHgVwVhIaVOcGs+l/V1Sjz1BLFSM6+/49AAfzTbC+l1zNOfzpIl 1jCVnSRRvodY8ZnqVabGFeJU6zHHz0fOiVkBdlE7JYWvJjEACJK33Ie2WgYeTAVRJI2o uv98e/dw7mvVaB3jB6gkjzA9fzUTO7bElHy5iRWWDhTseWQlipt76V5u/6HepWM/bx/r /B8co4j2Tr7keQh65ONZUKtusSivW9LUB8cewLEOk4YRQaL90QwszupMroKoMzvD9WZI 0kQw== MIME-Version: 1.0 X-Received: by 10.58.69.41 with SMTP id b9mr3883022veu.5.1389287340941; Thu, 09 Jan 2014 09:09:00 -0800 (PST) Received: by 10.58.37.135 with HTTP; Thu, 9 Jan 2014 09:09:00 -0800 (PST) Date: Thu, 9 Jan 2014 12:09:00 -0500 Message-ID: Subject: Mouse Not Working From: Shawn Webb To: FreeBSD-current Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jan 2014 17:09:02 -0000 Hey All, Stupid bug report. I just updated my source tree today. Last update was 03 Jan 2014. Sometime between then and now was a commit that killed my mouse in Xorg. My Xorg was configured to use hald/dbus (and I'll be testing switching over to devd soon). I'm not sure which commit broke the mouse. I've tested on two different systems with three different mice. Relevant lines from Xorg.0.log: [ 33.824] (**) Option "Device" "/dev/ums0" [ 33.824] (==) USB Optical Mouse: Protocol: "Auto" [ 33.824] (**) USB Optical Mouse: always reports core events [ 33.824] (EE) xf86OpenSerial: Cannot open device /dev/ums0 Device busy. [ 33.824] (EE) USB Optical Mouse: cannot open input device [ 33.824] (EE) PreInit returned 2 for "USB Optical Mouse" [ 33.824] (II) UnloadModule: "mouse" [ 33.824] (EE) config/hal: NewInputDeviceRequest failed (2) Thanks, Shawn