From owner-freebsd-current@FreeBSD.ORG Mon Feb 16 18:28:00 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 3ECCD1065769; Mon, 16 Feb 2009 18:28:00 +0000 (UTC) (envelope-from hselasky@freebsd.org) Received: from swip.net (mailfe05.swip.net [212.247.154.129]) by mx1.freebsd.org (Postfix) with ESMTP id 71C6C8FC1E; Mon, 16 Feb 2009 18:27:59 +0000 (UTC) (envelope-from hselasky@freebsd.org) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=MXw7gxVQKqGXY79tIT8aFQ==:17 a=6I5d2MoRAAAA:8 a=oMb63xJ287YHEnRK-VwA:9 a=4J6AYEB33BvVxGokvnQA:7 a=H9h2D9fkYQfCae59Q-LPVA7avZEA:4 a=LY0hPdMaydYA:10 a=SV7veod9ZcQA:10 Received: from [62.113.132.61] (account mc467741@c2i.net HELO laptop) by mailfe05.swip.net (CommuniGate Pro SMTP 5.2.6) with ESMTPA id 1094564586; Mon, 16 Feb 2009 19:27:57 +0100 From: Hans Petter Selasky To: freebsd-current@freebsd.org Date: Mon, 16 Feb 2009 19:30:24 +0100 User-Agent: KMail/1.9.7 References: <87mycme9wc.fsf@kobe.laptop> <200902161752.56998.hselasky@freebsd.org> <87wsbqmeq4.fsf@kobe.laptop> In-Reply-To: <87wsbqmeq4.fsf@kobe.laptop> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200902161930.25235.hselasky@freebsd.org> Cc: Giorgos Keramidas , 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:28:01 -0000 On Monday 16 February 2009, Giorgos Keramidas wrote: > 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: >> 3000 (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 > # Hi, The device is invisible. You should be able to cat it, if it's not already opened. --HPS