From owner-freebsd-bugs Tue Jan 8 8:40:10 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5381B37B421 for ; Tue, 8 Jan 2002 08:40:04 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g08Ge4B28471; Tue, 8 Jan 2002 08:40:04 -0800 (PST) (envelope-from gnats) Date: Tue, 8 Jan 2002 08:40:04 -0800 (PST) Message-Id: <200201081640.g08Ge4B28471@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Sheldon Hearn Subject: Re: misc/33685: mouse problems Reply-To: Sheldon Hearn Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR misc/33685; it has been noted by GNATS. From: Sheldon Hearn To: "Jamel A. Brown" Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: misc/33685: mouse problems Date: Tue, 08 Jan 2002 18:38:10 +0200 On Tue, 08 Jan 2002 01:29:13 PST, "Jamel A. Brown" wrote: > I ran the following command on my system after reading Problem Report > i386/11773. "moused -i all -p /dev/psm0" and got the following > response "moused: unable to open /dev/psm0 : device not configured" > in that report to fix that persons problem the person never said what > to do if you did not get the response he or she was looking for. First, check whether /dev/psm0 exists. If not, you need to create it with MAKEDEV: cd /dev ./MAKEDEV psm0 sysmouse If the device already exists (or creating it does not make the "device not configured" message go away), then you may not have the device enabled in your kernel configuration. Have you created a custom kernel? If so, did you perhaps trim out one or more of these lines? # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbdc0 at isa? port IO_KBD device atkbd0 at atkbdc? irq 1 flags 0x1 device psm0 at atkbdc? irq 12 You must have the device configured in the kernel before things like moused(8) can use it. If you removed it from your kernel configuration, correct the mistake, build and install a new kernel from the corrected kernel config and try again. Note that there are several mouse-related issues covered in the X Windows / Virtual Consoles section of the FAQ: http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/x.html Please send feedback on your progress to . If your feedback involves more problems, try to provide more detail on error messages than you did in your first report (PR misc/33683). Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message