Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Jan 2002 19:20:02 -0800 (PST)
From:      Jamel Brown <viril29@yahoo.com>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: misc/33685: mouse problems 
Message-ID:  <200201090320.g093K2G53997@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: Jamel Brown <viril29@yahoo.com>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: misc/33685: mouse problems 
Date: Tue, 8 Jan 2002 19:12:28 -0800 (PST)

 After getting the e-mail i looked to see if i had
 /dev/psm0 in which case i did so because i did not
 know
 what do if the files already exists i deleted it and
 created it again. I got the same message on my system
 when i ran "moused -i all -p /dev/psm0" again i did 
 not build a custom kernel yet so i still have the
 default kernel. I have those four lines of code in my
 kernel configuration. is there any other things i can
 do that will help me. 
 
 
 --- Sheldon Hearn <sheldonh@starjuice.net> wrote:
 > 
 > 
 > 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.
 
 
 __________________________________________________
 Do You Yahoo!?
 Send FREE video emails in Yahoo! Mail!
 http://promo.yahoo.com/videomail/

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?200201090320.g093K2G53997>