Maus hängt sich auf.... weiss nicht weiter

SonGoku

Member
Moin!

Meine Maus verweigert mir in bestimmte Situationen den Dienst und hängt sich auf. Erst ein Neustart des Xserver (strg+alt+del) bewirkt, dass die Maus wieder funktioniert. Das System läuft normal und mittels alt+tab lässt es sich auch noch einigermaßen nutzen.
Die Maus hängt sich vor allem bei arbeitsintensiven Vorgängen auf. Gerne auch beim Anschluss eines USB Sticks. Bei OpenOffice sehr sehr gerne usw.

Es läuft kein moused!!

Angaben zum System:
Maus: PS2 (genauer: Trust AMI Mouse 2505 Optical)
Tastatur: PS2
OS: FreeBSD 6.2-RELEASE
X: xorg-6.9.0
Desktop: gnome2-2.18.0

xorg.conf
Code:
Section "Module"
    Load        "dbe"   # Double buffer extension
    Load        "extmod"
    #SubSection  "extmod"
     # Option    "omit xfree86-dga"   # don't initialise the DGA extension
    #EndSubSection
    Load        "glx"
    #Load       "dri"
    Load        "record"
    Load        "xtrap"
    Load        "type1"
    Load        "freetype"
EndSection

Section "Files"
    RgbPath    "/usr/X11R6/lib/X11/rgb"
    FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath   "/usr/X11R6/lib/X11/fonts/TTF/"
    FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/local/"
    FontPath   "/usr/X11R6/lib/X11/fonts/webfonts/"
    FontPath   "/usr/X11R6/lib/X11/fonts/util/"
    FontPath   "/usr/X11R6/lib/X11/fonts/encodings/"
    FontPath   "/usr/X11R6/lib/X11/fonts/cyrillic/"
    FontPath   "/usr/X11R6/lib/X11/fonts/bitstream-vera/"
    FontPath   "unix/:7101"
    ModulePath "/usr/X11R6/lib/modules"
EndSection

Section "ServerFlags"
#    Option "NoTrapSignals"
#    Option "DontVTSwitch"
#    Option "DontZap"
#    Option "Dont Zoom"
#    Option "DisableVidModeExtension"
#    Option "AllowNonLocalXvidtune"
#    Option "DisableModInDev"
#    Option "AllowNonLocalModInDev"
    Option "Xinerama" "true"
    Option "RandR" "On"
EndSection

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

Section "InputDevice"
    Identifier  "Mouse1"
    Driver      "mouse"
    Option      "Protocol" "Auto"
    Option      "Device"  "/dev/psm0"
    Option      "Buttons" "7"
    Option      "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
    Identifier  "miro"
    HorizSync   30-70
    VertRefresh 50-150
    #Option     "DPMS"
EndSection

Section "Monitor"
    Identifier  "noname"
    HorizSync   30-70
    VertRefresh 50-160
EndSection


Section "Device"
    Identifier  "Standard VGA"
    VendorName  "Unknown"
    BoardName   "Unknown"
#    Chipset    "generic"
    Driver     "vga"
    BusID      "PCI:0:10:0"
#    VideoRam   256
#    Clocks     25.2 28.3
EndSection

Section "Device"
    Identifier  "voodoo3"
    Driver      "tdfx"
    VendorName  "3Dfx Interactive, Inc."
    BoardName   "Voodoo 3"
    BusID       "PCI:0:5:0"
    #VideoRam    16384
EndSection

Section "Device"
    Identifier  "matrox"
    Driver      "mga"
    VendorName  "Matrox Graphics, Inc."
    BoardName   "MGA G550 AGP"
    Option      "DynamicClocks" "on"
    BusID       "PCI:1:0:0"
    Option      "AGPMode" "4"
EndSection

Section "Screen"
    Identifier  "Screen0"
    Device      "matrox"
    Monitor     "miro"
    DefaultDepth 24
    Subsection "Display"
        Depth       16
        Modes       "1280x1024" "1152x864"
        ViewPort    0 0
    EndSubsection 
    Subsection "Display"
        Depth       24
        Modes       "1280x1024" "1152x864"
        ViewPort    0 0
    EndSubsection
