Salve,

non riesco a far funzionare la rotella del mouse, con evidente dispiacere da parte mia.
Questo è quanto si evince da dmesg | grep USB
codice:
[    2.175515] usb usb8: Product: EHCI Host Controller
[    2.175518] usb usb8: Manufacturer: Linux 2.6.26-1-686 ehci_hcd
[    2.175521] usb usb8: SerialNumber: 0000:00:1d.7
[    2.435863] usb 3-1: new low speed USB device using uhci_hcd and address 2
[    2.619912] usb 3-1: configuration #1 chosen from 1 choice
[    2.640410] usb 3-1: New USB device found, idVendor=15ca, idProduct=00c3
[    2.640410] usb 3-1: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[    2.640410] usb 3-1: Product: USB Optical Mouse
[    2.899813] usbcore: registered new interface driver hiddev
[    2.940599] input,hidraw0: USB HID v1.10 Mouse [USB Optical Mouse] on usb-000
Questo è quanto è attualmente in /etc/X11/xorg.conf:
codice:
Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "IMPS/2"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection
Cosa fare? Potrebbe essere colpa del tipo di mouse (usb 2.0 - marca Techmade)?

Saluti