From owner-freebsd-questions Wed Apr 19 20:54:54 2000 Delivered-To: freebsd-questions@freebsd.org Received: from server.baldwin.cx (jobaldwi.campus.vt.edu [198.82.67.146]) by hub.freebsd.org (Postfix) with ESMTP id A8D5237BD5A for ; Wed, 19 Apr 2000 20:54:50 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from john.baldwin.cx (john [10.0.0.2]) by server.baldwin.cx (8.9.3/8.9.3) with ESMTP id XAA52602; Wed, 19 Apr 2000 23:54:38 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-Id: <200004200354.XAA52602@server.baldwin.cx> X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Wed, 19 Apr 2000 23:54:38 -0400 (EDT) From: John Baldwin To: Kyle Mobley Subject: RE: USB MS IntelliMouse under FreeBSD 4-stable Cc: freebsd-questions@FreeBSD.org Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 20-Apr-00 Kyle Mobley wrote: > Hello everyone! > > Well as you can tell by the subject I am having trouble getting both > moused and X to reconize and use my USB Microsoft Intellimouse. > > I have the lines added in my kernel for usb support > device uhci > device ohci > device usb > device ums > > I have done MAKEDEV ums0 in the /dev directory > > I have the following lines in the rc.conf > moused_enable="YES" > moused_type="auto" > moused_port="/dev/ums0" > moused_flags="" You don't need this, if you look in /etc/usbd.conf, you will see that usbd runs moused for you when your mouse is plugged in (and when the machine is booted with the mouse plugged in). > usbd_enable="YES" > usbd_flags="" > > Now I know that in order to get XFree86-4.0 working wth the mouse I must > first get moused to work. I still have not been able to accomplish this. > > In dmesg it shows that the following are detected. > uhci0 > usb0 > uhub0 > > Also uhci1,usb1,uhub1. What does the 'usbdevs' command show? -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.cslab.vt.edu/~jobaldwi/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message