EndSection

Section "Screen"
    Identifier  "Screen1"
    Device      "voodoo3"
    Monitor     "noname"
    DefaultDepth 24
    Subsection "Display"
        Depth       16
        Modes       "1280x1024" "1024x768"
        Virtual     1280 1024
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1280x1024" "1024x768"
        Virtual     1280 1024
        ViewPort    0 0
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier  "Simple Layout"
    Screen      "Screen0" 0 0
    Screen      "Screen1" LeftOf "Screen0"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection

/usr/local/share/gnome/gdm/defaults.conf (gekürzt)
Code:
[daemon]
AutomaticLoginEnable=false
AutomaticLogin=
TimedLoginEnable=false
TimedLogin=
TimedLoginDelay=30
User=gdm
Group=gdm
LogDir=/var/log/gdm
PidFile=/var/run/gdm.pid
PostLoginScriptDir=/usr/local/etc/gdm/PostLogin/
PreSessionScriptDir=/usr/local/etc/gdm/PreSession/
PostSessionScriptDir=/usr/local/etc/gdm/PostSession/
DisplayInitDir=/usr/local/etc/gdm/Init
XKeepsCrashing=/usr/local/etc/gdm/XKeepsCrashing
ServAuthDir=/var/gdm
BaseXsession=/usr/local/etc/gdm/Xsession
UserAuthDir=
UserAuthFBDir=/tmp
UserAuthFile=.Xauthority
StandardXServer=/usr/X11R6/bin/X
Xnest=/usr/X11R6/bin/Xnest -audit 0 -name Xnest
FirstVT=9
VTAllocation=true
GdmXserverTimeout=10

[security]
AllowRoot=true
AllowRemoteRoot=false
AllowRemoteAutoLogin=false
RelaxPermissions=0
CheckDirOwner=true
SupportAutomount=false
PamStack=gdm

[xdmcp]
Enable=false

[gui]

[greeter]
Browser=false
DefaultWelcome=true
DefaultRemoteWelcome=true
BackgroundColor=#76848F
GraphicalThemedColor=#76848F
GraphicalThemeDir=/usr/local/share/gnome/gdm/themes/
GraphicalThemeRand=false
PreFetchProgram=

[chooser]
HostImageDir=/usr/local/share/gnome/hosts/
Hosts=
Broadcast=true
Multicast=false

[debug]
Enable=false
Gestures=false

[servers]
0=Standard

[server-Standard]
name=Standard server
command=/usr/X11R6/bin/X -audit 0 
flexible=true

[server-Terminal]
name=Terminal server
command=/usr/X11R6/bin/X -audit 0 -terminate
flexible=false
handled=false

[server-Chooser]
name=Chooser server
command=/usr/X11R6/bin/X -audit 0
flexible=false
chooser=true

[customcommand]

gdm/custom.conf
Code:
[daemon]
AutomaticLoginEnable=true
AutomaticLogin=XXXXXX
DynamicXServers=true
FlexibleXServers=5


[security]

[xdmcp]

[gui]
AllowGtkThemeChange=false

[greeter]
DefaultWelcome=false
Welcome=Willkomen FreeBSD (%n)
Logo=/usr/local/share/icons/freebsd-new-logo.png
SoundOnLogin=false

[chooser]

[debug]

[servers]

Ich bin für jegliche Hinweise offen!!!! Wo könnten dazu log einträge stehen, wie könnte man so was auf englisch googlen, wie könnte man versuchen den fehler zu reproduzieren und einzuschränke usw ...

Danke
SonGoku
 
Zuletzt bearbeitet:
Ich bin extra von moused weg, weil von Problemen berichtet wurde:

http://www.bsdforums.org/forums/archive/index.php/t-2662.html

Ich bin mir aber nun nicht sicher, ob ich damals sowohl Xorg Input device und moused gleichzeitig genutzt habe (sehr wahrscheinlich erscheint mir selbst heute noch logisch) und werde Deinen Hinweis nutzen um die Mouse aus xorg.conf rauszunehmen und nur moused zu verwenden.

