ubuntuusers.de

Touchpad - Problem

Status: Gelöst | Ubuntu-Version: Ubuntu 13.10 (Saucy Salamander)
Antworten |

Neulinghoch2

Anmeldungsdatum:
28. Dezember 2011

Beiträge: Zähle...

Hallo ihr Vielen,

_Zuerst das Problem_ Mein touchpad funktioniert nicht. Ich habe einen Laptop der dem von den Komponenten her, dem "Hasee x300v" gleicht. Das Packet "xserver-xorg-input-synaptics" ist installiert. Unter System → Einstellungen -< Maus und Touchpad wird kein Touchpad erkannt.

Die Symptome:

  • Unter Ubuntu 12.10 und Debian 7 lief es auch nicht

  • Während der installation von Ubuntu (jeder Version) funktioniert es!

  • nach dem ersten neustart nach der Installation funktioniert es nicht mehr

Meine Vermutung: Es ist ein "shortcut", dass mein Touchpad generell vom System trennt. In diesem Fall würde ich auch nicht weiter wissen, da ich für diese Komponenten keine Treiber gefunden habe.

Sonstiges Ich habe nun ca. 2 Jahre Ubuntu und beräue den Umstieg nicht. Die gute Dokumentation durch diese Webseite hat mir bis jetzt bei jedem weiteren Problem geholfen. Nun bitte ich um einen Rat, wie ich dieses Problem lösen soll. Inzwischen schlage ich die Hände über dem Kopf zusammen und in einem sehr sehr schwachen Moment, wollte ich schon zu Apple wechseln (Schande über ein Haupt).

p.s.: Und ja: ich habe das Forum schon nach möglichen Lösungen durchsucht, auch Google spuckt mir nichts passendes aus

MaxGyver

Avatar von MaxGyver

Anmeldungsdatum:
16. Juli 2007

Beiträge: 184

Wohnort: Stuttgart

Hallo Neulinghoch2,

was ist denn die Ausgabe von

xinput list

und von

grep -B 5 mouse /proc/bus/input/devices

?

Neulinghoch2

(Themenstarter)

Anmeldungsdatum:
28. Dezember 2011

Beiträge: 8

Danke für deine schnelle Antwort.

xinput list

⎡ Virtual core pointer                    	id=2	[master pointer  (3)]
⎜   ↳ Virtual core XTEST pointer              	id=4	[slave  pointer  (2)]
⎜   ↳ Microsoft  Microsoft Basic Optical Mouse v2.0 	id=14	[slave  pointer  (2)]
⎣ Virtual core keyboard                   	id=3	[master keyboard (2)]
    ↳ Virtual core XTEST keyboard             	id=5	[slave  keyboard (3)]
    ↳ Power Button                            	id=6	[slave  keyboard (3)]
    ↳ Video Bus                               	id=7	[slave  keyboard (3)]
    ↳ Power Button                            	id=8	[slave  keyboard (3)]
    ↳ Sleep Button                            	id=9	[slave  keyboard (3)]
    ↳ AT Translated Set 2 keyboard            	id=13	[slave  keyboard (3)]
    ↳ Trust Webcam                            	id=10	[slave  keyboard (3)]
    ↳ USB Video Device                        	id=11	[slave  keyboard (3)]

grep -B 5 mouse /proc/bus/input/devices_

I: Bus=0003 Vendor=045e Product=00cb Version=0111
N: Name="Microsoft  Microsoft Basic Optical Mouse v2.0 "
P: Phys=usb-0000:00:1a.0-1.3/input0
S: Sysfs=/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.3/1-1.3:1.0/input/input12
U: Uniq=
H: Handlers=mouse1 event12 

Bearbeitet von Letalis Sonus:

Bitte verwende in Zukunft Codeblöcke, um die Übersicht im Forum zu verbessern. Danke!

MaxGyver

Avatar von MaxGyver

Anmeldungsdatum:
16. Juli 2007

Beiträge: 184

Wohnort: Stuttgart

Also wie es aussieht, steht in beiden Ausgaben nur die Maus.

Könntest du noch die Ausgabe von

lsmod | grep mouse

posten? Wenn die Augabe leer ist, probier mal:

modprobe psmouse

Wenn das nicht hilft, poste bitte noch die Ausgabe von:

cat /var/log/Xorg.0.log | grep [Mm]ouse

Neulinghoch2

(Themenstarter)

Anmeldungsdatum:
28. Dezember 2011

Beiträge: 8

Die Ausgabe war nicht leer:

1
psmouse                97626  0 

und der zweite Befehl hatte die folgende Rückgabe:

 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
[     9.516] (==) intel(0): Silken mouse enabled
[     9.598] (II) config/udev: Adding input device Microsoft  Microsoft Basic Optical Mouse v2.0  (/dev/input/event5)
[     9.598] (**) Microsoft  Microsoft Basic Optical Mouse v2.0 : Applying InputClass "evdev pointer catchall"
[     9.598] (II) Using input driver 'evdev' for 'Microsoft  Microsoft Basic Optical Mouse v2.0 '
[     9.598] (**) Microsoft  Microsoft Basic Optical Mouse v2.0 : always reports core events
[     9.598] (**) evdev: Microsoft  Microsoft Basic Optical Mouse v2.0 : Device: "/dev/input/event5"
[     9.598] (--) evdev: Microsoft  Microsoft Basic Optical Mouse v2.0 : Vendor 0x45e Product 0xcb
[     9.598] (--) evdev: Microsoft  Microsoft Basic Optical Mouse v2.0 : Found 3 mouse buttons
[     9.598] (--) evdev: Microsoft  Microsoft Basic Optical Mouse v2.0 : Found scroll wheel(s)
[     9.598] (--) evdev: Microsoft  Microsoft Basic Optical Mouse v2.0 : Found relative axes
[     9.598] (--) evdev: Microsoft  Microsoft Basic Optical Mouse v2.0 : Found x and y relative axes
[     9.598] (II) evdev: Microsoft  Microsoft Basic Optical Mouse v2.0 : Configuring as mouse
[     9.598] (II) evdev: Microsoft  Microsoft Basic Optical Mouse v2.0 : Adding scrollwheel support
[     9.598] (**) evdev: Microsoft  Microsoft Basic Optical Mouse v2.0 : YAxisMapping: buttons 4 and 5
[     9.598] (**) evdev: Microsoft  Microsoft Basic Optical Mouse v2.0 : EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[     9.598] (II) XINPUT: Adding extended input device "Microsoft  Microsoft Basic Optical Mouse v2.0 " (type: MOUSE, id 11)
[     9.598] (II) evdev: Microsoft  Microsoft Basic Optical Mouse v2.0 : initialized for relative axes.
[     9.598] (**) Microsoft  Microsoft Basic Optical Mouse v2.0 : (accel) keeping acceleration scheme 1
[     9.598] (**) Microsoft  Microsoft Basic Optical Mouse v2.0 : (accel) acceleration profile 0
[     9.598] (**) Microsoft  Microsoft Basic Optical Mouse v2.0 : (accel) acceleration factor: 2.000
[     9.598] (**) Microsoft  Microsoft Basic Optical Mouse v2.0 : (accel) acceleration threshold: 4
[     9.599] (II) config/udev: Adding input device Microsoft  Microsoft Basic Optical Mouse v2.0  (/dev/input/mouse0)
[   135.097] (II) config/udev: removing device Microsoft  Microsoft Basic Optical Mouse v2.0 
[   135.129] (II) evdev: Microsoft  Microsoft Basic Optical Mouse v2.0 : Close
[   150.424] (II) config/udev: Adding input device Microsoft  Microsoft Basic Optical Mouse v2.0  (/dev/input/event5)
[   150.424] (**) Microsoft  Microsoft Basic Optical Mouse v2.0 : Applying InputClass "evdev pointer catchall"
[   150.424] (II) Using input driver 'evdev' for 'Microsoft  Microsoft Basic Optical Mouse v2.0 '
[   150.424] (**) Microsoft  Microsoft Basic Optical Mouse v2.0 : always reports core events
[   150.424] (**) evdev: Microsoft  Microsoft Basic Optical Mouse v2.0 : Device: "/dev/input/event5"
[   150.424] (--) evdev: Microsoft  Microsoft Basic Optical Mouse v2.0 : Vendor 0x45e Product 0xcb
[   150.424] (--) evdev: Microsoft  Microsoft Basic Optical Mouse v2.0 : Found 3 mouse buttons
[   150.424] (--) evdev: Microsoft  Microsoft Basic Optical Mouse v2.0 : Found scroll wheel(s)
[   150.424] (--) evdev: Microsoft  Microsoft Basic Optical Mouse v2.0 : Found relative axes
[   150.424] (--) evdev: Microsoft  Microsoft Basic Optical Mouse v2.0 : Found x and y relative axes
[   150.424] (II) evdev: Microsoft  Microsoft Basic Optical Mouse v2.0 : Configuring as mouse
[   150.424] (II) evdev: Microsoft  Microsoft Basic Optical Mouse v2.0 : Adding scrollwheel support
[   150.424] (**) evdev: Microsoft  Microsoft Basic Optical Mouse v2.0 : YAxisMapping: buttons 4 and 5
[   150.424] (**) evdev: Microsoft  Microsoft Basic Optical Mouse v2.0 : EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[   150.425] (II) XINPUT: Adding extended input device "Microsoft  Microsoft Basic Optical Mouse v2.0 " (type: MOUSE, id 11)
[   150.425] (II) evdev: Microsoft  Microsoft Basic Optical Mouse v2.0 : initialized for relative axes.
[   150.425] (**) Microsoft  Microsoft Basic Optical Mouse v2.0 : (accel) keeping acceleration scheme 1
[   150.425] (**) Microsoft  Microsoft Basic Optical Mouse v2.0 : (accel) acceleration profile 0
[   150.425] (**) Microsoft  Microsoft Basic Optical Mouse v2.0 : (accel) acceleration factor: 2.000
[   150.425] (**) Microsoft  Microsoft Basic Optical Mouse v2.0 : (accel) acceleration threshold: 4
[   150.425] (II) config/udev: Adding input device Microsoft  Microsoft Basic Optical Mouse v2.0  (/dev/input/mouse0)
[   162.958] (II) config/udev: removing device Microsoft  Microsoft Basic Optical Mouse v2.0 
[   162.988] (II) evdev: Microsoft  Microsoft Basic Optical Mouse v2.0 : Close

