LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 10-02-2005, 10:32 AM   #1
eantoranz
Senior Member
 
Registered: Apr 2003
Location: Costa Rica
Distribution: Kubuntu, Debian, Knoppix
Posts: 2,092
Blog Entries: 1

Rep: Reputation: 90
Question Mouse looses sync (according to dmesg)


Hi! I just finished installing a ubuntu-server-turned-into-kubuntu installation.

After fooling around for a while I was able to make X start, however I have noticed that the buttons of the mouse can stop working for a while... or the pointer doesn't move for a while.

dmesg reports this kind of errors:

Code:
psmouse.c: TouchPad at isa0060/serio1/input0 lost synchronization, throwing 3 bytes away.
psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
psmouse.c: TouchPad at isa0060/serio1/input0 - driver resynched.
psmouse.c: TouchPad at isa0060/serio1/input0 lost synchronization, throwing 2 bytes away.
psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 4
psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 4
psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
psmouse.c: TouchPad at isa0060/serio1/input0 - driver resynched.
psmouse.c: TouchPad at isa0060/serio1/input0 lost synchronization, throwing 5 bytes away.
psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
psmouse.c: TouchPad at isa0060/serio1/input0 - driver resynched.
psmouse.c: TouchPad at isa0060/serio1/input0 lost synchronization, throwing 5 bytes away.
psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
psmouse.c: TouchPad at isa0060/serio1/input0 - driver resynched.
psmouse.c: TouchPad at isa0060/serio1/input0 lost synchronization, throwing 3 bytes away.
psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
psmouse.c: TouchPad at isa0060/serio1/input0 - driver resynched.
I'm working on a Dell Inspiron 8100, disconnected the netscroll mouse I used just in case, but I still get the same problem.

This was the dmesg when I had the mouse connected:

Code:
psmouse.c: Wheel Mouse at isa0060/serio1/input0 lost synchronization, throwing 3 bytes away.
psmouse.c: Wheel Mouse at isa0060/serio1/input0 lost synchronization, throwing 1 bytes away.
psmouse.c: Wheel Mouse at isa0060/serio1/input0 lost synchronization, throwing 3 bytes away.
psmouse.c: Wheel Mouse at isa0060/serio1/input0 lost synchronization, throwing 1 bytes away.
I didn't change the xorg.config file. Just disconnected the mouse and restarted the computer (just in case).

What can I do to avoid this? Maybe I misconfigured the mouse on the xorg.conf file.

Here's the pointer section:
Code:
Section "InputDevice"

# Identifier and driver

    Identifier  "Mouse1"
    Driver      "mouse"
    Option "Protocol"    "NetScrollPS/2"
        Option "Device" "/dev/psaux"

# Mouse-speed setting for PS/2 mouse.

#    Option "Resolution"        "256"

# When using XQUEUE, comment out the above two lines, and uncomment
# the following line.

#    Option "Protocol"  "Xqueue"

# Baudrate and SampleRate are only for some Logitech mice. In
# almost every case these lines should be omitted.

#    Option "BaudRate"  "9600"
#    Option "SampleRate"        "150"

# Emulate3Buttons is an option for 2-button Microsoft mice
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)

    Option "Emulate3Buttons"
#    Option "Emulate3Timeout"    "50"

# ChordMiddle is an option for some 3-button Logitech mice

#    Option "ChordMiddle"

EndSection
 
Old 10-02-2005, 11:17 AM   #2
eantoranz
Senior Member
 
Registered: Apr 2003
Location: Costa Rica
Distribution: Kubuntu, Debian, Knoppix
Posts: 2,092

Original Poster
Blog Entries: 1

Rep: Reputation: 90
I have noticed a little thing. If I drag a little, the click action is processed. Man!
 
Old 10-02-2005, 04:04 PM   #3
eantoranz
Senior Member
 
Registered: Apr 2003
Location: Costa Rica
Distribution: Kubuntu, Debian, Knoppix
Posts: 2,092

Original Poster
Blog Entries: 1

Rep: Reputation: 90
OK.... I managed to ALMOST solve the problem. I changed the configuration to a plain PS2 Mouse. I can use all 3 mouse buttons perfectly, events are managed perfectly. I can use the two touchpad buttons perfectly and emulate the third...

What do I have to do to anable the mouse wheel? That would be the only thing left outside.

Let's see my pointer configuration now:
Code:
Section "InputDevice"

# Identifier and driver
    Identifier  "Mouse1"
    Driver      "mouse"
    Option "Protocol"    "PS/2"
    Option "Device"      "/dev/psaux"
    Option "Emulate3Buttons"
EndSection
The mouse is a Genius NetScroll EYE.
 
Old 10-02-2005, 04:19 PM   #4
eantoranz
Senior Member
 
Registered: Apr 2003
Location: Costa Rica
Distribution: Kubuntu, Debian, Knoppix
Posts: 2,092

Original Poster
Blog Entries: 1

Rep: Reputation: 90
Got it!

Protocol IMPS/2

And one aditional option:
Option "ZAxis Mapping" "4 5"

Cheers!
 
Old 07-31-2008, 05:21 AM   #5
moob
LQ Newbie
 
Registered: Apr 2008
Posts: 4

Rep: Reputation: 0
Question Touchpad and wi-fi problem

Hello,
I have interesting problems with my touchpad and wi-fi. It is similar as this archived post http://ubuntuforums.org/showthread.php?t=514009. Sometime my mouse is temporarily functionless (for random time). When I switch on another tty and back on tty7 it is for a while good.
With wi-fi it is similar. I'm using ndiswrapper (Broadcom - bcmwl5) and sometime it is working perfectly and sometime not at all.
I have found partial solution with mouse (see xorg.conf) but sometime is is off againg.
I found somewhere it is related with IRQs... Don't know. Please what logs and information will be helpfull for you.

xorg.conf:
Code:
Section "Screen"
	Identifier	"Default Screen"
	Monitor		"Configured Monitor"
	Device		"Configured Video Device"
	Option		"RandRRotation"	"on"
	Option		"AddARGBGLXVisuals"	"True"
	Defaultdepth	24
EndSection

Section "Device"
	Identifier	"Configured Video Device"
	Driver		"nvidia"
	Option		"NvAGP"	"1"
	Option		"NoLogo"	"True"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"us,cz"
	Option		"XkbOptions"	"grp:alt_shift_toggle,grp_led:scroll"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
EndSection

Section "InputDevice"
	Identifier	"Synaptics Touchpad"
	Driver		"synaptics"
	Option		"SendCoreEvents"	"true"
	Option		"Device"	"/dev/psaux"
	Option		"Protocol"	"auto-dev"
	Option		"HorizEdgeScroll"	"0"
	Option		"SHMConfig"	"true"
EndSection

Section "InputDevice"
	Identifier	"touchscreen"
	Driver		"evtouch"
	Option		"Device"	"/dev/input/evtouch_event"
	Option		"ReportingMode"	"Raw"
	Option		"Emulate3Buttons"
	Option		"Emulate3Timeout"	"50"
	Option		"SendCoreEvents"	"On"
	Option		"MinX"	"30"#"60"
	Option		"MinY"	"100"#"142"
	Option		"MaxX"	"4000"#"4001"
	Option		"MaxY"	"3970"#"3969"
	Option		"longtouched_action"	"down"
	Option		"longtouched_button"	"3"
	Option		"touched_drag"	"1"
	Option		"oneandahalftap_button"	"0"
	Option		"TapTimer"	"30"
	Option		"LongtouchTimer"	"500"
	Option		"MoveLimit"	"3"
	#        Option "Calibrate" "1"
	#   Behaviour
	#        Option "maybetapped_action" "click"
	#        Option "maybetapped_button" "1"
	#        Option "Rotate"  "cw"
EndSection

Section "InputDevice"
	Identifier	"dummy"
	Driver		"void"
	Option		"Device"	"/dev/input/mice"
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
  screen "Default Screen"
	Inputdevice	"Synaptics Touchpad"
	Inputdevice	"touchscreen"	"CorePointer"
	Inputdevice	"dummy"
#	InputDevice	"Configured Mouse"
EndSection

Section "Module"
	Load		"glx"
EndSection

Section "Monitor"
	Identifier	"Configured Monitor"
EndSection

Section "Extensions"
	Option		"Composite"	"Enable"
EndSection
dmesg-psmouse:
Code:
[19462.531112] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[19462.532124] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[19462.532792] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[19462.533466] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[19462.534130] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[19462.534133] psmouse.c: issuing reconnect request
[19467.832517] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 4
[19467.834472] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[19467.844417] psmouse.c: TouchPad at isa0060/serio1/input0 - driver resynched.
[19471.470775] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[19471.471435] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[19471.472494] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[19471.478533] psmouse.c: TouchPad at isa0060/serio1/input0 - driver resynched.
[19471.485540] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[19471.486288] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[19471.492497] psmouse.c: TouchPad at isa0060/serio1/input0 - driver resynched.
[19474.911797] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 4
[19474.912441] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[19474.920875] psmouse.c: TouchPad at isa0060/serio1/input0 - driver resynched.
[19474.921638] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[19474.922274] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[19474.922950] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[19474.923896] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[19474.924569] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[19474.924574] psmouse.c: issuing reconnect request
[19485.684201] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 4
[19485.685041] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[19485.691655] psmouse.c: TouchPad at isa0060/serio1/input0 - driver resynched.
[19502.807182] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[19502.808007] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[19502.808712] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[19502.809511] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[19502.810200] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[19502.810204] psmouse.c: issuing reconnect request
[20180.392664] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 4
[20180.393320] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[20180.398384] psmouse.c: TouchPad at isa0060/serio1/input0 - driver resynched.
[20180.898090] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 4
[20180.901589] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 4
[20180.902385] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[20180.903047] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[20180.907394] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 4
[20180.907401] psmouse.c: issuing reconnect request
[20191.749259] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 4
[20191.750042] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[20191.754417] psmouse.c: TouchPad at isa0060/serio1/input0 - driver resynched.
[20196.566701] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[20196.568839] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[20196.573108] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 4
[20196.573807] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[20196.574804] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[20196.574807] psmouse.c: issuing reconnect request
[20197.859439] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[20197.860168] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[20197.861032] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[20197.861738] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[20197.862535] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[20197.862541] psmouse.c: issuing reconnect request
[20207.681135] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[20207.681795] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[20207.682782] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[20207.683442] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[20207.684196] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[20207.684200] psmouse.c: issuing reconnect request
[20222.674408] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[20222.675072] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[20222.675763] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[20222.676475] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[20222.677127] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[20222.677130] psmouse.c: issuing reconnect request
[20229.840258] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[20229.840939] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[20229.841589] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[20229.842248] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[20229.843218] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[20229.843221] psmouse.c: issuing reconnect request
[20273.837515] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[20273.838320] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[20273.839027] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[20273.839790] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[20273.840445] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[20273.840450] psmouse.c: issuing reconnect request
[21118.551045] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 4
[21118.551749] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[21118.557915] psmouse.c: TouchPad at isa0060/serio1/input0 - driver resynched.
[21121.476400] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 4
[21121.477812] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[21121.488556] psmouse.c: TouchPad at isa0060/serio1/input0 - driver resynched.
[21135.396841] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 4
[21135.397769] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[21135.404381] psmouse.c: TouchPad at isa0060/serio1/input0 - driver resynched.
[21137.426722] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[21137.427375] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[21137.428218] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[21137.428900] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[21137.429640] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[21137.429644] psmouse.c: issuing reconnect request
[21147.170180] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[21147.171852] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[21147.173271] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[21147.180830] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 4
[21147.182131] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[21147.182134] psmouse.c: issuing reconnect request
[21149.284883] Synaptics Touchpad, model: 1, fw: 6.3, id: 0x180b1, caps: 0xa04713/0x200000
[21149.313979] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input11
[21519.001490] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[21519.002798] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[21519.004181] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[21519.005643] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[21519.006987] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[21519.006993] psmouse.c: issuing reconnect request
[21524.764651] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 4
[21524.765467] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[21524.770282] psmouse.c: TouchPad at isa0060/serio1/input0 - driver resynched.
[21649.298364] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 4
[21649.300001] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[21649.308565] psmouse.c: TouchPad at isa0060/serio1/input0 - driver resynched.
[21723.569161] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 4
[21723.569819] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[21723.574835] psmouse.c: TouchPad at isa0060/serio1/input0 - driver resynched.
[22315.032466] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 4
[22315.033188] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[22315.038187] psmouse.c: TouchPad at isa0060/serio1/input0 - driver resynched.
[22320.624907] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 4
[22320.625599] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[22320.630995] psmouse.c: TouchPad at isa0060/serio1/input0 - driver resynched.
[22652.446136] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 4
[22652.447143] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[22652.452045] psmouse.c: TouchPad at isa0060/serio1/input0 - driver resynched.
[22667.041847] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 4
[22667.042544] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[22667.047018] psmouse.c: TouchPad at isa0060/serio1/input0 - driver resynched.
[22671.525832] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 4
[22671.526562] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[22671.532458] psmouse.c: TouchPad at isa0060/serio1/input0 - driver resynched.
[22674.877272] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[22674.878007] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[22674.878673] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[22674.879631] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[22674.884026] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 4
[22674.884031] psmouse.c: issuing reconnect request
[22692.187235] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 4
[22692.190621] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 4
[22692.191291] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[22692.191972] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[22692.192825] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[22692.192828] psmouse.c: issuing reconnect request
[22755.391439] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 4
[22755.392832] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[22755.405054] psmouse.c: TouchPad at isa0060/serio1/input0 - driver resynched.
[22758.296054] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 4
[22758.297732] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[22758.307731] psmouse.c: TouchPad at isa0060/serio1/input0 - driver resynched.
[22804.345460] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[22804.346158] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[22804.346873] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[22804.347651] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[22804.348318] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[22804.348323] psmouse.c: issuing reconnect request
[22805.078207] psmouse.c: Failed to reset mouse on isa0060/serio1
[22806.553095] Synaptics Touchpad, model: 1, fw: 6.3, id: 0x180b1, caps: 0xa04713/0x200000
[22806.612984] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input12
[22807.447850] Synaptics Touchpad, model: 1, fw: 6.3, id: 0x180b1, caps: 0xa04713/0x200000
[22807.478958] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input13
[22825.972817] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[22825.973706] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[22825.974535] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[22825.975187] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[22825.976192] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[22825.976197] psmouse.c: issuing reconnect request
[22857.036316] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[22857.036997] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[22857.037801] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[22857.042818] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 4
[22857.043496] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[22857.043498] psmouse.c: issuing reconnect request
[22865.170230] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[22865.171789] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[22865.173162] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[22865.174571] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[22865.184580] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 4
[22865.184583] psmouse.c: issuing reconnect request
[22871.827066] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[22871.828440] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[22871.829928] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[22871.831319] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[22871.841439] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 4
[22871.841449] psmouse.c: issuing reconnect request
[22878.293393] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 4
[22878.294059] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[22878.298928] psmouse.c: TouchPad at isa0060/serio1/input0 - driver resynched.
[22889.919184] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[22889.920143] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[22889.920827] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[22889.927225] psmouse.c: TouchPad at isa0060/serio1/input0 - driver resynched.
[22889.958274] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[22889.958932] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[22889.965402] psmouse.c: TouchPad at isa0060/serio1/input0 - driver resynched.
[22893.652970] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 4
[22893.654339] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[22893.663023] psmouse.c: TouchPad at isa0060/serio1/input0 - driver resynched.
[22908.144894] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[22908.146583] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[22908.147887] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[22908.154463] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 4
[22908.155822] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[22908.155828] psmouse.c: issuing reconnect request
[22914.840355] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[22914.841219] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[22914.841905] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[22914.842641] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[22914.847688] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 4
[22914.847698] psmouse.c: issuing reconnect request
[22960.267770] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[22960.268506] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[22960.269352] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[22960.270146] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[22960.270820] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[22960.270824] psmouse.c: issuing reconnect request
[22968.666478] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 4
[22968.668550] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[22968.678536] psmouse.c: TouchPad at isa0060/serio1/input0 - driver resynched.
[23082.556308] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[23082.557169] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[23082.557840] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[23082.558695] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[23082.559418] psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[23082.559421] psmouse.c: issuing reconnect request
[23083.552151] Synaptics Touchpad, model: 1, fw: 6.3, id: 0x180b1, caps: 0xa04713/0x200000
[23083.590463] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input14
[23084.186604] Synaptics Touchpad, model: 1, fw: 6.3, id: 0x180b1, caps: 0xa04713/0x200000
[23084.215604] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input15

Thank you so much.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Mouse looses sync during KVM Switch k41184 Linux - Hardware 1 11-13-2005 12:22 AM
XMMS looses soundcard??? quinnk Linux - Software 3 04-27-2005 12:23 PM
touchpad mouse loses sync h/w Linux - Hardware 3 01-13-2005 04:10 PM
Unusual dmesg output on hotplug of Logitech USB mouse tisource Linux - Hardware 0 12-07-2004 06:05 PM
/bin/dmesg > /dmesg-boot not Working in Knoppix 3.4 suguru Debian 2 07-04-2004 05:21 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 10:58 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration