View previous topic :: View next topic |
Author |
Message |
obmib n00b
Joined: 05 Sep 2004 Posts: 62
|
Posted: Sun Oct 17, 2004 6:46 pm Post subject: Bei 2.6.8 Kernel keine Maus mehr... |
|
|
Hallo,
ich heute den Kernel 2.6.8 kompiliert. xorg.conf usw sind ja gleich geblieben, also denke ich dass es daran nicht liegen kann.
X Startet, aber die Maus funktioniert einfach nicht. Es ist eine einfache Ps/2 Maus die bis jetzt immer funktioniert hat.
Ansonsten scheint das System zu funktionieren...
Weiß vielleicht jemand eine Lösung für mein Problem?
Schönen Gruß,
obmib |
|
Back to top |
|
|
pablo_supertux Advocate
Joined: 25 Jan 2004 Posts: 2953 Location: Somewhere between reality and Middle-Earth and in Freiburg (Germany)
|
Posted: Sun Oct 17, 2004 6:57 pm Post subject: |
|
|
Hast du vielleicht MOUSE_PS als Modul? Hast du es geladen? Bei mir sieht es so aus:
Code: |
CONFIG_INPUT_MOUSEDEV=y
CONFIG_INPUT_MOUSEDEV_PSAUX=y
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
CONFIG_INPUT_MOUSE=y
CONFIG_MOUSE_PS2=m
|
Und psmouse in /etc/modules.autoload.d/kernel-2.6 eingetragen _________________ A! Elbereth Gilthoniel!
silivren penna míriel
o menel aglar elenath,
Gilthoniel, A! Elbereth! |
|
Back to top |
|
|
golloza Guru
Joined: 14 Mar 2004 Posts: 427
|
Posted: Sun Oct 17, 2004 7:18 pm Post subject: |
|
|
Was passiert, wenn du cat /dev/input/mice eingibst und die Maus bewegst?
Wenn nichts kommt (Müll), liegt es wohl am Kernel.
Hast du Device drivers -> Input -> Mice -> PS/2 Mouse aktiviert? |
|
Back to top |
|
|
obmib n00b
Joined: 05 Sep 2004 Posts: 62
|
Posted: Sun Oct 17, 2004 7:23 pm Post subject: |
|
|
Hi,
ein "modprobe MOUSE_PS" bring nichts.
golloza: cat /dev/input/mice bringt garnichts, da kommt noch nicht mal Müll wenn ich die Maus bewege.
Device drivers -> Input Device -> Mice -> PS/2 Mouse hab ich aktiviert...
Woran kann das liegen? |
|
Back to top |
|
|
zielscheibe l33t
Joined: 02 Apr 2004 Posts: 804 Location: Aachen
|
Posted: Sun Oct 17, 2004 7:33 pm Post subject: |
|
|
Hi,
also bei mir heißt das betreffende Modul "psmouse" wie pablo_supertux auch schon sagte. |
|
Back to top |
|
|
obmib n00b
Joined: 05 Sep 2004 Posts: 62
|
Posted: Sun Oct 17, 2004 7:40 pm Post subject: |
|
|
Hi,
# modprobe psmouse
FATAL: Module psmouse not found.
in meine /etc/modules.autoload.d/kernel-2.6 hab ich auch schon psmouse eingetragen, funktioniert nicht!
Gruß |
|
Back to top |
|
|
zielscheibe l33t
Joined: 02 Apr 2004 Posts: 804 Location: Aachen
|
Posted: Sun Oct 17, 2004 7:47 pm Post subject: |
|
|
Was gibt
Code: |
ls -L /lib/modules/2.6.8xxx/kernel/drivers/input/
|
und
Code: |
ls -L /lib/modules/2.6.8xxx/kernel/drivers/input/mouse
|
Module mit "make modules modules_install" korrekt gebaut? |
|
Back to top |
|
|
obmib n00b
Joined: 05 Sep 2004 Posts: 62
|
Posted: Sun Oct 17, 2004 7:53 pm Post subject: |
|
|
Hallo,
meine Maus hab ich nicht als Modul eingetragen...
Es wurde alles ohne Fehler kompiliert!
Der erste Befehl gibt: "gameport" aus
Der zweite: ... No such file or directory
Anscheinend hab ich kein Verzeichniss mouse in input |
|
Back to top |
|
|
zielscheibe l33t
Joined: 02 Apr 2004 Posts: 804 Location: Aachen
|
Posted: Sun Oct 17, 2004 8:01 pm Post subject: |
|
|
Na du bist ein Scherzkeks.
Erst wundern das keine Module geladen werden und danach einfach mal so fallen lassen, daß dies doch alles fest im Kernel sei.
So macht das debuggen keinen Spaß! -> kannst ja versuchen mal andere Kernelsourcen zu verwenden, die Maus modular einzubinden und hochzuladen sowie "dmesg" zu befragen!
Ich klinke mich hier aus. |
|
Back to top |
|
|
pablo_supertux Advocate
Joined: 25 Jan 2004 Posts: 2953 Location: Somewhere between reality and Middle-Earth and in Freiburg (Germany)
|
Posted: Sun Oct 17, 2004 8:02 pm Post subject: |
|
|
Was sagt grep MOUSE /usr/src/linux/.config ? _________________ A! Elbereth Gilthoniel!
silivren penna míriel
o menel aglar elenath,
Gilthoniel, A! Elbereth! |
|
Back to top |
|
|
obmib n00b
Joined: 05 Sep 2004 Posts: 62
|
Posted: Sun Oct 17, 2004 8:09 pm Post subject: |
|
|
Wird die Maus normalerweise als Modul eingetragen???
Lass mich jetzt nicht hängen
pablo_supertux: grep MOUSE /usr/src/linux/.config gibt das aus:
CONFIG_INPUT_MOUSEDEV=y
CONFIG_INPUT_MOUSEDEV_PSAUX=y
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
CONFIG_INPUT_MOUSE=y
CONFIG_INPUT_PS2=y
CONFIG_INPUT_SERIAL=y
CONFIG_INPUT_INPORT=y
# CONFIG_MOUSE_ATIXL is not set
CONFIG_MOUSE_LOGIBM=y
# CONFIG_MOUSE_PC110PAD is not set
# CONFIG_MOUSE_VSXXXAA is not set
# CONFIG_USB_MOUSE ist not set
Wie man vielleicht sieht hab ich zur Sicherheit, als es beim Ersten mal schon nicht funktionier hat, gleich mal das meiste aktiviert
Schönen Gruß |
|
Back to top |
|
|
pablo_supertux Advocate
Joined: 25 Jan 2004 Posts: 2953 Location: Somewhere between reality and Middle-Earth and in Freiburg (Germany)
|
Posted: Sun Oct 17, 2004 8:12 pm Post subject: |
|
|
Ich finde CONFIG_MOUSE_PS2 nicht, was, ahst du es nicht? Mach grep CONFIG_MOUSE_PS2 /usr/src/linux/.config, komm da was? _________________ A! Elbereth Gilthoniel!
silivren penna míriel
o menel aglar elenath,
Gilthoniel, A! Elbereth! |
|
Back to top |
|
|
obmib n00b
Joined: 05 Sep 2004 Posts: 62
|
Posted: Sun Oct 17, 2004 10:11 pm Post subject: |
|
|
Jepp!
CONFIG_MOUSE_PS2=y |
|
Back to top |
|
|
pablo_supertux Advocate
Joined: 25 Jan 2004 Posts: 2953 Location: Somewhere between reality and Middle-Earth and in Freiburg (Germany)
|
Posted: Mon Oct 18, 2004 12:09 am Post subject: |
|
|
und hast du /dev/psaux (bei mir symlink auf /dev/misc/psaux) _________________ A! Elbereth Gilthoniel!
silivren penna míriel
o menel aglar elenath,
Gilthoniel, A! Elbereth! |
|
Back to top |
|
|
obmib n00b
Joined: 05 Sep 2004 Posts: 62
|
Posted: Mon Oct 18, 2004 7:52 am Post subject: |
|
|
Hallo,
ja /dev/psaux gibts, und bei mir zeigt er auch auf /dev/misc/psaux.
Ich versteh das nicht... hat es vielleicht damit zu tun dass es eine Maus ohne Kugel ist? |
|
Back to top |
|
|
Anarcho Advocate
Joined: 06 Jun 2004 Posts: 2970 Location: Germany
|
Posted: Mon Oct 18, 2004 8:12 am Post subject: |
|
|
Installier dochmal gpm und guck ob die Maus auf der Konsole denn funktioniert!
Und poste mal den Input abschnitt deiner xorg.conf _________________ ...it's only Rock'n'Roll, but I like it! |
|
Back to top |
|
|
obmib n00b
Joined: 05 Sep 2004 Posts: 62
|
Posted: Mon Oct 18, 2004 8:34 am Post subject: |
|
|
An der xorg.conf liegt es unter Garantie nicht.
Bei meinem anderen Kernel läuft die Maus mit der gleichen xorg.conf.
Außerdem habe ich xorgconfig auch mal ausgeführt und die alte xorg.conf nach einer Sicherungskopie überschrieben. Immernoch das gleiche!
# /usr/sbin/gpm -m /dev/psaux
oder
# /usr/sbin/gpm -m /dev/mouse
bringt mir nichts |
|
Back to top |
|
|
pablo_supertux Advocate
Joined: 25 Jan 2004 Posts: 2953 Location: Somewhere between reality and Middle-Earth and in Freiburg (Germany)
|
Posted: Mon Oct 18, 2004 9:41 am Post subject: |
|
|
Installiere gpm und sag ob unter vc/1 die Mouse auch geht _________________ A! Elbereth Gilthoniel!
silivren penna míriel
o menel aglar elenath,
Gilthoniel, A! Elbereth! |
|
Back to top |
|
|
obmib n00b
Joined: 05 Sep 2004 Posts: 62
|
Posted: Mon Oct 18, 2004 10:00 am Post subject: |
|
|
Also gpm hab ich ja installiert...
Aber was meinst du mit dem zweiten Teil von deinem Satz? |
|
Back to top |
|
|
pablo_supertux Advocate
Joined: 25 Jan 2004 Posts: 2953 Location: Somewhere between reality and Middle-Earth and in Freiburg (Germany)
|
Posted: Mon Oct 18, 2004 10:29 am Post subject: |
|
|
ob du mouse in einer virtuelle Konsole (Strg+Alt+F1) auch geht, ob du da die Mouse benutze kannst _________________ A! Elbereth Gilthoniel!
silivren penna míriel
o menel aglar elenath,
Gilthoniel, A! Elbereth! |
|
Back to top |
|
|
obmib n00b
Joined: 05 Sep 2004 Posts: 62
|
Posted: Mon Oct 18, 2004 12:07 pm Post subject: |
|
|
Hi,
ja das ist schon klar aber mit welchem Parameter soll ich es denn starten?
Bis jetzt tut sich noch nix wenn ich es mit gpm -m /dev/psaux oder gpm -m /dev/mouse starte... |
|
Back to top |
|
|
Chefpampel n00b
Joined: 20 Oct 2004 Posts: 16
|
Posted: Wed Oct 20, 2004 10:32 am Post subject: |
|
|
Mahlzeit,
hatte genau das selbe Problem. Sobald das psmouse Modul geladen wurde, wurde das Keyboard sehr traege und die Maus tat es dennoch nicht. (uebrigens war es auch egal ob psmouse fest im Kernel oder als Modul)
Kann es sein, dass du eine KVM dazwischen geschaltet hast? Kaum war die Maus direkt in die Kiste gestoepselt, funktionierte alles...
Auf diese Idee hat mich das hier gebraucht http://kerneltrap.org/node/view/1587 |
|
Back to top |
|
|
obmib n00b
Joined: 05 Sep 2004 Posts: 62
|
Posted: Wed Oct 20, 2004 11:10 am Post subject: |
|
|
Hi,
ja, so ist es. Meine Maus ist eigentlich eine USB-Maus. Da ich kein sonderlicher USB-Fan bin habe ich ein Zwischenstück gesetzt damit ich die Maus an den PS/2 Port anschließen kann.
Merkwürdig, wieso läuft das beim Kernel 2.4 ohne Probleme und nun nicht mehr?
Schonmal danke für deine Antwort, muss dann wohl erstmal auf USB umsteigen
Schönen Gruß |
|
Back to top |
|
|
Chefpampel n00b
Joined: 20 Oct 2004 Posts: 16
|
Posted: Wed Oct 20, 2004 11:14 am Post subject: |
|
|
Mit KVM meine ich aber einen Konsolenumschalter - nicht den USB auf PS/2 Adapter. Der funktioniert - aber nur ohne KVM. |
|
Back to top |
|
|
obmib n00b
Joined: 05 Sep 2004 Posts: 62
|
Posted: Wed Oct 20, 2004 11:24 am Post subject: |
|
|
Dann hab ichs falsch verstanden.
Wie merk ich denn ob ich nen KVM hab und wie deaktivier ich das? |
|
Back to top |
|
|
|