Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Jan 2002 08:40:04 -0800 (PST)
From:      Sheldon Hearn <sheldonh@starjuice.net>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: misc/33685: mouse problems 
Message-ID:  <200201081640.g08Ge4B28471@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR misc/33685; it has been noted by GNATS.

From: Sheldon Hearn <sheldonh@starjuice.net>
To: "Jamel A. Brown" <viril29@yahoo.com>
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
 <freebsd-gnats-submit@FreeBSD.org>.  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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201081640.g08Ge4B28471>