From owner-freebsd-questions Tue Jan 11 16:14:53 2000 Delivered-To: freebsd-questions@freebsd.org Received: from tele-post-20.mail.demon.net (tele-post-20.mail.demon.net [194.217.242.20]) by hub.freebsd.org (Postfix) with ESMTP id 06CE215565 for ; Tue, 11 Jan 2000 16:14:36 -0800 (PST) (envelope-from gjvc@extremis.demon.co.uk) Received: from extremis.demon.co.uk ([194.222.242.30]) by tele-post-20.mail.demon.net with smtp (Exim 2.12 #2) id 128BQl-0007KF-0K for questions@freebsd.org; Wed, 12 Jan 2000 00:14:32 +0000 Received: (qmail 2333 invoked by uid 1010); 11 Jan 2000 23:59:15 -0000 Date: Tue, 11 Jan 2000 23:59:15 +0000 From: George Cox To: Jimmy Hjelm Cc: questions@freebsd.org Subject: Re: PS/2 Mouse Message-ID: <20000111235915.B2065@extremis.demon.co.uk> References: <001b01bf5c6d$0dc0e800$acbd43c3@julia> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/1.1.1i In-Reply-To: <001b01bf5c6d$0dc0e800$acbd43c3@julia>; from jimbo99@telia.com on Tue, Jan 11, 2000 at 08:50:02PM +0100 X-Operating-System: FreeBSD 4.0-CURRENT (i386) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 11/01 20:50, Jimmy Hjelm wrote: > I use FreeBSD 3.3. Everything works fine, but I can't use a PS/2 mouse. Well, we should be able to sort this one out in a jiffy. :-) > I have kernel support for it, and it shows up as psm0 - device ID 0 at boot > if plugged in, and if not plugged in FreeBSD detects that and says "not > found". That's good. > However, neither sysmouse nor mouse in X will work. That's not good. I'm not quite sure what you mean when you say 'sysmouse' won't work. sysmouse(4) is a driver module -- not an executable program. I think you meant to say 'moused' doesn't work, so we'll work on that :-) What's in your /etc/rc.conf file? Here's what's in mine regarding mice: moused_enable="YES" moused_type="auto" moused_port="/dev/psm0" > If I use a serial mouse they both work fine. My PS/2 mouse used to work with > previous versions of FreeBSD. Hrmm very strange. Work through 'man moused' (an excellent manual page) and see how you get on. It's my guess that if you have 'auto' as I do above, you may have to change it for some other value -- the mouse type is not being explicitly probed. Or, and this is more likely, your devices are messed up. What is the output of ls -l /dev/psm0 /dev/sysmouse /dev/mouse ? best; gjvc -- [gjvc] 4.4BSD 4.ever! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message