Date: Mon, 3 Apr 2000 17:11:43 +0100 From: Ben Smithurst <ben@scientia.demon.co.uk> To: Chen Liu <chen@netcorps.com> Cc: freebsd-questions@FreeBSD.org Subject: Re: your mail Message-ID: <20000403171143.H85754@strontium.scientia.demon.co.uk> In-Reply-To: <200004031527.IAA15958@work.netcorps.com> References: <200004031527.IAA15958@work.netcorps.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000403171143.H85754>