2004-01-08 12:45:51

by Dominik Strasser

[permalink] [raw]
Subject: Mouse wheel does not work with 2.6

Hi,
my mouse, which is a Logitech cordless wheel mouse does not work fully
under 2.6.
The wheel doesn't work; no events are sent.

The mouse is correctly identified:

mice: PS/2 mouse device common for all mice

input: PS2++ Logitech Wheel Mouse on isa0060/serio1

I already tried with "psmouse_proto=imps" as kernel parameter, but
without success.

Any hints anybody ?

Regards

Dominik



2004-01-08 22:07:35

by Darren Williams

[permalink] [raw]
Subject: Re: Mouse wheel does not work with 2.6

Hi Dominik

Are you using under X or console?

I can confirm that MX600 logitech cordless USB works
under 2.6.0 RH 9, I do not have the exact details on config
file here. From memory I have
CONFIG_INPUT_MOUSE=y
CONFIG_MOUSE_PS2=y

and set XFree86Config
# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************

Section "InputDevice"

# Identifier and driver

Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ImPS/2"
Option "Device" "/dev/psaux"
Option "ZaxisMapping" "4 5"

I also attach the mouse via one of those usb=>ps2 adapter things
supplied by logitech.


Darren


On Thu, 08 Jan 2004, Dominik Strasser wrote:

> Hi,
> my mouse, which is a Logitech cordless wheel mouse does not work fully
> under 2.6.
> The wheel doesn't work; no events are sent.
>
> The mouse is correctly identified:
>
> mice: PS/2 mouse device common for all mice
>
> input: PS2++ Logitech Wheel Mouse on isa0060/serio1
>
> I already tried with "psmouse_proto=imps" as kernel parameter, but
> without success.
>
> Any hints anybody ?
>
> Regards
>
> Dominik
>
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
--------------------------------------------------
Darren Williams <dsw AT gelato.unsw.edu.au>
Gelato@UNSW <http://www.gelato.unsw.edu.au>
--------------------------------------------------

2004-01-09 10:05:19

by Dominik Strasser

[permalink] [raw]
Subject: Re: Mouse wheel does not work with 2.6

Darren Williams wrote:

>Hi Dominik
>
>Are you using under X or console?
>
>
>
Darren,
Thanks for your hints, but the identical setup works fine under 2.4.

Regards

Dominik