<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
Fernando Lopez-Lezcano wrote:
<blockquote cite="mid1104535887.27937.19.camel@cmn37.stanford.edu"
 type="cite">
  <pre wrap="">On Fri, 2004-12-31 at 15:18, Brad Fuller wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Brad Fuller wrote: 
    </pre>
    <blockquote type="cite">
      <pre wrap="">Fernando Lopez-Lezcano wrote: 
      </pre>
      <blockquote type="cite">
        <blockquote type="cite">
          <pre wrap="">Now, when I start the new kernel, I get no mouse. This, I think, is
kinda strange, don't you think? I rebooted to my older kernels and the
mouse works fine. 
          </pre>
        </blockquote>
        <pre wrap="">Yes, strange. What type of mouse do you have? What does the X
configuration file say about mice? (/etc/X11/xorg.conf
  
        </pre>
      </blockquote>
      <pre wrap="">nothing special: 

Section "InputDevice"
    Identifier   "Mouse0"
    Driver   "mouse"
    Option   "Protocol" "IMPS/2"
    Option   "Device" "/dev/input/mice"
    Option   "ZAxisMapping"   "4 5"
    Option   "Emulate3Buttons" "yes"
EndSection
      </pre>
    </blockquote>
    <pre wrap="">oh sorry, you asked what kind of mouse I have:   Logitech wheel
    </pre>
  </blockquote>
  <pre wrap=""><!---->
As you say, nothing out of the ordinary (which kernel is this one?).
What do you find in /var/log/Xorg.0.log?
  </pre>
</blockquote>
just info that it loaded.<br>
cat /var/log/Xorg.0.log | grep mouse:<br>
<br>
(II) LoadModule: "mouse"<br>
(II) Loading .usr/X11R6/lib/modules/input/mouse_drv.o<br>
(II) Module mouse: vendor="X.Org Foundation"<br>
(==) NV(0): Silken mouse enabled<br>
<br>
(don't know what "silken" is)<br>
<br>
cat /var/log/Xorg.0.log | grep mice:<br>
<br>
(**) Mouse0: Device: "/dev/input/mice"<br>
(**) Option "Device" "/dev/input/mice"
<blockquote cite="mid1104535887.27937.19.camel@cmn37.stanford.edu"
 type="cite">
  <pre wrap="">Any mouse related messages in /var/log/messages and/or dmesg?
  </pre>
</blockquote>
in dmesg only:<br>
mice: PS/2 mouse device common for all mice<br>
<br>
(I do get messages in /var/log/messages of sync lost from mouse but
that was a message from yesterday. Not relevant to today's new kernel
install)<br>
Today's messages in /var/log/messages just say<br>
&lt;time_stamp&gt; localhost kernel: mice: PS/2 mouse device common for
all mice<br>
&lt;time_stamp&gt; localhost gpm[2892]: imps2: Auto-detected
intellimouse PS/2<br>
<br>
====<br>
I think I know what it is. I'm using an extender that extends the
monitor/kybd/mouse over a shielded cat5 cable. I plugged a mouse
directly into the PC and it worked. I bet it's some timing that has
changed - in something - that this extender can't see for the mouse.<br>
<br>
brad<br>
</body>
</html>