moused hatte auch den Vorteil, dass man den deamon stopen und neustarten konnte. Das ist praktischer als den Xserver neuzustarten.

Aber mal ehrlich, das ist doch alles kein Zustand...

Danke
SonGoku
 
Ich hatte noch nie Probleme mit moused. So etwas kommt auch äußerst selten vor. Probieren geht über Studieren, du musst lediglich eine Zeile in der xorg.conf ändern und moused_enable="YES" in der rc.conf eintragen.
 
was fuer eine maus hast du?
usb?
oder ps/2?

probier mal aus obs vielleicht mit der anderen besser klappt.
 
Also Maus steht oben.

Aber gerne auch genauer:
Code:
psm0: <PS/2 Mouse> irq 12 on atkbdc0
psm0: [GIANT-LOCKED]
psm0: model IntelliMouse Explorer, device ID 4

Nur moused geht auch nicht!!

hat jmd ne ahnung wie ich mit ioctl der psm während der laufzeit änderung schicken kann?
zb würde ich ganz gerne zur laufzeit die report rate ändern etc.

Grüße
 
Zuletzt bearbeitet:
In 6-stable wurde irgendwas am psm geändert das ein Problem so ähnlich wie deins lösen soll. Vielleicht probierst du das mal aus.

Bei mir sorgt die Änderung dafür, dass mein Touchpad nicht mehr erkannt wird. Ich bin aber noch dabei mir das anzuschauen.
 
Danke für den Hinweis mit 6.2-STABLE.

Es sollte doch auch reichen nur die psm.c auszutauschen und dann die welt neu zu bauen, oder!? Sicherlich könnte es hier mit zusammenhängenden packeten probleme geben, aber das liesse sich ja dann herausfinden.

Ich würde das Problem ersteinmal gerne verstehen, deshalb habe ich ersteinmal das debug level von psm erhöht.
Code:
options         PSM_DEBUG=2
options         KBDIO_DEBUG=2

Das liefert mir folgende Angaben, die ich (noch) nicht vollständig interpretieren kann:
dmesg | grep psm
Code:
psm0: <PS/2 Mouse> irq 12 on atkbdc0
psm0: [GIANT-LOCKED]
psm0: model IntelliMouse Explorer, device ID 4
psm0: current command byte:0065
psm0: found IntelliMouse Explorer
psm0: <PS/2 Mouse> irq 12 on atkbdc0
psm0: [GIANT-LOCKED]
psm0: model IntelliMouse Explorer, device ID 4-00, 5 buttons
psm0: config:00000000, flags:00000008, packet size:4
psm0: syncmask:08, syncbits:00
psm: ENABLE_DEV return code:00fa
psm: SEND_AUX_DEV_STATUS return code:00fa
psm: status 20 02 64
psm: DISABLE_DEV return code:00fa
psm: SEND_AUX_DEV_STATUS return code:00fa
psm: status 00 02 64
psm: ENABLE_DEV return code:00fa
psm: SEND_AUX_DEV_STATUS return code:00fa
psm: status 20 02 64
psm: SET_SCALING11 return code:00fa
psm: SEND_AUX_DEV_STATUS return code:00fa
psm: status 20 02 64
psm: DISABLE_DEV return code:00fa
psm: SEND_AUX_DEV_STATUS return code:00fa
psm: status 00 02 64
psm: ENABLE_DEV return code:00fa
psm: SEND_AUX_DEV_STATUS return code:00fa
psm: status 20 02 64
psm: DISABLE_DEV return code:00fa
psm: SEND_AUX_DEV_STATUS return code:00fa
psm: status 00 02 64
psm: ENABLE_DEV return code:00fa
psm: SEND_AUX_DEV_STATUS return code:00fa
psm: status 20 02 64
psm: SET_SCALING11 return code:00fa
psm: SEND_AUX_DEV_STATUS return code:00fa
psm: status 20 02 64
psmintr: Sync bytes now 0008,0008
psm0: current command byte: 0047 (reinitialize).
psm: DISABLE_DEV return code:00fa
psm: ENABLE_DEV return code:00fa
psm: DISABLE_DEV return code:00fa
psm: SET_RESOLUTION (3) 00fa
psm: SET_SCALING11 return code:00fa
psm: SET_SCALING11 return code:00fa
psm: SET_SCALING11 return code:00fa
psm: SEND_AUX_DEV_STATUS return code:00fa
psm: status 00 03 64
psm: SET_RESOLUTION (3) 00fa
psm: SET_SCALING11 return code:00fa
psm: SET_SCALING11 return code:00fa
psm: SET_SCALING11 return code:00fa
psm: SEND_AUX_DEV_STATUS return code:00fa
psm: status 00 03 64
psm: SET_SCALING11 return code:00fa
psm: SET_RESOLUTION (0) 00fa
psm: SET_RESOLUTION (3) 00fa
psm: SET_RESOLUTION (2) 00fa
psm: SET_RESOLUTION (1) 00fa
psm: SET_RESOLUTION (3) 00fa
psm: SET_RESOLUTION (1) 00fa
psm: SET_RESOLUTION (2) 00fa
psm: SET_RESOLUTION (3) 00fa
psm: SEND_AUX_DEV_DATA return code:00fa
psm: data 28 1d ee
psm: SET_SAMPLING_RATE (200) 00fa
psm: SET_SAMPLING_RATE (200) 00fa
psm: SET_SAMPLING_RATE (80) 00fa
psm: SEND_DEV_ID return code:00fa
psm: device ID: 0004
psm: SET_SAMPLING_RATE (200) 00fa
psm: SET_SAMPLING_RATE (100) 00fa
psm: SET_SAMPLING_RATE (80) 00fa
psm: SEND_DEV_ID return code:00fa
psm: device ID: 0004
psm0: found IntelliMouse Explorer
psm: SET_SCALING11 return code:00fa
psm: SET_STREAM_MODE return code:00fa
psm: SEND_AUX_DEV_STATUS return code:00fa
psm: status 00 03 50
psm: ENABLE_DEV return code:00fa
psm: SEND_AUX_DEV_STATUS return code:00fa
psm: status 20 03 50
psmintr: Sync bytes now 0008,0008

