Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Jan 2003 16:27:36 +0300
From:      Igor Roboul <igorr@sysadm.stc>
To:        freebsd-current@freebsd.org
Subject:   PS/2 mouse problems with -CURRENT
Message-ID:  <20030117132736.GB1201@sysadm.stc>

next in thread | raw e-mail | index | archive | help
Hello,
does anybody have problems with PS/2 mouse attached to PC with recent
-CURRENT?

Mouse is recognized by kernel and moused, but cursor is moving VERY
slow, no visible reaction to buttons etc. This happens in text mode
and in X11. When in X11, it happens when 
Option      "Device" "/dev/sysmouse"
and when 
Option      "Device" "/dev/psm0" 
with and without moused running

Part of dmesg output of older -CURRENT:

atkbdc0: <Keyboard controller (i8042)> port 0x64,0x60 irq 1 on acpi0
atkbd0: <AT Keyboard> flags 0x1 irq 1 on atkbdc0
kbd0 at atkbd0
psm0: <PS/2 Mouse> irq 12 on atkbdc0
psm0: model NetMouse/NetScroll Optical, device ID 0

Same part of newer -CURRENT (I have disable ACPI, but I get same
result with ACPI too):

atkbdc0: <Keyboard controller (i8042)> at port 0x64,0x60 on isa0
atkbd0: <AT Keyboard> flags 0x1 irq 1 on atkbdc0
kbd0 at atkbd0
psm0: <PS/2 Mouse> irq 12 on atkbdc0
psm0: model NetMouse/NetScroll Optical, device ID 0

Part of output from "moused -p /dev/psm0 -fd" on older kernel, I have
moved mouse and pressed buttons:

moused: proto params: f8 80 00 00 8 00 ff
moused: port: /dev/psm0  interface: ps/2  type: sysmouse  model:
NetMouse/NetScr
oll Optical
moused: received char 0x83
moused: received char 0x0
moused: received char 0x0
moused: received char 0x0
moused: received char 0x0
moused: received char 0x0
moused: received char 0x0
moused: received char 0x7f
moused: assembled full packet (len 8) 83,0,0,0,0,0,0,7f
moused: tv:  1042657045 835587
moused:   :  1042657044 592463
moused: flags:00000001 buttons:00000001 obuttons:00000000
moused: activity : buttons 0x00000001  dx 0  dy 0  dz 0
moused: mstate[0]->count:1
...

For newer kernel and moused:
moused: proto params: f8 80 00 00 8 00 ff
moused: port: /dev/psm0  interface: ps/2  type: sysmouse  model:
NetMouse/NetScroll Op
tical
moused: received char 0x83
moused: received char 0x0
moused: received char 0x0
moused: received char 0x0
moused: received char 0x0
moused: received char 0x0
moused: received char 0x0
moused: received char 0x7f
moused: assembled full packet (len 8) 83,0,0,0,0,0,0,7f
moused: tv:  1042667542 735330
moused:   :  1042667540 279868
moused: flags:00000001 buttons:00000001 obuttons:00000000
moused: activity : buttons 0x00000001  dx 0  dy 0  dz 0
moused: mstate[0]->count:1
moused: button 1  count 1
moused: received char 0x87
...

Of course I could not make same mouse movements :-)
I have booted newer system from  live-5.0-RC-20021213-JPSNAP.iso
Older -CURRENT is on my home PC's hard disk.

Motherboard: MSI MS6337LE5 (i815 chipset)
Mouse: Genius NetScroll+


-- 
Igor Roboul, System administrator at Speech Technology Center
http://www.speechpro.com http://www.speechpro.ru

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030117132736.GB1201>