PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : nach erstem reboot geht die maus nicht mehr



Nathanael
17.03.06, 20:14
Also ich hab nen dringendes problem: Ich hab auf meinem notebook debian installiert. So weit so gut, alles laeuft wie geschmiert. Aber sobald ich die maschine neu boote geht die maus nicht mehr. Das hab ich jetzt schon 2 mal gehabt (also 2 mal neu installiert) und bin nie zu einer loesung gekommen. Ich hab auch versucht mit 'cat /dev/input/mice' rauszufinden ob das die richtige datei ist, und vor dem neu booten geht das auch, dannach sagt er: 'no such device'. Das hat vorher sowohl fuer das touchpad als auch fuer die usb maus (logitech mx 510) funktioniert, und nach besagtem boot gar nichts mehr.

Schonmal danke im vorraus :-)

syst3mlord
17.03.06, 20:30
hi,

sag mal hat die maus vielleicht irgendeinen treiber, welchen du noch zusätzlich installieren musst?
mal in /var/log/messages oder /syslog geschaut nach anschliessen?

oder vielleicht hilft dir auch folgender link dazu:

http://www.linux-club.de/viewtopic.php?t=25230

gruß
syst3mlord

cyberdyne
17.03.06, 21:42
könnte das evtl. an der hotplug unterstützung liegen?

Nathanael
18.03.06, 09:49
Also in /var/log/messages steht nachdem ich die maus abgezogen und wieder angeschlossen habe folgendes:
usb 2-2: USB disconnect, address 2
usb 2-2: new low speed USB device using address 3

was mich dabei aber wundert ist dass 1. er 2 verschiedene addressen angibt obwohl es sich um den gleichen port handelt, und vor allem dass mein touchpad trotzdem nicht geht.

Um zum treiber zu kommen, ich glaub nicht dass ich einen extra treiber brauche, denn gleich nach der installation funktioniert die maus ja schliesslich.

syst3mlord
18.03.06, 21:44
hmm - mich wundert vor allem das "low speed USB device"
vielleicht kennt sich damit jemadn besser aus hier??!!

kreol
19.03.06, 15:01
hmm - mich wundert vor allem das "low speed USB device"Wahrscheinlich unterstützt die Maus nur USB 1.1 und nicht USB 2.0... Das ist unschädlich, USB 2.0 ist abwärtskompatibel.

Nathanael: Welches Debian verwendest Du? Poste die XF86Config-4 und die Ausgabe von "cat /var/log/XFree86.0.log" hierher (Bitte unter Beachtung des Hinweises in meiner Sig). Rein vorsorglich auch mal die Ausgabe von "zcat /proc/config.gz | grep MOUSE".

Hast Du es schon mit einem anderen Device versucht? /dev/mouse, /dev/psaux o.ä.?


Kreol

Nathanael
19.03.06, 17:03
Also ich benutze xorg und sarge/unstable

meine xorg.conf:


Section "Files"
FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/CID"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
Load "GLcore"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "speedo"
Load "type1"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "dvorak"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection

Section "Device"
Identifier "Generic Video Card"
Driver "nv"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 28-50
VertRefresh 43-75
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection

Section "DRI"
Mode 0666
EndSection


Das mit usb ist normal, dass stimmt.
Mein problem ist halt, dass es nicht allein an der maus liegen kann, denn das touchpad geht ja auch net.

EDIT:



(**) Generic Keyboard: CustomKeycodes disabled
(**) Option "Protocol" "ImPS/2"
(**) Configured Mouse: Device: "/dev/input/mice"
(**) Configured Mouse: Protocol: "ImPS/2"
(**) Option "CorePointer"
(**) Configured Mouse: Core Pointer
(**) Option "Device" "/dev/input/mice"
(EE) xf86OpenSerial: Cannot open device /dev/input/mice
No such device.
(EE) Configured Mouse: cannot open input device
(EE) PreInit failed for input device "Configured Mouse"
(II) UnloadModule: "mouse"
(WW) No core pointer registered
(II) XINPUT: Adding extended input device "Generic Keyboard" (type: KEYBOARD)
No core pointer

Fatal server error:
failed to initialize core devices

Please consult the The X.Org Foundation support
at http://wiki.X.Org
for help.
Please also check the log file at "/var/log/Xorg.0.log" for additional information.


jaja, ich hab schon alle moeglichen devices ausprobiert, aber keine funzt

kreol
19.03.06, 17:19
Mein problem ist halt, dass es nicht allein an der maus liegen kann, denn das touchpad geht ja auch net.Für das Touchpad gibt es ja auch keine InputDevice-Section in Deiner xorg...

Hast Du mal andere Devices als /dev/input/mice versucht, wie ich oben geschrieben habe? z.B. /dev/psaux? Läßt sich am leichtesten mit cat testen. Was sagt denn das zcat /proc... (s.o.)

Und schau mal hier (http://www.learninglinux.de/tutorials/usbmaus.php). Vllt. hilft das ja schon.
Nachtrag: Hier wird ein ganz ähnliches Prob behandelt: http://www.linuxforen.de/forums/showthread.php?t=209750

Kreol

Nathanael
19.03.06, 17:35
Ich hab jetzt (noch) nicht die links angeschaut, und bis ich zcat posten kann dauert (reboot mit livecd dauert). Beim ersten boot nach der installation geht die maus ja noch, und da gehen beide maeuse auf /dev/input/mice.

Hab leider heute keine zeit mehr, werd mich leider erst morgen weiter drum kuemmern koennen.

Nathanael
20.03.06, 17:33
loesung gefunden!
hab einfach nen eigenen kernel gebacken, und siehe da, es geht. lag also offenbar am distri-kernel. tut mir leid wegen all des aufwandes, auf jeden fall danke.