MaxGyver

Avatar von MaxGyver

Anmeldungsdatum:
16. Juli 2007

Beiträge: 184

Wohnort: Stuttgart

In deiner log-Datei ist nichts vom Touchpad zu sehen, nur Infos zur Microsoft-Maus. Vielleicht war auch nicht zielführend, die Datei nach "Mouse/mouse" zu filtern. (Mein Touchpad wird als "PS/2 Generic Mouse" erkannt.) Könntest du noch den Befehl

cat /var/log/Xorg.0.log | grep dev

ausführen? Eventuell wird noch ein Gerät erkannt, dass nicht "Mouse" sondern "Touchpad" oder ähnliches im Namen hat.

J1810TZ

Anmeldungsdatum:
18. August 2010

Beiträge: 47

Wohnort: NRW

Guten Abend,

ich habe leider nach dem Update auch ein Problem mit meinem Touchpad:

Das scrollen mit dem Finger durch ziehen am rechten Rand noch oben oder unten ist nicht mehr möglich...

Hat jemand dazu eine Idee?

Danke schonmal!

Neulinghoch2

(Themenstarter)

Anmeldungsdatum:
28. Dezember 2011

Beiträge: 8

Auch dieser Befehl:

1
cat /var/log/Xorg.0.log | grep dev

hat keine neuen Informationen gebracht.

MaxGyver

Avatar von MaxGyver

Anmeldungsdatum:
16. Juli 2007

Beiträge: 184

Wohnort: Stuttgart

Dann weiß ich auch nicht, was du noch versuchen könntest. Ich hoffe, es meldet sich noch jemand, der mehr weiß.

@J1810TZ: Ich hab leider keine Idee. Aber mach dafür mal besser einen eigenen Thread auf ("Neues Thema").

Neulinghoch2

(Themenstarter)

Anmeldungsdatum:
28. Dezember 2011

Beiträge: 8

Das Problem hat sich praktisch von selbst gelöst. Ich habe jedes mal nach der Installation des OS, eine bestimmte Zusammenstellungen von Paketen installiert und diese scheint den Fehler ergeben zu habe.

Ich danke vielmals für die Beiträge. Damit ist die Sache erledigt.

Antworten |