From owner-freebsd-current@FreeBSD.ORG Mon Feb 16 18:14:24 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 1AF9B1065672; Mon, 16 Feb 2009 18:14:24 +0000 (UTC) (envelope-from keramida@freebsd.org) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id 73A728FC08; Mon, 16 Feb 2009 18:14:23 +0000 (UTC) (envelope-from keramida@freebsd.org) Received: from kobe.laptop (adsl109-226.kln.forthnet.gr [77.49.228.226]) (authenticated bits=128) by igloo.linux.gr (8.14.3/8.14.3/Debian-5) with ESMTP id n1GIECOr003630 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 16 Feb 2009 20:14:18 +0200 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.3/8.14.3) with ESMTP id n1GIEBE8006334; Mon, 16 Feb 2009 20:14:11 +0200 (EET) (envelope-from keramida@freebsd.org) Received: (from keramida@localhost) by kobe.laptop (8.14.3/8.14.3/Submit) id n1GIEBCN006333; Mon, 16 Feb 2009 20:14:11 +0200 (EET) (envelope-from keramida@freebsd.org) From: Giorgos Keramidas To: Hans Petter Selasky References: <87mycme9wc.fsf@kobe.laptop> <200902161752.56998.hselasky@freebsd.org> Date: Mon, 16 Feb 2009 20:14:11 +0200 In-Reply-To: <200902161752.56998.hselasky@freebsd.org> (Hans Petter Selasky's message of "Mon, 16 Feb 2009 17:52:56 +0100") Message-ID: <87wsbqmeq4.fsf@kobe.laptop> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.90 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-MailScanner-ID: n1GIECOr003630 X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-4.494, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL -0.10, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@freebsd.org X-Spam-Status: No 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 18:14:24 -0000 On Mon, 16 Feb 2009 17:52:56 +0100, Hans Petter Selasky wrote: > 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? Hmm, there's a dmesg line saying that: Feb 16 20:09:51 kobe kernel: Symlink: ums0 -> usb4.2.0.16 but there is no ums0 symlink in /dev: # ls -ld ums* ls: ums*: No such file or directory # Maybe this is why moused fails to work when it is launched from devd. >> 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 That's the device name for the touchpad port. The default devd.conf file passes `ums0' to /etc/rc.d/moused start ... so it shouldn't matter.