Re: want to use old serial mouse

2011-03-14 Thread Steve Kleene
On Mon, 14 Mar 2011 14:29:51 + (UTC), I wrote:

> I have a good new installation of testing (Wheezy).  I would like to use my
> old three-button roll-ball serial mouse (Logitech M-MD15L) but have so far
> failed.

On Mon, 14 Mar 2011 15:39:00 +, Jon Dowland replied:

> Take a look at the inputattach(1) package.

and on Mon, 14 Mar 2011 16:44:28 +, Leonardo Ruoso concurred:

> # aptitude --with-recommends install inputattach

Thanks!  One of the two methods in the inputattach README file worked,
namely adding this to /etc/rc.local:

  inputattach --daemon -mman /dev/ttyS0

The alternate approach mentioned in the README file, adding this to
/etc/udev/rules.d/10-local.rules:

  ACTION="add", KERNEL=="ttyS0", RUN+="inputattach --daemon -mman %p"

didn't work, but I only need one solution.  Thanks again.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/loom.20110314t211235-...@post.gmane.org



Re: want to use old serial mouse

2011-03-14 Thread Leonardo Ruoso
# aptitude --with-recommends install inputattach
# inputattach --help

Emulate3Buttons should be turned off... you don't need emulation if you have
three buttons ;-).


Atenciosamente,

Leonardo Ruoso (CE1921JP)
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
. .
leona...@ruoso.com · (11) 3522-9612 · (85) 8787-0312
http://leonardo.ruoso.com · http://twitter.com/LeonardoRuoso
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
. .
*Leonardo Ruoso *· * *Gerente de Projetos · Analista de Sistemas
Comunicação Social/Jornalismo - UFC/2006 · Telecomunicações - ETFCE/1998
*Internet e inovação tecnológica deste 1996*
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
. .


2011/3/14 Steve Kleene 

> I have a good new installation of testing (Wheezy).  I would like to use my
> old three-button roll-ball serial mouse (Logitech M-MD15L) but have so far
> failed.  The PC is new with an Intel i5 motherboard and a serial port.
>
> With Lenny, it was sufficient to have this section in xorg.conf:
>
>  Section "InputDevice"
>  Identifier  "Configured Mouse"
>  Driver  "mouse"
>  Option  "CorePointer"
>  Option  "Device""/dev/ttyS0"
>  Option  "Protocol"  "Microsoft"
>  Option  "Emulate3Buttons"   "true"
>  EndSection
>
> That hasn't worked.  I also tried replacing "/dev/ttyS0" with
> "/dev/input/mice".  I have tried the same two versions of xorg.conf with
> the
> mouse on a serial-to-USB adapter instead of the direct serial port.  None
> of
> these four configurations supported the serial mouse.  I'm testing while
> running the fvwm window manager.  I have xserver-xorg-input-mouse
> installed.
>
> In all four cases, Xorg.0.log looked about the same.  These were the only
> lines with "mouse" in them:
>
>  (**) |-->Input Device "Configured Mouse"
>  (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or \
>'vmmouse' will be disabled.
>  (WW) Disabling Configured Mouse
>  (==) intel(0): Silken mouse enabled
>
> I can post the whole file if necessary.
>
> Connecting a modern USB mouse works and creates /dev/mouse0.  I think the
> old
> mouse, even via the USB adapter, is not detected by udev.  At least I don't
> see anything new under /dev after I plug it in.
>
> Is there any way to get the old mouse working with Wheezy?  Thanks.
>
>
> --
> To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact
> listmas...@lists.debian.org
> Archive: http://lists.debian.org/loom.20110314t152840...@post.gmane.org
>
>


Re: want to use old serial mouse

2011-03-14 Thread Jon Dowland
On Mon, Mar 14, 2011 at 02:29:51PM +, Steve Kleene wrote:
> Is there any way to get the old mouse working with Wheezy?  Thanks.

I'm only educated-guessing here, but I think the best strategy would be to get
the kernel input system to see the mouse, and then X will automagically see it,
too.

Take a look at the inputattach(1) package.



-- 
Jon Dowland


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110314153900.ga1...@deckard.alcopop.org



want to use old serial mouse

2011-03-14 Thread Steve Kleene
I have a good new installation of testing (Wheezy).  I would like to use my
old three-button roll-ball serial mouse (Logitech M-MD15L) but have so far
failed.  The PC is new with an Intel i5 motherboard and a serial port.

With Lenny, it was sufficient to have this section in xorg.conf:

  Section "InputDevice"
  Identifier  "Configured Mouse"
  Driver  "mouse"
  Option  "CorePointer"
  Option  "Device""/dev/ttyS0"
  Option  "Protocol"  "Microsoft"
  Option  "Emulate3Buttons"   "true"
  EndSection

That hasn't worked.  I also tried replacing "/dev/ttyS0" with
"/dev/input/mice".  I have tried the same two versions of xorg.conf with the
mouse on a serial-to-USB adapter instead of the direct serial port.  None of
these four configurations supported the serial mouse.  I'm testing while
running the fvwm window manager.  I have xserver-xorg-input-mouse installed.

In all four cases, Xorg.0.log looked about the same.  These were the only
lines with "mouse" in them:

  (**) |-->Input Device "Configured Mouse"
  (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or \
'vmmouse' will be disabled.
  (WW) Disabling Configured Mouse
  (==) intel(0): Silken mouse enabled

I can post the whole file if necessary.

Connecting a modern USB mouse works and creates /dev/mouse0.  I think the old
mouse, even via the USB adapter, is not detected by udev.  At least I don't
see anything new under /dev after I plug it in.

Is there any way to get the old mouse working with Wheezy?  Thanks.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/loom.20110314t152840...@post.gmane.org