nachdem ich jetzt 1.5 Stunden gebraucht habe, ist es eine Niederschrift wert: Es geht um die Medion Maus 9470 und die Konfiguration derselben unter Linux.

lsusb sagt:

  idVendor           0x05fe Chic Technology Corp.
  idProduct          0x0011 
  bcdDevice            0.10
  iManufacturer           1 Cypress Sem
  iProduct                2 PS2/USB Browser Combo Mouse

Anschluss

In eine USB Buchse stecken

Linux Kernel 2.4 Module

mit diesen läufts, nicht klar, ob alle nötig sind

hid                    17664   0  (unused)
mousedev                3808   1 
usbmouse                1792   0 (unused)
input                   3328   0 [mousedev hid usbmouse]
usb-uhci               21028   0 (unused)
usbcore                48192   1 [hid usbmouse usb-uhci]

-- FrankHartmann

Ich habe einen Nvidia nForce chipsatz und daher

mousedev                3904   1
usbmouse                1792   0 (unused)
input                   3424   0 [mousedev usbmouse]
usb-ohci               17952   0 (unused)
usbcore                49696   0 [usbmouse usb-ohci]

d.h. ich habe einen anderen usb-host. Das hid-Modul braucht man AFAIK nur fuer USB-Tastaturen.

Dann habe ich noch in /etc/modules:

usb-ohci
usbmouse
mousedev
-- MatthiasWientapper - 31 Aug 2002

character device:

mkdir /dev/input

mknod /dev/input/mice c 13 63

XF86Config?-4 (Xfree86 4.1)

Section "InputDevice"
    Identifier   "Mouse1"
    Driver   "mouse"
    Option "Protocol"    "ExplorerPS/2"
    Option "Device"      "/dev/input/mice"
    Option         "Buttons" "7"
    Option         "ZAxisMapping" "4 5"
EndSection

-- FrankHartmann - 28 Aug 2002

Emacs 21

Ich habe eine logitech optical wheel mouse via usb.

Emacs 21 einfach via

Options -> Customize Emacs -> Browse Customization Groups-> Environment -> Mouse -> Mouse Wheel Mode

toggeln. Nach speichern der Option findet man in seinem .emacs eine neue Zeile in der custom-set-variable-section:

(custom-set-variables
[...]
'(mouse-wheel-mode t nil (mwheel))
[...] 
)

Das ist alles.

-- MatthiasWientapper - 31 Aug 2002

 
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding mattzz? Send feedback