From owner-freebsd-current@FreeBSD.ORG Mon Feb 16 17:50:33 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CA493106566B for ; Mon, 16 Feb 2009 17:50:33 +0000 (UTC) (envelope-from hselasky@freebsd.org) Received: from swip.net (mailfe10.swipnet.se [212.247.155.33]) by mx1.freebsd.org (Postfix) with ESMTP id 61C5F8FC1F for ; Mon, 16 Feb 2009 17:50:33 +0000 (UTC) (envelope-from hselasky@freebsd.org) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=MXw7gxVQKqGXY79tIT8aFQ==:17 a=zl5XP_tDmJZPdJmkyEIA:9 a=PJBV58NlGC-994YECO4A:7 a=RQ04kOghs4JbBCsJ43ohSRulbI0A:4 a=LY0hPdMaydYA:10 Received: from [62.113.132.61] (account mc467741@c2i.net HELO laptop) by mailfe10.swip.net (CommuniGate Pro SMTP 5.2.6) with ESMTPA id 1027787221; Mon, 16 Feb 2009 17:50:29 +0100 From: Hans Petter Selasky To: Giorgos Keramidas Date: Mon, 16 Feb 2009 17:52:56 +0100 User-Agent: KMail/1.9.7 References: <87mycme9wc.fsf@kobe.laptop> In-Reply-To: <87mycme9wc.fsf@kobe.laptop> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200902161752.56998.hselasky@freebsd.org> Cc: freebsd-current@freebsd.org, Andrew Thompson Subject: Re: usb2 moused issue X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 16 Feb 2009 17:50:34 -0000 On Monday 16 February 2009, Giorgos Keramidas wrote: > I just rebuild my kernel after flipping the switch to usb2 in my kernel > config file: > > [ dmesg output with hw.usb2.ums.debug=1 ] > Feb 16 16:19:00 kobe kernel: ugen4.2: at usbus4 > Feb 16 16:19:00 kobe kernel: ums0: (Model 1056), class 0/0, rev 2.00/0.07, addr 2> on usbus4 Feb 16 16:19:00 > kobe kernel: ums0: 5 buttons and [XYZ] coordinates Feb 16 16:19:00 kobe > kernel: ums_attach:582: sc=0xc63c7000 If you "cat /dev/ums0" while having the debugging on, do you see anything? > > I have enabled `moused_nondefault_enable' in my rc.conf too, and I see > that moused is launched for the external usb mouse: > > [rc.conf] > moused_nondefault_enable="YES" > moused_enable="YES" > moused_flags="-3" > moused_ums0_flags="" > moused_port="/dev/psm0" ^^^/dev/ums0 > moused_type="auto" > > [processes running] > # ps xauww | sed -n -e 1p -e '/ sed/d' -e /moused/p > USER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME COMMAND > root 1309 0.0 0.0 3376 1484 ?? Ss 3:54PM 0:05.01 > /usr/sbin/moused -3 -p /dev/psm0 -t auto root 1773 0.0 0.0 3376 > 1492 ?? Is 3:59PM 0:00.00 /usr/sbin/moused -p /dev/ums0 -t auto -I > /var/run/moused.ums0.pid > > But moving the usb mouse doesn't result in any pointer movement, either > in a console tty or under X11. > > Is this a known bug of usb2 mouse support, or just a local config error? --HPS