From owner-freebsd-questions Mon Apr 3 10:45:45 2000 Delivered-To: freebsd-questions@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id 05FCE37BB7B for ; Mon, 3 Apr 2000 10:45:37 -0700 (PDT) (envelope-from ben@scientia.demon.co.uk) Received: from strontium.scientia.demon.co.uk ([192.168.91.36] ident=exim) by scientia.demon.co.uk with esmtp (Exim 3.12 #1) id 12c9S3-0001V7-00; Mon, 03 Apr 2000 17:11:43 +0100 Received: (from ben) by strontium.scientia.demon.co.uk (Exim 3.12 #7) id 12c9S3-0006YS-00; Mon, 03 Apr 2000 17:11:43 +0100 Date: Mon, 3 Apr 2000 17:11:43 +0100 From: Ben Smithurst To: Chen Liu Cc: freebsd-questions@FreeBSD.org Subject: Re: your mail Message-ID: <20000403171143.H85754@strontium.scientia.demon.co.uk> References: <200004031527.IAA15958@work.netcorps.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200004031527.IAA15958@work.netcorps.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Chen Liu wrote: > (**) Mouse: type: PS/2, device: /dev/mouse, buttons: 3 ... > Fatal server error: > Cannot open mouse (Too many levels of symbolic links) Well, what is /dev/mouse? From that error, I'd guess it's a symlink to itself. What does $ ls -l /dev/mouse show? As you're using a PS/2 mouse, you probably want to do $ ln -sf psm0 /dev/mouse as root. -- Ben Smithurst / ben@scientia.demon.co.uk / PGP: 0x99392F7D To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message