Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Touchpad goes crazy when reading/writing CD/DVD
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
kharan5876
n00b
n00b


Joined: 15 Jan 2006
Posts: 66

PostPosted: Tue Aug 15, 2006 11:16 pm    Post subject: Touchpad goes crazy when reading/writing CD/DVD Reply with quote

On my laptop whenever I read or write to my cd/dvd drive my touchpad starts going crazy. It stops responding and the pointer moves erractly when I touch it. I have a usb mouse and that works fine when the touchpad stops working.

I am running kernel-2.6.17-r3

Heres some dmesg output
Code:
psmouse.c: TouchPad at isa0060/serio4/input0 lost sync at byte 1
psmouse.c: Failed to reset mouse on isa0060/serio1
psmouse.c: TouchPad at isa0060/serio4/input0 lost sync at byte 1
input: PS/2 Generic Mouse as /class/input/input2
psmouse.c: Failed to enable mouse on isa0060/serio1
psmouse.c: TouchPad at isa0060/serio4/input0 lost synchronization, throwing 3 by     
tes away.
psmouse.c: resync failed, issuing reconnect request
Synaptics Touchpad, model: 1, fw: 6.2, id: 0x1a0b1, caps: 0xa04713/0x200000
input: SynPS/2 Synaptics TouchPad as /class/input/input3
psmouse.c: TouchPad at isa0060/serio4/input0 lost synchronization, throwing 5 by     
tes away.
psmouse.c: resync failed, issuing reconnect request
psmouse.c: Mouse at isa0060/serio1/input0 lost synchronization, throwing 1 bytes     
 away.
Synaptics Touchpad, model: 1, fw: 6.2, id: 0x1a0b1, caps: 0xa04713/0x200000
input: SynPS/2 Synaptics TouchPad as /class/input/input4
psmouse.c: Mouse at isa0060/serio1/input0 lost synchronization, throwing 1 bytes     
 away.
psmouse.c: TouchPad at isa0060/serio4/input0 lost sync at byte 4
psmouse.c: TouchPad at isa0060/serio4/input0 lost sync at byte 1
psmouse.c: TouchPad at isa0060/serio4/input0 lost sync at byte 4
psmouse.c: failed to re-enable mouse on isa0060/serio1
psmouse.c: resync failed, issuing reconnect request
synaptics: using relaxed packet validation
psmouse.c: TouchPad at isa0060/serio4/input0 - driver resynched.
psmouse.c: TouchPad at isa0060/serio4/input0 lost sync at byte 1
psmouse.c: TouchPad at isa0060/serio4/input0 lost sync at byte 1
psmouse.c: TouchPad at isa0060/serio4/input0 lost sync at byte 1
psmouse.c: TouchPad at isa0060/serio4/input0 lost sync at byte 1
psmouse.c: Failed to reset mouse on isa0060/serio1
psmouse.c: TouchPad at isa0060/serio4/input0 lost sync at byte 1
psmouse.c: issuing reconnect request
input: PS/2 Generic Mouse as /class/input/input5
psmouse.c: Failed to enable mouse on isa0060/serio1
usb 2-1: new low speed USB device using uhci_hcd and address 2
usb 2-1: configuration #1 chosen from 1 choice
input: Logitech USB-PS/2 Optical Mouse as /class/input/input6
input: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb-0000:00:1d.0     
-1
psmouse.c: TouchPad at isa0060/serio4/input0 lost sync at byte 4
psmouse.c: TouchPad at isa0060/serio4/input0 lost sync at byte 1
psmouse.c: TouchPad at isa0060/serio4/input0 lost sync at byte 1
psmouse.c: TouchPad at isa0060/serio4/input0 lost sync at byte 1
psmouse.c: TouchPad at isa0060/serio4/input0 lost sync at byte 1
psmouse.c: issuing reconnect request
psmouse.c: Mouse at isa0060/serio1/input0 lost synchronization, throwing 2 bytes     
 away.
