Date: Wed, 9 Jan 2002 00:40:05 -0800 (PST) From: Peter Pentchev <roam@ringlet.net> To: freebsd-bugs@FreeBSD.org Subject: Re: misc/33685: mouse problems Message-ID: <200201090840.g098e5113503@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: Peter Pentchev <roam@ringlet.net> To: Jamel Brown <viril29@yahoo.com> Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: misc/33685: mouse problems Date: Wed, 9 Jan 2002 10:36:41 +0200 On Tue, Jan 08, 2002 at 07:20:02PM -0800, Jamel Brown wrote: > 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. OK then, what is the output of 'dmesg -a | fgrep psm' ? If there is no output, then it is possible that the kernel has not detected the PS/2 mouse device for some reason or other. The reason this happens most often with me is that I forget to reenable some devices after I disable them while installing FreeBSD :) Do you have a file called /boot/kernel.conf? If yes, can you post its contents? If it has a line saying 'dis psm' or 'dis psm0' or something similar, remove that line, reboot the machine and try starting moused again. G'luck, Peter -- If there were no counterfactuals, this sentence would not have been paradoxical. 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?200201090840.g098e5113503>