On Wed, Aug 08, 2007 at 01:07:23PM +0200, Brice Goglin wrote: > Adrian Mariano wrote: > > When I first installed, the mouse was on the ps/2 port. The > > configuration that was supplied by the installer was > > > > Section "InputDevice" > > Identifier "Configured Mouse" > > Driver "mouse" > > Option "CorePointer" > > Option "Device" "/dev/input/mice" > > Option "Protocol" "ImPS/2" > > Option "Emulate3Buttons" "true" > > EndSection > > > > That's the default config provided by the installer. > > > The mouse did not work. I moved the mouse from the ps/2 port to the > > USB port and it worked fine. > > > > Then I tried changing /dev/input/mice to /dev/psaux. The mouse WORKED > > FINE with this setup. > > So PS/2 on /dev/psaux worked once. Then it would be a kernel problem or so. > > But you said earlier that pluging on PS/2 did not generate any character > in "cat /dev/psaux" or "cat /dev/input/mice". This needs to be > clarified. Either /dev/psaux works (and generates characters) or it > doesn't at all. > > > Is it possible that some action (e.g. reboot) is necessary to cause > > the kernel to realize there is a mouse on the ps/2 port? > > > > I don't think so. > > Please check your BIOS in case there some config for the PS/2 port. And > check whether PS/2 works in other Linux/OS if you can.
This is a brand new machine that has only the one OS installed. I tried booting Knoppix and it wouldn't boot. So I don't think we're going to see other OS results. After observing that /dev/input/mice was responding to the mouse I changed the X config to Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "Buttons" "7" Option "Resolution" "1000" EndSection and restarted X and at that point it started working. This is the first time I've seen the ps/2 mouse work with /dev/input/mice. This is basically the same X configuration that wasn't working when the system first installed. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]