From owner-freebsd-questions Wed Jan 12 3:15:36 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mailf.telia.com (mailf.telia.com [194.22.194.25]) by hub.freebsd.org (Postfix) with ESMTP id 49CB214E71 for ; Wed, 12 Jan 2000 03:15:33 -0800 (PST) (envelope-from jimbo99@telia.com) Received: from d1o14.telia.com (d1o14.telia.com [195.67.188.241]) by mailf.telia.com (8.9.3/8.9.3) with ESMTP id MAA04993; Wed, 12 Jan 2000 12:15:31 +0100 (CET) Received: from julia (t2o14p16.telia.com [195.67.188.76]) by d1o14.telia.com (8.8.8/8.8.8) with SMTP id MAA11266; Wed, 12 Jan 2000 12:15:29 +0100 (CET) Message-ID: <003001bf5cee$5218ebc0$4cbc43c3@julia> Reply-To: "Jimmy Hjelm" From: "Jimmy Hjelm" To: "George Cox" , "Jimmy Hjelm" Cc: References: <001b01bf5c6d$0dc0e800$acbd43c3@julia> <20000111235915.B2065@extremis.demon.co.uk> Subject: Re: PS/2 Mouse Date: Wed, 12 Jan 2000 11:47:18 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > 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 = :-) Yes, you're very right. I meant moused. I've tried both manual config = of rc.conf and /stand/sysinstall >=20 > What's in your /etc/rc.conf file? Here's what's in mine regarding = mice: > =20 > moused_enable=3D"YES" > moused_type=3D"auto" > moused_port=3D"/dev/psm0" >=20 > 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. I've now tried both "auto" and "ps/2" >=20 > What is the output of=20 >=20 > ls -l /dev/psm0 /dev/sysmouse /dev/mouse=20 >=20 Here's some output: bash-2.03# ls -l /dev/psm0 /dev/sysmouse /dev/mouse lrwxr-xr-x 1 root wheel 13 Jan 11 16:32 /dev/mouse -> = /dev/sysmouse crw------- 1 root wheel 21, 1 Dec 7 17:34 /dev/psm0 crw------- 1 root wheel 12, 128 Nov 16 13:19 /dev/sysmouse bash-2.03# moused -p /dev/psm0 -i all /dev/psm0 ps/2 sysmouse generic bash-2.03# dmesg | grep psm psm0 irq 12 on isa psm0: model Generic PS/2 mouse, device ID 0 Thanks a lot for helping - I really need that COM-port for an external = modem :-) /Jimmy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message