2001-11-04 00:10:43

by Roach, Mark R.

[permalink] [raw]
Subject: asus P5A-B psaux problem

I have had no luck with ps/2 mouse on an Asus P5A-B mobo with newer
kernel versions, I have tried 2.4.12 and 2.4.13 with no luck. It works
fine with 2.2.19, though.

With 2.4.12 & 13 I get "Detected PS/2 Mouse Port." in dmesg only when
the mouse is not plugged in. Plug it in, no message of ps/2.

If anyone has any suggestions I would love to be able to use 2.4 kernel,
hopefully it is something stupid I have missed.


2001-11-04 00:42:09

by Erik Mouw

[permalink] [raw]
Subject: Re: asus P5A-B psaux problem

On Sat, Nov 03, 2001 at 06:08:15PM -0600, Roach, Mark R. wrote:
> I have had no luck with ps/2 mouse on an Asus P5A-B mobo with newer
> kernel versions, I have tried 2.4.12 and 2.4.13 with no luck. It works
> fine with 2.2.19, though.
>
> With 2.4.12 & 13 I get "Detected PS/2 Mouse Port." in dmesg only when
> the mouse is not plugged in. Plug it in, no message of ps/2.

No problems over here. Asus P5A, BIOS revision 1003, Logitech Cordless
Mouseman wheel, linux-2.4.13-ac5.


Erik

--
J.A.K. (Erik) Mouw, Information and Communication Theory Group, Faculty
of Information Technology and Systems, Delft University of Technology,
PO BOX 5031, 2600 GA Delft, The Netherlands Phone: +31-15-2783635
Fax: +31-15-2781843 Email: [email protected]
WWW: http://www-ict.its.tudelft.nl/~erik/

2001-11-04 11:09:51

by Duncan Sands

[permalink] [raw]
Subject: RE: asus P5A-B psaux problem

Are you sure the mouse is not working? I also
have a P5A-B, PS/2 mouse and 2.4 kernel (many
versions). I also get no dmesg about PS/2. But
the mouse works fine! Did you tell X windows
that you are using a PS/2 mouse?

In XF86Config (xfree86 version 4):

Section "InputDevice"
Identifier "Default Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/misc/psaux" # something else for you?
Option "Protocol" "PS/2"
EndSection

I hope this helps,

Duncan.

2001-11-04 17:55:50

by Roach, Mark R.

[permalink] [raw]
Subject: Re: asus P5A-B psaux problem

On Sun, Nov 04, 2001 at 12:08:53PM +0100, Duncan Sands wrote:
> Are you sure the mouse is not working? I also
> have a P5A-B, PS/2 mouse and 2.4 kernel (many
> versions). I also get no dmesg about PS/2. But
> the mouse works fine! Did you tell X windows
> that you are using a PS/2 mouse?
>
> In XF86Config (xfree86 version 4):
>
> Section "InputDevice"
> Identifier "Default Mouse"
> Driver "mouse"
> Option "CorePointer"
> Option "Device" "/dev/misc/psaux" # something else for you?
> Option "Protocol" "PS/2"
> EndSection
>
> I hope this helps,
>
> Duncan.

Yes, definitely sure that X is configured correctly (it works fine when
I boot with 2.2.19) I have also tried gpm, which works fine under 2.2,
and under 2.4.8 tells me there is no such device or address, and under
2.4.13 and 2.4.13-ac7 locks my keyboard and doesn't work.

Thanks for the suggestion, though.

Mark Roach