From owner-freebsd-stable@FreeBSD.ORG Thu May 17 13:36:44 2012 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 31464106566B for ; Thu, 17 May 2012 13:36:44 +0000 (UTC) (envelope-from seanbru@yahoo-inc.com) Received: from mrout3.yahoo.com (mrout3.yahoo.com [216.145.54.173]) by mx1.freebsd.org (Postfix) with ESMTP id 145888FC08 for ; Thu, 17 May 2012 13:36:44 +0000 (UTC) Received: from [IPv6:::1] (proxy6.corp.yahoo.com [216.145.48.19]) by mrout3.yahoo.com (8.14.4/8.14.4/y.out) with ESMTP id q4HDaSYa023978; Thu, 17 May 2012 06:36:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yahoo-inc.com; s=cobra; t=1337261789; bh=nanDnQ9Tvunhskssbbsu30ZrQWozt6ztQzYdPyizw1o=; h=Subject:From:To:Cc:In-Reply-To:References:Content-Type:Date: Message-ID:Mime-Version:Content-Transfer-Encoding; b=TzQbcOVWdJFWF/B28vOK/+tbPaLrDccRvgeuuq/JwrTjbnrUYl3mAP9Q9F7/vVGXy K6zAPXv7YO3peoDn8mCvHhjPGyW2sFYydFdacpDUAuqWJnE94xiGJRSgfWkgsd1QC/ Bm1kz8qH7mdy3lSG+eMB1XGUrOScQ8tp36YTNLio= From: Sean Bruno To: "A.J. \"Fonz\" van Werven" In-Reply-To: <20120517110155.GA37078@spectrum.skysmurf.nl> References: <20120517110155.GA37078@spectrum.skysmurf.nl> Content-Type: text/plain; charset="UTF-8" Date: Thu, 17 May 2012 06:36:28 -0700 Message-ID: <1337261788.3119.0.camel@powernoodle-l7> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Milter-Version: master.31+4-gbc07cd5+ X-CLX-ID: 261788004 Cc: "stable@freebsd.org" Subject: Re: [stable-9] Touchpad mouse stopped working X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2012 13:36:44 -0000 On Thu, 2012-05-17 at 04:01 -0700, A.J. "Fonz" van Werven wrote: > After moving from 9.0-RELEASE to 9-STABLE yesterday, the touchpad mouse on > my netbook stopped working. When I do > # /etc/rc.d/moused onestart > the pointer appears and can be moved for a second or two, then it stops > responding. Any thoughts? > > $ uname -a > FreeBSD ace.skysmurf.nl 9.0-STABLE FreeBSD 9.0-STABLE #0: Thu May 17 10:49:00 CEST 2012 root@ace.skysmurf.nl:/usr/obj/usr/src/sys/GENERIC i386 > > Fonz > Just a me too from my perspective. I'm currently trying to rebuild ports/x11-drivers/xf86-input-[mouse|keyboard] as that seems to have failed to have been rebuilt properly during a recent portupgrade. Sean