From owner-freebsd-questions@FreeBSD.ORG Sat May 14 13:50:27 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C9E116A4CE for ; Sat, 14 May 2005 13:50:27 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id D51CE43D62 for ; Sat, 14 May 2005 13:50:26 +0000 (GMT) (envelope-from robert.spam.me.senseless@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so1137698wri for ; Sat, 14 May 2005 06:50:26 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=QyzTxOZotAtO8qSvToNv1un8Rplf2wY6YvUjJe9L6a0t39DuK7WeFUaUqXidDSY2X6hXdq08+/X4q+Ua7x0LyOdrfdJd9Z5SMoodU7pC+QqTwyC9GHqHIXnpkuPWE0rv5xJR/zu3xjqExAJGb3P8vjLtbboAMZ/Xd/nfh6QWid4= Received: by 10.54.133.2 with SMTP id g2mr2308179wrd; Sat, 14 May 2005 06:50:26 -0700 (PDT) Received: by 10.54.34.6 with HTTP; Sat, 14 May 2005 06:50:26 -0700 (PDT) Message-ID: <7093dffb05051406507d7ffb6c@mail.gmail.com> Date: Sat, 14 May 2005 23:50:26 +1000 From: Robert S To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: 5.4-RELEASE: mouse won't work (suspect KVM switch) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Robert S List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 May 2005 13:50:27 -0000 I've just installed the latest 5.4-RELEASE on a PC using a kvm switch. I am completely unable to get the mouse to work. The switch is a no-name one with two ports (in a metal case!!). It's been fine up until now, though I don't know if I've used FBSD on it. When I (re)start the mouse daemon, with /dev/psm0 as the mouse port I get # /etc/rc.d/moused restart moused not running? Starting moused:moused: unable to open /dev/psm0: No such file or directory . If I select /dev/sysmouse (which has usually worked in the past - in /etc/rc.conf), it starts with no error messages, but there is no mouse cursor on the console. If I try to start X, there are no errors, and the mouse is present, but does not move. My mouse is a Microsoft Wheel Mouse Optical USB and PS/2 compatible. If its of any help, here's the output of uname -a: $ uname -a FreeBSD freebsd.mydomain.com.au 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Sun May 8 10:21:06 UTC 2005 =20 root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 Can anybody help me out of this predicament? I realise that KVM switches can be tricky beasts.