[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Meine neue Bluetooth-Maus ist zickig



Hallo,

ich beschäftige mich seit einer Zeit mit der Konfiguration meiner neuen 
Bluetooth-Maus und bin mit den Ergebnissen noch nicht zufrieden.

Was bisher geschah:

Konfiguration /etc/bluetooth/rfcom.conf

rfcomm0 {
        # Automatically bind the device at startup
        bind yes;

        # Bluetooth address of the device
        device 00:02:76:05:5e:f6;

        # RFCOMM channel for the connection
        channel 1;

        # Description of the connection
        comment "Kensington Si670m Bluetooth Wireless Notebook Mouse";
}

Schalte ich die Maus nun ein und warte einen kleinen Augenblick, sagt 
mir /var/log/syslog:

Sep 22 16:57:01 tuxor hidd[3048]: New HID device 00:02:76:05:5E:F6 
(Broadcom Corp.   (3) Button Mouse)
Sep 22 16:57:01 tuxor kernel: input: Bluetooth HID Boot Protocol Device 
as /class/input/input4

Die Maus funktioniert sofort, bis auf das Rad.

Darauf hin habe ich die Datei /etc/X11/xorg.conf um folgende Zeilen 
erweitert:

Section "InputDevice"
        Identifier      "Kensington"
        Driver          "evdev"
        Option          "Device" "/dev/input/event4"
        Option          "SendCoreEvents" "true"
        Option          "Name" "Kensington Si670m Bluetooth Wireless 
Mouse"
        Option          "Resolution" "800"
EndSection

Nach dieser Änderung wird /var/log/Xorg.0.log sehr gesprächig, wenn die 
Maus beim nächsten Start erkannt wird:

(II) evdev brain: Rescanning devices (2).
(II) evdev brain: Rescanning devices (3).
(**) Option "SendCoreEvents" "true"
(**) Kensington-: always reports core events
(II) Kensington-: Found 3 relative axes.
(II) Kensington-: Configuring as pointer.
(**) Kensington-: WHEELRelativeAxisButtons: 4 5.
(II) Kensington-: Found 5 mouse buttons
(II) Kensington-: Configured 7 mouse buttons
(II) XINPUT: Adding extended input device "Kensington-" (type: MOUSE)
(**) Kensington-: 3 valuators.
(**) ../../src/evdev_btn.c (81): Registering 7 buttons.
(II) Kensington-: Init
(II) Kensington-: On

Trotzdem funktioniert das Mausrad nicht.Als Distribution verwende ich 
Debian Etch. Habt ihr Ideen, woran es noch liegen könnte?

-- 
Frank Zündorff


Reply to: