From: Lothar Roth <lroth@atis.uka.de>
To: linux-kernel@vger.kernel.org
Cc: vk@mail.lns.cornell.edu
Subject: Re: kernel 2.6.x, no mouse, i8042???
Date: Thu, 26 Feb 2004 11:01:11 +0100 [thread overview]
Message-ID: <403DC3E7.9030801@atis.uka.de> (raw)
In-Reply-To: <200402251349.11791.vk@mail.lns.cornell.edu>
Valentine Kouznetsov wrote:
> Hi,
> I post already that I cannot get my mouse work in any 2.6 kernel. Searching
> kernel archive I found discussion about i8042. I would appreciate if someone
> will help me to find out what is wrong with all of these.
>
> My problem is trivial, no mouse at all, in console and X modes. No error
> messages generated by kernel. Mouse is PS/2 as touchpad on Compaq Evo N600c
> laptop. Kernel says: "mice: PS/2 mouse device common for all mice"
>
> Following discussion about similar problem a few people suggested to look at
> i8042.nomux option. Well, I did. First of all I found that loading kernel
> without any option gave me the following output:
> i8042.c: Detected active multiplexing controller, rev 1.0.
> serio: i8042 AUX0 port at 0x60,0x64 irq 12
> serio: i8042 AUX1 port at 0x60,0x64 irq 12
> serio: i8042 AUX2 port at 0x60,0x64 irq 12
> serio: i8042 AUX3 port at 0x60,0x64 irq 12
> serio: i8042 KBD port at 0x60,0x64 irq 1
> which I consider to be suspisious since 4 aux ports are on the same irq?
>
> Loading kernel with nomux option gave me:
> serio: i8042 AUX port at 0x60,0x64 irq 12
> serio: i8042 KBD port at 0x60,0x64 irq 1
> but still no mouse. I also tried noaux option which only detect keyboard.
> I tried /dev/psaux and /dev/input/mice for all of these cases with no success.
> What is also strange that trying /dev/input/mouse[0-X] gave oops for gpm
> saying there is no such device???
>
> For interesting parties I attach dmesg outputs. If someone want me to try
> anything else I can give a shot to figure/fix this problem.
>
> I'm not on a list, please CC me.
>
> Thanks,
> Valentine.
Hi,
I had a similar problem with recent kernel 2.6.x and gpm.
Solution : the psmouse module is missing
modprobe psmouse
and the mouse is immediately available, no restart of gpm necessary !
lsmod shows that noone (count == 0) is using the module !
Removing the module and the mouse is away.
Hope this my help you,
Lothar
next prev parent reply other threads:[~2004-02-26 10:01 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-02-25 18:49 kernel 2.6.x, no mouse, i8042??? Valentine Kouznetsov
2004-02-26 10:01 ` Lothar Roth [this message]
2004-02-26 14:31 ` Valentine Kouznetsov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=403DC3E7.9030801@atis.uka.de \
--to=lroth@atis.uka.de \
--cc=linux-kernel@vger.kernel.org \
--cc=vk@mail.lns.cornell.edu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.