und /var/log/debug.log
Code:
Apr 29 13:08:00 gatchan kernel: kbdc: new command byte:0054 (set_controller...)
Apr 29 13:08:00 gatchan kernel: psm: ENABLE_DEV return code:00fa
Apr 29 13:08:00 gatchan kernel: psm: SEND_AUX_DEV_STATUS return code:00fa
Apr 29 13:08:00 gatchan kernel: psm: status 20 02 64
Apr 29 13:08:00 gatchan kernel: kbdc: new command byte:0047 (set_controller...)
Apr 29 13:08:00 gatchan kernel: kbdc: new command byte:0054 (set_controller...)
Apr 29 13:08:00 gatchan kernel: psm: DISABLE_DEV return code:00fa
Apr 29 13:08:00 gatchan kernel: psm: SEND_AUX_DEV_STATUS return code:00fa
Apr 29 13:08:00 gatchan kernel: psm: status 00 02 64
Apr 29 13:08:00 gatchan kernel: kbdc: new command byte:0065 (set_controller...)
Apr 29 13:08:01 gatchan kernel: kbdc: new command byte:0054 (set_controller...)
Apr 29 13:08:01 gatchan kernel: psm: ENABLE_DEV return code:00fa
Apr 29 13:08:01 gatchan kernel: psm: SEND_AUX_DEV_STATUS return code:00fa
Apr 29 13:08:01 gatchan kernel: psm: status 20 02 64
Apr 29 13:08:01 gatchan kernel: kbdc: new command byte:0047 (set_controller...)
Apr 29 13:08:01 gatchan kernel: kbdc: new command byte:0054 (set_controller...)
Apr 29 13:08:01 gatchan kernel: psm: SET_SCALING11 return code:00fa
Apr 29 13:08:01 gatchan kernel: psm: SEND_AUX_DEV_STATUS return code:00fa
Apr 29 13:08:01 gatchan kernel: psm: status 20 02 64
Apr 29 13:08:01 gatchan kernel: kbdc: new command byte:0047 (set_controller...)
Apr 29 13:08:54 gatchan kernel: kbdc: new command byte:0054 (set_controller...)
Apr 29 13:08:54 gatchan kernel: psm: DISABLE_DEV return code:00fa
Apr 29 13:08:54 gatchan kernel: psm: SEND_AUX_DEV_STATUS return code:00fa
Apr 29 13:08:54 gatchan kernel: psm: status 00 02 64
Apr 29 13:08:54 gatchan kernel: kbdc: new command byte:0065 (set_controller...)
Apr 29 13:08:54 gatchan kernel: kbdc: 1:0 char read (empty_aux_buffer)
Apr 29 13:09:16 gatchan kernel: kbdc: new command byte:0054 (set_controller...)
Apr 29 13:09:16 gatchan kernel: psm: ENABLE_DEV return code:00fa
Apr 29 13:09:16 gatchan kernel: psm: SEND_AUX_DEV_STATUS return code:00fa
Apr 29 13:09:16 gatchan kernel: psm: status 20 02 64
Apr 29 13:09:16 gatchan kernel: kbdc: new command byte:0047 (set_controller...)
Apr 29 13:09:16 gatchan kernel: kbdc: new command byte:0054 (set_controller...)
Apr 29 13:09:16 gatchan kernel: psm: DISABLE_DEV return code:00fa
Apr 29 13:09:16 gatchan kernel: psm: SEND_AUX_DEV_STATUS return code:00fa
Apr 29 13:09:16 gatchan kernel: psm: status 00 02 64
Apr 29 13:09:16 gatchan kernel: kbdc: new command byte:0065 (set_controller...)
Apr 29 13:09:16 gatchan kernel: kbdc: new command byte:0054 (set_controller...)
Apr 29 13:09:16 gatchan kernel: psm: ENABLE_DEV return code:00fa
Apr 29 13:09:16 gatchan kernel: psm: SEND_AUX_DEV_STATUS return code:00fa
Apr 29 13:09:16 gatchan kernel: psm: status 20 02 64
Apr 29 13:09:16 gatchan kernel: kbdc: new command byte:0047 (set_controller...)
Apr 29 13:09:16 gatchan kernel: kbdc: new command byte:0054 (set_controller...)
Apr 29 13:09:16 gatchan kernel: psm: SET_SCALING11 return code:00fa
Apr 29 13:09:16 gatchan kernel: psm: SEND_AUX_DEV_STATUS return code:00fa
Apr 29 13:09:16 gatchan kernel: psm: status 20 02 64
Apr 29 13:09:16 gatchan kernel: kbdc: new command byte:0047 (set_controller...)
Apr 29 13:09:45 gatchan kernel: psmintr: Sync bytes now 0008,0008
Apr 29 13:12:40 gatchan kernel: kbdc: 0:7 char read (empty_both_buffers)
Apr 29 13:12:40 gatchan kernel: psm0: current command byte: 0047 (reinitialize).
Apr 29 13:12:40 gatchan kernel: kbdc: new command byte:0054 (set_controller...)
Apr 29 13:12:40 gatchan kernel: psm: DISABLE_DEV return code:00fa
Apr 29 13:12:40 gatchan kernel: kbdc: TEST_AUX_PORT status:0000
Apr 29 13:12:40 gatchan kernel: kbdc: RESET_AUX return code:00fa
Apr 29 13:12:40 gatchan kernel: kbdc: RESET_AUX status:00aa
Apr 29 13:12:40 gatchan kernel: kbdc: RESET_AUX ID:0000
Apr 29 13:12:40 gatchan kernel: psm: ENABLE_DEV return code:00fa
Apr 29 13:12:40 gatchan kernel: psm: DISABLE_DEV return code:00fa
Apr 29 13:12:40 gatchan kernel: psm: SET_RESOLUTION (3) 00fa
Apr 29 13:12:40 gatchan kernel: psm: SET_SCALING11 return code:00fa
Apr 29 13:12:40 gatchan last message repeated 2 times
Apr 29 13:12:40 gatchan kernel: psm: SEND_AUX_DEV_STATUS return code:00fa
Apr 29 13:12:40 gatchan kernel: psm: status 00 03 64
Apr 29 13:12:40 gatchan kernel: psm: SET_RESOLUTION (3) 00fa
Apr 29 13:12:40 gatchan kernel: psm: SET_SCALING11 return code:00fa
Apr 29 13:12:40 gatchan last message repeated 2 times
Apr 29 13:12:40 gatchan kernel: psm: SEND_AUX_DEV_STATUS return code:00fa
Apr 29 13:12:40 gatchan kernel: psm: status 00 03 64
Apr 29 13:12:40 gatchan kernel: psm: SET_SCALING11 return code:00fa
Apr 29 13:12:40 gatchan kernel: psm: SET_RESOLUTION (0) 00fa
Apr 29 13:12:40 gatchan kernel: psm: SET_RESOLUTION (3) 00fa
Apr 29 13:12:40 gatchan kernel: psm: SET_RESOLUTION (2) 00fa
Apr 29 13:12:40 gatchan kernel: psm: SET_RESOLUTION (1) 00fa
Apr 29 13:12:40 gatchan kernel: psm: SET_RESOLUTION (3) 00fa
Apr 29 13:12:40 gatchan kernel: psm: SET_RESOLUTION (1) 00fa
Apr 29 13:12:40 gatchan kernel: psm: SET_RESOLUTION (2) 00fa
Apr 29 13:12:40 gatchan kernel: psm: SET_RESOLUTION (3) 00fa
Apr 29 13:12:40 gatchan kernel: psm: SEND_AUX_DEV_DATA return code:00fa
Apr 29 13:12:40 gatchan kernel: psm: data 28 1d ee
Apr 29 13:12:40 gatchan kernel: psm: SET_SAMPLING_RATE (200) 00fa
Apr 29 13:12:40 gatchan kernel: psm: SET_SAMPLING_RATE (200) 00fa
Apr 29 13:12:40 gatchan kernel: psm: SET_SAMPLING_RATE (80) 00fa
Apr 29 13:12:40 gatchan kernel: psm: SEND_DEV_ID return code:00fa
Apr 29 13:12:40 gatchan kernel: psm: device ID: 0004
Apr 29 13:12:40 gatchan kernel: psm: SET_SAMPLING_RATE (200) 00fa
Apr 29 13:12:40 gatchan kernel: psm: SET_SAMPLING_RATE (100) 00fa
Apr 29 13:12:40 gatchan kernel: psm: SET_SAMPLING_RATE (80) 00fa
Apr 29 13:12:40 gatchan kernel: psm: SEND_DEV_ID return code:00fa
Apr 29 13:12:40 gatchan kernel: psm: device ID: 0004
Apr 29 13:12:40 gatchan kernel: psm: SET_SCALING11 return code:00fa
Apr 29 13:12:40 gatchan kernel: psm: SET_STREAM_MODE return code:00fa
Apr 29 13:12:40 gatchan kernel: psm: SEND_AUX_DEV_STATUS return code:00fa
Apr 29 13:12:40 gatchan kernel: psm: status 00 03 50
Apr 29 13:12:40 gatchan kernel: psm: ENABLE_DEV return code:00fa
Apr 29 13:12:40 gatchan kernel: psm: SEND_AUX_DEV_STATUS return code:00fa
Apr 29 13:12:40 gatchan kernel: psm: status 20 03 50
Apr 29 13:12:40 gatchan kernel: kbdc: new command byte:0047 (set_controller...)
Apr 29 13:12:40 gatchan kernel: psmintr: Sync bytes now 0008,0008
Apr 29 13:16:41 gatchan kernel: kbdc: kbd q: 1 calls, max 1 chars, aux q: 1 calls, max 1 chars

