From owner-freebsd-questions Sat Nov 16 21:38:32 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B755637B401 for ; Sat, 16 Nov 2002 21:38:29 -0800 (PST) Received: from janeway.vonbek.dhs.org (bgm-24-94-58-56.stny.rr.com [24.94.58.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id F27D943E4A for ; Sat, 16 Nov 2002 21:38:28 -0800 (PST) (envelope-from syborg@stny.rr.com) Received: by janeway.vonbek.dhs.org (Postfix, from userid 507) id 480EB4FC8C; Sun, 17 Nov 2002 00:25:34 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by janeway.vonbek.dhs.org (Postfix) with ESMTP id 4299C4A0E; Sun, 17 Nov 2002 00:25:34 -0500 (EST) Date: Sun, 17 Nov 2002 00:25:34 -0500 (EST) From: John Bleichert X-X-Sender: syborg@janeway.vonbek.dhs.org Reply-To: John Bleichert To: Lin Jianfong Cc: freebsd-questions@freebsd.org Subject: Re: USB mouse oddity In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 16 Nov 2002, Lin Jianfong wrote: > Subject: Re: USB mouse oddity > > Try doing 'dmesg -a | grep usm'. You should see something that looks like > this (yours might be completely different) : > > ums0: Logitech USB-PS/2 Optical Mouse, rev 2.00/11.10, addr 2, iclass 3/1 > ums0: 3 buttons and Z dir.] > > One good place to start is to look at your kernel configuration file in > /usr/src/sys/i386/conf directory, if you're using GENERIC kernel, it should > be named GENERIC, and look for line 'device ums' line somewhere in it along > the USB device section. If it's not there, you can add it yourself (I highly > doubt this, unless you're using a really old release). > > In short, in your kernel config file, these 3 must be present for USB > devices to work : > > - 'device uhci' (USB Hub Controller Interface) > - 'device usb' (USB Bus) > - 'device ums' (for USB mouse), 'device ukbd' (for USB keyboard), etc. > > As for rebuilding the kernel, see the handbook for details. > > Fong Yep, the kernel is all set. I've already done it on 2 other PCs, it just doesn't seem to work on this one. > > > > >From: John Bleichert > >Reply-To: John Bleichert > >To: freebsd-questions@freebsd.org > >Subject: USB mouse oddity > >Date: Sat, 16 Nov 2002 17:39:52 -0500 (EST) > > > >Hello all > > > >I used the instructions at this page to get a USBmouse working on an IBM > >PC: > > > >http://www.freebsddiary.org/usb-mouse.php > > > >But they aren't working for me on my VIA-based PC: > > > >johnnyb:~ > dmesg | grep -i usb > >uhci0: port 0xd000-0xd01f irq 5 at device 4.3 > >on pci0 > >usb0: on uhci0 > >usb0: USB revision 1.0 > > > >Whatever I do, I can't get the system to see /dev/ums0 - I MAKEDEV'd it > >and it's in /dev. > > > >Anybody have any pointers on how I can debug this? The only other USB > >device I have to test with is a joystick... Also, the same mouse works > >great in the USB port on the IBM PC. > > > >Thanks - JB > > > > > ># John Bleichert > ># http://vonbek.dhs.org/latest.jpg > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > >with "unsubscribe freebsd-questions" in the body of the message > > > _________________________________________________________________ > STOP MORE SPAM with the new MSN 8 and get 2 months FREE* > http://join.msn.com/?page=features/junkmail > # John Bleichert # http://vonbek.dhs.org/latest.jpg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message