Antwort: Re: device name for mouse?

1999-10-22 Thread klaus_drews



Try "cat /dev/whatever".
It worked fine for me some time ago. If you get the right address you'll
see.





aphro <[EMAIL PROTECTED]> on 22.10.99 15:34:27

An:   jh <[EMAIL PROTECTED]>
Kopie:debian-user@lists.debian.org,  recipient list not shown: ;
  (Blindkopie: Klaus Drews/D/WestLB-Systems/WLB)
Thema:    Re: device name for mouse?




depends on the com port ..
com1 /dev/ttyS0
com2 /dev/ttyS1
..etc..
nate
[mailto:[EMAIL PROTECTED] ]--
  Linux System Administrator   http://www.firetrail.com/
  Firetrail Internet Services Limited  http://www.aphroland.org/
   Everett, WA 425-348-7336http://www.linuxpowered.net/
Powered By:http://comedy.aphroland.org/
Debian 2.1 Linux 2.0.36 SMPhttp://yahoo.aphroland.org/
-[mailto:[EMAIL PROTECTED] ]--
On Thu, 21 Oct 1999, jh wrote:
> I have a serial mouse. Does anyone know what the device name would be?
> Thank you.
>
> Jeff
>
>
> --
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] <
/dev/null
>

--
Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] <
/dev/null








Re: device name for mouse?

1999-10-22 Thread aphro
depends on the com port ..

com1 /dev/ttyS0
com2 /dev/ttyS1
..etc..

nate

[mailto:[EMAIL PROTECTED] ]--
  Linux System Administrator   http://www.firetrail.com/
  Firetrail Internet Services Limited  http://www.aphroland.org/
   Everett, WA 425-348-7336http://www.linuxpowered.net/
Powered By:http://comedy.aphroland.org/
Debian 2.1 Linux 2.0.36 SMPhttp://yahoo.aphroland.org/
-[mailto:[EMAIL PROTECTED] ]--

On Thu, 21 Oct 1999, jh wrote:

> I have a serial mouse. Does anyone know what the device name would be?
> Thank you.
> 
> Jeff
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
> 


Re: device name for mouse?

1999-10-22 Thread Taupter
jh wrote:
> 
> I have a serial mouse. Does anyone know what the device name would be?
> Thank you.

If you connect it to the first serial, /dev/ttyS0. To the second,
/dev/ttyS1

A way to simplify is make a symbolic link to the device, creating a
/dev/mouse pointing to ttyS0 or ttyS1.


Claudio