Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Jun 1995 07:41:33 -0400 (EDT)
From:      Peter Dufault <dufault@hda.com>
To:        aarone@homer.prahran.swin.edu.au
Cc:        freebsd-questions@freefall.cdrom.com
Subject:   Re: X311R6, install, mice.
Message-ID:  <199506061141.HAA16506@hda.com>
In-Reply-To: <MAILQUEUE-101.950606152846.352@h409-fs3.prahran.swin.edu.au> from "Aaron Elliott." at Jun 6, 95 03:28:46 pm

next in thread | previous in thread | raw e-mail | index | archive | help
Aaron Elliott. writes:
> 
> 
> Server fatal:
> Cannot open mouse (No such file or directory)
> 
> 
>   It looks like it cant find the mouse! (derr)
>   When I do: (following instuctions in the README/FAQ Install file)
> 
> cd /dev
> sh MAKEDEV tty00
> 
>   it completes without error.  When I try and check the mouse output,
>   as:
> 
> cat < /dev/tty00
> 

"tty00" has gone out of style.  "man sio" will give you the latest
interface.

I believe MAKEDEV is treating "sh MAKEDEV tty00" as "sh MAKEDEV
tty" and is re-making the base tty devices.  Use "/dev/ttyd0".
You probably need to turn on clocal on the "initial open state"
device for the mouse; put

> stty clocal < /dev/ttyid0

in your /etc/rc.serial.

Peter

-- 
Peter Dufault               Real Time Machine Control and Simulation
HD Associates, Inc.         Voice: 508 433 6936
dufault@hda.com             Fax:   508 433 5267



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199506061141.HAA16506>