In der debug.log erhoffe ich mir auch entsprechende einträge, sollte sich die Maus wieder aufhängen.

Ich würde gerne noch mittels flags experiementieren. Kann mir aber jmd das wesentliche Prinzip des bitweisen setze von flags erklären!? Die (das) Beispiel(e) in den Manual pages von psm reichen mir nicht ganz aus....

Gruß
 
Moin!

Meine Maus verweigert mir in bestimmte Situationen den Dienst und hängt sich auf. Erst ein Neustart des Xserver (strg+alt+del) bewirkt, dass die Maus wieder funktioniert. Das System läuft normal und mittels alt+tab lässt es sich auch noch einigermaßen nutzen.
Die Maus hängt sich vor allem bei arbeitsintensiven Vorgängen auf. Gerne auch beim Anschluss eines USB Sticks. Bei OpenOffice sehr sehr gerne usw.

Es läuft kein moused!!

Angaben zum System:
Maus: PS2 (genauer: Trust AMI Mouse 2505 Optical)
Tastatur: PS2
OS: FreeBSD 6.2-RELEASE
X: xorg-6.9.0
Desktop: gnome2-2.18.0

[/CODE]

Ich bin für jegliche Hinweise offen!!!! Wo könnten dazu log einträge stehen, wie könnte man so was auf englisch googlen, wie könnte man versuchen den fehler zu reproduzieren und einzuschränke usw ...