input: ImPS/2 Generic Wheel Mouse as /class/input/input7
psmouse.c: failed to re-enable mouse on isa0060/serio1
psmouse.c: resync failed, issuing reconnect request
psmouse.c: Failed to reset mouse on isa0060/serio1
input: PS/2 Generic Mouse as /class/input/input8
psmouse.c: Failed to enable mouse on isa0060/serio1


xorg.conf
Code:
Section "Module"


    Load        "dbe"   # Double buffer extension

    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection

    Load        "freetype"
    Load       "glx"
    Load        "synaptics"
EndSection

Section "Files"
    FontPath   "/usr/share/fonts/misc"
    FontPath   "/usr/share/fonts/75dpi"
    FontPath   "/usr/share/fonts/100dpi"
    FontPath   "/usr/share/fonts/Type1"



EndSection


Section "ServerFlags"
#nothing
EndSection

Section "InputDevice"
    Identifier  "Keyboard1"
    Driver      "kbd"
    Option "AutoRepeat" "500 30"
    Option "XkbRules"   "xorg"
    Option "XkbModel"   "pc101"
    Option "XkbLayout"  "us"
EndSection

Section "InputDevice"
    Identifier "TouchPad"
    Driver "synaptics"
    Option "Device"       "/dev/input/mouse0"
    Option "Protocall"    "auto-dev"
    Option "LeftEdge"     "1700"
    Option "RightEdge"    "5300"
    Option "TopEdge"      "1700"
    Option "BottomEdge"   "4200"
    Option "FingerLow"    "25"
    Option "FingerHigh"   "30"
    Option "MaxTapTime"   "180"
    Option "MaxTapMove"   "220"
    Option "VertScrollDelta" "100"
    Option "HorizScrollDelta" "0"
    Option "MinSpeed"     "0.09"
    Option "MaxSpeed"     "0.18"
    Option "AccelFactor"  "0.0015"
    Option "SHMConifig"   "on"
    Option "Emulate3Buttons" "on"
EndSection

Section "InputDevice"
    Identifier  "Mouse1"
    Driver      "mouse"
    Option "Protocol"    "IMPS/2"       # IntelliMouse PS/2
    Option "Device"      "/dev/input/mice"
    Option "ZAxisMapping"   "4 5"
    Option "Buttons"       "6"
    Option "ButtonMapping" "1 2 3 6 7 8"
    Option "Emulate3Buttons"

EndSection

Section "Monitor"
    Identifier  "My Monitor"
    HorizSync   31.5 - 82.0
    VertRefresh 50-90

EndSection

Section "Device"
    Identifier  "NVIDIA GeForce"
    Driver      "nvidia"
    #VideoRam    65536
    Option      "No Logo" "true"
    # Insert Clocks lines here if appropriate
EndSection

Section "Screen"
    Identifier  "Screen 1"
    Device      "NVIDIA GeForce"
    Monitor     "My Monitor"
    DefaultDepth 24

    Subsection "Display"
        Depth       8
        Modes       "1200x800"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1200x800"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1200x800"
        ViewPort    0 0
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier  "Simple Layout"
    Screen "Screen 1"
    InputDevice "TouchPad" "CorePointer"
    InputDevice "Mouse1" "SendCoreEvents"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection


I also have evdev and ps2mouse support compiled into the kernel.
Back to top
View user's profile Send private message
kharan5876
n00b
n00b


Joined: 15 Jan 2006
Posts: 66

PostPosted: Wed Aug 16, 2006 5:57 pm    Post subject: Reply with quote

sorry to bump but anyone have any ideas at all?
Back to top
View user's profile Send private message
Tintenstich
Apprentice
Apprentice


Joined: 25 Mar 2004
Posts: 192

PostPosted: Wed Nov 08, 2006 11:56 am    Post subject: Reply with quote

I have the same problem watching video from dvd-device with xine or mplayer......
Any fix????

EDIT:
Fixed by apply DMA to dvd/cd device
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum