Moin moin,
Habe an mein notebook eine USB mouse und ein USB Keyboard angeschlossen.
Das keyboard funzt und laut lsmod wird usbkbd geladen. leider existiert kein Module im Kernel für usbmouse welches ich meineswissens brauche. Auch usbkdv kann ich nciht selber auswählen, wird aber zum Glück irgendwie selber erkannt und kompiliert.
Ideen?
unter cat /proc/bus/usb/devices ist die mouse aufgefüht
unter cat /proc/bus/input steht nur das touchpad und das USB keyboard.
Gruß MightyTuX
usbmouse
- mistersixt
- Beiträge: 6601
- Registriert: 24.09.2003 14:33:25
- Lizenz eigener Beiträge: GNU Free Documentation License
Gib doch bitte noch ein paar mehr Infos, wie zum Beispiel "uname -a", "lsmod", "lspci", vielleicht auch noch "dpkg -l | grep -E 'hotplug|usbmgr'" und poste mal die Sektion(en) von der Maus aus der /etc/X11/XF86Config-4 hier ins Forum, dann kann man bestimmt mehr sagen.
Gruss, mistersixt.
Gruss, mistersixt.
--
System: Debian Bookworm, 6.11.x.-x-amd64, ext4, AMD Ryzen 7 3700X, 8 x 3.8 Ghz., Radeon RX 5700 XT, 32 GB Ram, XFCE
System: Debian Bookworm, 6.11.x.-x-amd64, ext4, AMD Ryzen 7 3700X, 8 x 3.8 Ghz., Radeon RX 5700 XT, 32 GB Ram, XFCE
ok,
uname -a Linux mars 2.6.7 #1 Mon Sep 13 02:58:57 CEST 2004 i686 GNU/Linux
lsmod:
dmesg |grep usb
an der XFree sollte es einenltich nicht liegen, den die hatte ich bevor ich mein System aufgezogen hatte auch schon und da funzte es..
XF86Conf
Ich weiß das die Explorer eingentlich Core Pointer gesetzt werden muß damit die Buttons funzen, aber dann geht das Synaptics Touchpad nicht. Diese Konfiguration sollte aber gehen da ich sie vorher auch schon benutzt habe.
hotplug ist installiert.
Gruß MightyTuX
uname -a Linux mars 2.6.7 #1 Mon Sep 13 02:58:57 CEST 2004 i686 GNU/Linux
lsmod:
Code: Alles auswählen
Module Size Used by
usbkbd 6016 0
pl2303 14916 0
ehci_hcd 26436 0
i830 75620 3
ds 14084 2
8250_pci 16320 0
8250 18144 1 8250_pci
serial_core 20160 1 8250
intel_agp 17372 1
ipw2100 155076 0
ieee80211 14148 1 ipw2100
ieee80211_crypt 5060 1 ieee80211
yenta_socket 18432 1
pcmcia_core 55748 2 ds,yenta_socket
Code: Alles auswählen
usb 1-1: USB disconnect, address 11
usb 1-1.1: USB disconnect, address 12
usb 1-1.3: USB disconnect, address 13
drivers/usb/class/usblp.c: usblp0: removed
usb 1-2: USB disconnect, address 10
usb 4-1: new high speed USB device using address 2
usb 4-1.1: new low speed USB device using address 3
usb 4-1.3: new full speed USB device using address 4
drivers/usb/class/usblp.c: Disabling reads from problem bidirectional printer on usblp0
drivers/usb/class/usblp.c: usblp0: USB Unidirectional printer dev 4 if 0 alt 1 proto 2 vid 0x03F0 pid 0x0104
usb 1-2: new low speed USB device using address 14
drivers/usb/serial/usb-serial.c: USB Serial support registered for PL-2303
usbcore: registered new driver pl2303
drivers/usb/serial/pl2303.c: Prolific PL2303 USB to serial adaptor driver v0.10
usb 4-1: USB disconnect, address 2
usb 4-1.1: USB disconnect, address 3
usb 4-1.3: USB disconnect, address 4
drivers/usb/class/usblp.c: usblp0: removed
usb 4-1: new high speed USB device using address 5
usb 4-1.1: new low speed USB device using address 6
usb 4-1.3: new full speed USB device using address 7
drivers/usb/class/usblp.c: Disabling reads from problem bidirectional printer on usblp0
drivers/usb/class/usblp.c: usblp0: USB Unidirectional printer dev 7 if 0 alt 1 proto 2 vid 0x03F0 pid 0x0104
input: Monterey USB Keyboard on usb-0000:00:1d.7-1.1
usbcore: registered new driver usbkbd
drivers/usb/input/usbkbd.c: :USB HID Boot Protocol keyboard driver
XF86Conf
Code: Alles auswählen
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
# Option "CorePointer" "true"
Option "SendCoreEvents" "true"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
# Option "Protocol" "ImPS/2"
Option "Buttons" "7"
Option "ZAxisMapping" "6 7"
Option "Resolution" "100"
EndSection
hotplug ist installiert.
Gruß MightyTuX