tutorials.de Buch-Aktion 05/2012
ERLEDIGT
JA
ANTWORTEN
7
ZUGRIFFE
708
EMPFEHLEN
  • An Twitter übertragen
  • An Facebook übertragen
AUF DIESES THEMA
ANTWORTEN
  1. #1
    Silvercreast Silvercreast ist offline Mitglied Gold
    Registriert seit
    Aug 2005
    Ort
    Solingen ( NRW )
    Beiträge
    152
    Hallo zusammen,

    ich habe riesen Probleme mit meiner Maus ( egal ob USB oder PS2 ) unter Suse 9.3.
    Nachdem ich Suse 9.3 installiert habe ging meine Maus nicht, also habe ich mit Hilfe eines Buches versucht dieses Problem zu beheben. Ich sollte über STRG+ALT+F2 in die Console wechseln, mich dort als root anmelden und dann inssrv hwscan eingeben und neustarten. Danach sollte die Maus wieder gehen, tut Sie aber nicht. Ich bin total ratlos kann mir da jemand weiter helfen?

    gruß Silver
     
    Code :
    1
    
    [COLOR=Blue][B]Wer [/B][I]Wie[/I] [B]Was[/B] [I]Wieso [/I][B]Weshalb[/B] [I]Warum [/I][B]Wer nicht fragt bleibt dumm [/B][/COLOR]

  2. #2
    Registriert seit
    Dec 2001
    Ort
    Hannover
    Beiträge
    4.234
    Bitte hänge mal die Datei
    /etc/X11/xorg.conf
    als Anhang in die nächste Nachricht an.

    Danke.
     
    Copy for free - Yet another page for free software with soures:
    • BitUnlocker (Automatic unlock multiple Bitlocker secured drives - if you use the same password)
    • W7 ScrollZoom (Use Windows 7 zoom tool through your mouse wheel)
    • AppStarter (Somewhat like PortableApps launcher)
    • QuakeConsole (Show/Hide windows console with your tilde key)
    • BetterFileRenamer (Simple file renamer that adds date and version)
    .... more to come

  3. #3
    Silvercreast Silvercreast ist offline Mitglied Gold
    Registriert seit
    Aug 2005
    Ort
    Solingen ( NRW )
    Beiträge
    152
    Hallo danke für deine Antwort, ich habe das Problem mittlerweile gelöst. War eigentlich total easy, der Kernel hat den Maustypen einfach nur nicht erkannt.Warum auch immer, hab dann über Yast den Maustypen angegeben und nun funktioniert Sie.
     
    Code :
    1
    
    [COLOR=Blue][B]Wer [/B][I]Wie[/I] [B]Was[/B] [I]Wieso [/I][B]Weshalb[/B] [I]Warum [/I][B]Wer nicht fragt bleibt dumm [/B][/COLOR]

  4. #4
    Maik Tutorials.de Gastzugang
    Wenn das Problem damit gelöst ist, markiere den Thread bitte auch als erledigt.
     

  5. #5
    eumops eumops ist offline Grünschnabel
    Registriert seit
    Nov 2006
    Beiträge
    2
    Hallo,

    ich habe das gleiche Problem mit SuSe 9.3 an einem Toshiba Satellite Pro M30. In der /etc/X11/xorg.conf steht folgendes bei den Input Devices, ich muss aber trotzdem jedesmal nach dem booten die Maus manuell mit YaST2 konfigurieren. Das nervt. Weiss jemand eine Lösung ?

    Gruss,
    eumops

    Code :
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    
    Section "InputDevice"
      Driver       "kbd"
      Identifier   "Keyboard[0]"
      Option       "Protocol" "Standard"
      Option       "XkbLayout" "de"
      Option       "XkbModel" "pc105"
      Option       "XkbRules" "xfree86"
      Option       "XkbVariant" "nodeadkeys"
    EndSection
     
    Section "InputDevice"
      Driver       "mouse"
      Identifier   "Mouse[1]"
      Option       "ButtonNumber" "5"
      Option       "Buttons" "5"
      Option       "Device" "/dev/mouse"
      Option       "Name" "Logitech Optical Wheel Mouse"
      Option       "Protocol" "imps/2"
      Option       "Vendor" "Sysp"
      Option       "ZAxisMapping" "4 5"
    EndSection
     
    Section "InputDevice"
      Driver       "synaptics"
      Identifier   "Mouse[3]"
      Option       "Device" "/dev/input/mice"
      Option       "Emulate3Buttons" "on"
      Option       "InputFashion" "Mouse"
      Option       "Name" "Synaptics;Touchpad"
      Option       "Protocol" "explorerps/2"
      Option       "SHMConfig" "on"
      Option       "Vendor" "Sysp"
      Option       "ZAxisMapping" "4 5"
    EndSection
     

  6. #6
    Registriert seit
    Dec 2001
    Ort
    Hannover
    Beiträge
    4.234
    Bitte die xorg.conf nach dem konfigurieren mit yast2 auch noch anhängen! Sonst können wir schwer vergleichen
     
    Copy for free - Yet another page for free software with soures:
    • BitUnlocker (Automatic unlock multiple Bitlocker secured drives - if you use the same password)
    • W7 ScrollZoom (Use Windows 7 zoom tool through your mouse wheel)
    • AppStarter (Somewhat like PortableApps launcher)
    • QuakeConsole (Show/Hide windows console with your tilde key)
    • BetterFileRenamer (Simple file renamer that adds date and version)
    .... more to come

  7. #7
    eumops eumops ist offline Grünschnabel
    Registriert seit
    Nov 2006
    Beiträge
    2
    Hallo,

    ich habe das ganze System gestern noch mal neu installiert. Das Problem mit der Maus ist geblieben. In den "Input-Sections" der xconf.org - Datei sieht nach dem manuellen Hinzufügen der Maus mit YaST alles genauso aus wie davor:

    Code :
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
    141
    142
    143
    144
    145
    146
    147
    148
    149
    150
    151
    152
    153
    154
    155
    156
    157
    158
    159
    160
    161
    162
    163
    164
    165
    166
    167
    168
    169
    170
    171
    172
    173
    174
    175
    176
    177
    178
    179
    180
    181
    182
    183
    184
    185
    186
    187
    188
    189
    190
    191
    192
    193
    194
    195
    
    # /.../
    # SaX generated X11 config file
    # Created on: 2006-11-04T17:43:22+0100.
    #
    # Version: 4.8
    # Contact: Marcus Schaefer <sax@suse.de>, 2002
    #
    # Automatically generated by [ISaX] (4.8)
    # PLEASE DO NOT EDIT THIS FILE!
    #
     
    Section "Files"
      FontPath     "/usr/X11R6/lib/X11/fonts/misc:unscaled"
      FontPath     "/usr/X11R6/lib/X11/fonts/local"
      FontPath     "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
      FontPath     "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
      FontPath     "/usr/X11R6/lib/X11/fonts/Type1"
      FontPath     "/usr/X11R6/lib/X11/fonts/URW"
      FontPath     "/usr/X11R6/lib/X11/fonts/Speedo"
      FontPath     "/usr/X11R6/lib/X11/fonts/PEX"
      FontPath     "/usr/X11R6/lib/X11/fonts/cyrillic"
      FontPath     "/usr/X11R6/lib/X11/fonts/latin2/misc:unscaled"
      FontPath     "/usr/X11R6/lib/X11/fonts/latin2/75dpi:unscaled"
      FontPath     "/usr/X11R6/lib/X11/fonts/latin2/100dpi:unscaled"
      FontPath     "/usr/X11R6/lib/X11/fonts/latin2/Type1"
      FontPath     "/usr/X11R6/lib/X11/fonts/latin7/75dpi:unscaled"
      FontPath     "/usr/X11R6/lib/X11/fonts/baekmuk:unscaled"
      FontPath     "/usr/X11R6/lib/X11/fonts/japanese:unscaled"
      FontPath     "/usr/X11R6/lib/X11/fonts/kwintv"
      FontPath     "/usr/X11R6/lib/X11/fonts/truetype"
      FontPath     "/usr/X11R6/lib/X11/fonts/uni:unscaled"
      FontPath     "/usr/X11R6/lib/X11/fonts/CID"
      FontPath     "/usr/X11R6/lib/X11/fonts/ucs/misc:unscaled"
      FontPath     "/usr/X11R6/lib/X11/fonts/ucs/75dpi:unscaled"
      FontPath     "/usr/X11R6/lib/X11/fonts/ucs/100dpi:unscaled"
      FontPath     "/usr/X11R6/lib/X11/fonts/hellas/misc:unscaled"
      FontPath     "/usr/X11R6/lib/X11/fonts/hellas/75dpi:unscaled"
      FontPath     "/usr/X11R6/lib/X11/fonts/hellas/100dpi:unscaled"
      FontPath     "/usr/X11R6/lib/X11/fonts/hellas/Type1"
      FontPath     "/usr/X11R6/lib/X11/fonts/misc/sgi:unscaled"
      FontPath     "/usr/X11R6/lib/X11/fonts/xtest"
      FontPath     "/opt/kde3/share/fonts"
      InputDevices "/dev/ttyS0"
      InputDevices "/dev/ttyS1"
      InputDevices "/dev/ttyS2"
      InputDevices "/dev/ttyS3"
      InputDevices "/dev/ttyS4"
      InputDevices "/dev/ttyS5"
      InputDevices "/dev/ttyS6"
      InputDevices "/dev/ttyS7"
      InputDevices "/dev/ttyS8"
      InputDevices "/dev/psaux"
      InputDevices "/dev/logibm"
      InputDevices "/dev/sunmouse"
      InputDevices "/dev/atibm"
      InputDevices "/dev/amigamouse"
      InputDevices "/dev/atarimouse"
      InputDevices "/dev/inportbm"
      InputDevices "/dev/gpmdata"
      InputDevices "/dev/mouse"
      InputDevices "/dev/usbmouse"
      InputDevices "/dev/adbmouse"
      InputDevices "/dev/input/mice"
      InputDevices "/dev/input/event0"
      InputDevices "/dev/pointer0"
      InputDevices "/dev/pointer1"
      InputDevices "/dev/pointer2"
      InputDevices "/dev/pointer3"
    EndSection
     
    Section "ServerFlags"
      Option       "AllowMouseOpenFail"
    EndSection
     
    Section "Module"
      Load         "glx"
      Load         "type1"
      Load         "extmod"
      Load         "dbe"
      Load         "freetype"
      Load         "v4l"
    EndSection
     
    Section "InputDevice"
      Driver       "kbd"
      Identifier   "Keyboard[0]"
      Option       "Protocol" "Standard"
      Option       "XkbLayout" "de"
      Option       "XkbModel" "pc105"
      Option       "XkbRules" "xfree86"
      Option       "XkbVariant" "nodeadkeys"
    EndSection
     
     
    Section "InputDevice"
      Driver       "mouse"
      Identifier   "Mouse[1]"
      Option       "ButtonNumber" "5"
      Option       "Buttons" "5"
      Option       "Device" "/dev/mouse"
      Option       "Name" "Logitech Optical Wheel Mouse"
      Option       "Protocol" "imps/2"
      Option       "Vendor" "Sysp"
      Option       "ZAxisMapping" "4 5"
    EndSection
     
    Section "InputDevice"
      Driver       "synaptics"
      Identifier   "Mouse[3]"
      Option       "Device" "/dev/input/mice"
      Option       "Emulate3Buttons" "on"
      Option       "InputFashion" "Mouse"
      Option       "Name" "Synaptics;Touchpad"
      Option       "Protocol" "explorerps/2"
      Option       "SHMConfig" "on"
      Option       "Vendor" "Sysp"
      Option       "ZAxisMapping" "4 5"
    EndSection
     
     
    Section "Monitor"
      Option       "CalcAlgorithm" "CheckDesktopGeometry"
      HorizSync    30-82
      Identifier   "Monitor[0]"
      ModelName    "1280X800@75HZ"
      Option       "DPMS"
      VendorName   "--> LCD"
      VertRefresh  58-75
      UseModes     "Modes[0]"
    EndSection
     
     
    Section "Modes"
      Identifier   "Modes[0]"
      Modeline  "1024x768" 67.48 1024 1080 1184 1344 768 769 772 797
      Modeline  "1024x768" 79.52 1024 1080 1192 1360 768 769 772 801
      Modeline  "1280x800" 104.35 1280 1360 1496 1712 800 801 804 835
    EndSection
     
     
    Section "Screen"
      DefaultDepth 24
      SubSection "Display"
        Depth      15
        Modes      "1024x768" 
      EndSubSection
      SubSection "Display"
        Depth      16
        Modes      "1024x768" 
      EndSubSection
      SubSection "Display"
        Depth      24
        Modes      "1280x800" 
      EndSubSection
      SubSection "Display"
        Depth      32
        Modes      "1024x768" 
      EndSubSection
      SubSection "Display"
        Depth      8
        Modes      "1024x768" 
      EndSubSection
      Device       "Device[0]"
      Identifier   "Screen[0]"
      Monitor      "Monitor[0]"
    EndSection
     
     
    Section "Device"
      BoardName    "GeForce FX Go5200"
      BusID        "1:0:0"
      Driver       "nv"
      Identifier   "Device[0]"
      Screen       0
      VendorName   "NVidia"
    EndSection
     
     
    Section "ServerLayout"
      Identifier   "Layout[all]"
      InputDevice  "Keyboard[0]" "CoreKeyboard"
      InputDevice  "Mouse[1]" "CorePointer"
      InputDevice  "Mouse[3]" "SendCoreEvents"
      Option       "Clone" "off"
      Option       "Xinerama" "off"
      Screen       "Screen[0]"
    EndSection
     
    Section "DRI"
        Group      "video"
        Mode       0660
    EndSection
     
    Section "Extensions"
    EndSection
     

  8. #8
    Registriert seit
    Dec 2001
    Ort
    Hannover
    Beiträge
    4.234
    ich habe das ganze System gestern noch mal neu installiert. Das Problem mit der Maus ist geblieben. In den "Input-Sections" der xconf.org - Datei sieht nach dem manuellen Hinzufügen der Maus mit YaST alles genauso aus wie davor:
    Das ist wirklich sehr merkwürdig. Leider bin ich nicht der große Suse Experte.
    Normalerweise müsste sich die xorg.conf die nicht funktioniert von der mit yast2-konfigurierten Config unterscheiden.
    Vielleicht liegt das Problem auch ganz wo anders.
    Möglicherweise lädt yast ein Kernelmodul nach o. ä.

    Sorry, aber hoffen wir mal das ein Suse Profi sich den Thread mal anschaut!
    Da ich meine Konfigurationen alle per Hand einstelle, ist mir das Einstellen per Menü (yast & co. einfach zu schwer !
     
    Copy for free - Yet another page for free software with soures:
    • BitUnlocker (Automatic unlock multiple Bitlocker secured drives - if you use the same password)
    • W7 ScrollZoom (Use Windows 7 zoom tool through your mouse wheel)
    • AppStarter (Somewhat like PortableApps launcher)
    • QuakeConsole (Show/Hide windows console with your tilde key)
    • BetterFileRenamer (Simple file renamer that adds date and version)
    .... more to come

Ähnliche Themen

  1. azureus unter suse linux 9.3
    Von Kurt Cobain im Forum Linux & Unix
    Antworten: 0
    Letzter Beitrag: 24.04.06, 13:33
  2. Die Maus unter Linux schneller machen
    Von orffyre im Forum Linux & Unix
    Antworten: 2
    Letzter Beitrag: 17.11.05, 16:26
  3. Probleme mit Firewire unter Suse Linux 9.3
    Von torsch2711 im Forum Linux & Unix
    Antworten: 0
    Letzter Beitrag: 06.06.05, 12:15
  4. Antworten: 3
    Letzter Beitrag: 14.08.03, 20:46