Danke
SonGoku

Hallo SonGoku,

der erste Gedanke der mir beim Lesen deines Problems durch den Kopf ging ist eigentlich ganz trivial, vielleicht liegt es am RAM...
Wieviel hast Du den zur Verfügung ? das geht hier nicht hervor...
Warum mir der Gedanke gekommen ist ist der Umstand das Open Office, Gnome schon ein gewisse Menge an Arbeitsspeicher benötigen und Du selbst schreibst das es halt vermehrt bei Open Office auftaucht..
Dann wie gross ist Deine Swap?

Wie gesagt nur so ein Gedanke aber vielleicht ?

gruss der rudy
 
Gut Idee. Ich hab nich viel ram, nur 512MB, das ist wirklich sehr wenig.... Meine swap liegt bei 1024MB.

Nur, als ich gerade gucken und testen wollte wie die ram auslastung mit openoffice aussieht, hat sich promt meine maus aufgehangen...... Ich würde deshalb gerne den top output posten nur leider kann weiss ich (noch) nicht wie ich ihn makieren kann.

Als sich die Maus aufhing, war firefox offen und ich update gerade gimp. Aktiv waren ca 310 M inaktiv ca 60 und free waren vllt nur ein paar tausend K, das kann ich nicht so genau sagen. swap war/ist vollkommen frei.
Die CPU auslastung lag bei 80% und wenn würde ich ja vermuten es liegt nicht am RAM sondern an den interrupts!?

