Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Aug 1995 09:42:41 -0400 (EDT)
From:      Chuck Robey <chuckr@Glue.umd.edu>
To:        Evan Polster <71544.1006@compuserve.com>
Cc:        FreeBSD <questions@freebsd.org>
Subject:   Re: Mouse driver not found ...
Message-ID:  <Pine.SUN.3.91.950829093831.1669A-100000@cappuccino.eng.umd.edu>
In-Reply-To: <950829084951_71544.1006_EHL61-1@CompuServe.COM>

next in thread | previous in thread | raw e-mail | index | archive | help
On 29 Aug 1995, Evan Polster wrote:

> 
> Hello.
> 
>  Situation:  
> 
> 	I am attempting to run startx from a dumb (getty?) terminal. It fails
> when attempting
> 	to locate the mouse file /dev/mouse. 

Take a look at the sio man page.  There are no sio /dev devices, they are 
called ttydn and cuaan, where nn is the port number.  I use cuaa0 for my 
mouse, which is serial.  There isn't any /dev/mouse, although for those 
with bus mouse interfaces, there's a dev/mse.  I hope you took a look at 
XF86Config man page, and have entered the mouse description, including 
this port id, into the XF86Config config file.

> 
>  What happened during install:
> 
> 	During the initial install (from DOS) I attempted to install some 3rd pty
> products
> 	and crashed due to a memory problem. So I tried to return to the post
> install
>  	customization process via DOS with no luck (appears I would actually have
> to 
> 	reinstall to get back to the point where I was in post-install).. So I
> ran the xconfig 					program (xf86config or
> somesuch?) from FreeBSD. Seemed to run fine but I don't
> think certain device drivers ever got loaded properly because of my initial
> INSTALL
> 	(packages) failure.
> 
> 	I attempted to run the command: 
> 	
> 		sh MAKEDEV mouse
> 
> 	from /dev with no luck. 
> 
> 	My mouse is serial through COM1: so I ran:
> 
> 		dmesg | grep sio
> 
> 	and it showed me the COM1 port. I couldn't cat to the terminal from this
> 	port though because:
> 
> 		cat < /dev/sio0 
> 
> 	command told me that  /dev/sio0 didn't exist (which I already knew from
> ls).
> 
> 	Neither did /dev/tty00.
> 
> 	How do I install the proper Microsoft 2-button serial mouse driver?
> 
> 	My /etc/XF86Config file contains "Microsoft" and "/dev/mouse" for the 
> 	pointer protocol.
> 
> 	As you can probably tell I am very new to this as all my attempts
> 	have been guided by reading the ../X11/doc stuff or man pages.
> 
> 	Any help will be much appreciated.
> 
> Evan Polster
> CompuServe: 71544,1006 
> 
> P.S. As you probably already know, I have modified my /etc/ttys file to redefine
> ttyv3
>        to run <X bin area>/xdm -nodaemon xterm.
> 
> 

----------------------------+-----------------------------------------------
Chuck Robey                 | Interests include any kind of voice or data 
chuckr@eng.umd.edu          | communications topic, C programming, and Unix.
9120 Edmonston Ct #302      |
Greenbelt, MD 20770         | I run Journey2 and n3lxx, both FreeBSD
(301) 220-2114              | version 2.2 current -- and great FUN!
----------------------------+-----------------------------------------------




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.SUN.3.91.950829093831.1669A-100000>