Grüße
 
Gut Idee. Ich hab nich viel ram, nur 512MB, das ist wirklich sehr wenig.... Meine swap liegt bei 1024MB.

Nur, als ich gerade gucken und testen wollte wie die ram auslastung mit openoffice aussieht, hat sich promt meine maus aufgehangen...... Ich würde deshalb gerne den top output posten nur leider kann weiss ich (noch) nicht wie ich ihn makieren kann.

Als sich die Maus aufhing, war firefox offen und ich update gerade gimp. Aktiv waren ca 310 M inaktiv ca 60 und free waren vllt nur ein paar tausend K, das kann ich nicht so genau sagen. swap war/ist vollkommen frei.
Die CPU auslastung lag bei 80% und wenn würde ich ja vermuten es liegt nicht am RAM sondern an den interrupts!?

Grüße

Also Ram Fehler kann man gut mit memtest lokalisieren..
Oder als Dirty Hack einfach mal ne grössere Datenmenge kopieren...

Falls da alles okay ist...

Ist Dein Gedanke mit den Interrupts nicht von der Hand zu weisen..

Oder noch ne Idee mit ps sich die Prozesse anzeigen lassen...

gruss rudy
 
Mit meiner neuerworbenen USB-Maus klappt allet wunderbar.

Das Problem wurmt mich trotzdem. Danke an alle die geholfen haben.

Gruß
 
Ich hatte das Problem auch, und zwar unabhängig davon, ob die Maus an PS2 oder USB angeschlossen war.

Folgender Eintrag in der /etc/usbd.conf hat Abhilfe verschaffen (siehe iirc man usbd.conf):
Code:
device "Mouse"
           devname "ums[0-9]+"
           attach "/usr/sbin/moused -p /dev/${DEVNAME} -I /var/run/moused.${DEVNAME}.pid"
 
Zurück
Oben