Kirjoittaja Aihe: Ubuntu 9.10 USB hiirikursori jämähtää  (Luettu 1209 kertaa)

jukor

  • Käyttäjä
  • Viestejä: 3
    • Profiili
Ubuntu 9.10 USB hiirikursori jämähtää
« : 16.01.10 - klo:10.46 »
Käytössä on Ubuntu 9.10 ja USB hiiri IBM M018B. Hiirikursori lakkaa toimimasta satunnaisesti eikä tilanteesta toivuta nyppäämällä hiiri irti ja laittamalla takaisin. Hiiri toimii moitteettomasti Windows ympäristössä.

Goolailun perusteella ongelmaan ovat törmänneet muutkin, mutta en löytänyt varsinaista korjausta ongelmaan. Workaroundina tarjottiin tällaista (en ole vielä kokeillut - koitan seuraavan jumituksen yhteydessä pureeko toi, mutta oletettavasti auttaa):

sudo modprobe -r usbhid ; sudo modprobe usbhid

mutta tämä ei ole se mitä haetaan vaan USB hiiren on toimittava luotettavasti, ilman tarvetta reloadailla usbhid ajuria

lsmod | grep usb

usbhid                 38208  0
usb_storage            52576  0

dmesg | grep 'input'

[    0.464259] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    0.464313] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
[    0.823937] input: Macintosh mouse button emulation as /devices/virtual/input/input2
[    0.970848] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[    2.494924] input: HID 04b3:3103 as /devices/pci0000:00/0000:00:02.0/usb2/2-3/2-3:1.0/input/input4
[    2.495000] generic-usb 0003:04B3:3103.0001: input,hidraw0: USB HID v1.00 Mouse [HID 04b3:3103] on usb-0000:00:02.0-3/input0
[  276.054601] input: HID 04b3:3103 as /devices/pci0000:00/0000:00:02.0/usb2/2-3/2-3:1.0/input/input5
[  276.054687] generic-usb 0003:04B3:3103.0002: input,hidraw0: USB HID v1.00 Mouse [HID 04b3:3103] on usb-0000:00:02.0-3/input0
[  308.317481] input: HID 04b3:3103 as /devices/pci0000:00/0000:00:02.0/usb2/2-3/2-3:1.0/input/input6
[  308.317569] generic-usb 0003:04B3:3103.0003: input,hidraw0: USB HID v1.00 Mouse [HID 04b3:3103] on usb-0000:00:02.0-3/input0

onko tiedossa oikeaa korjausta tähän ongelmaan? Miten tuon usbhidin logit saa -> saisiko niistä irti mikä ongelman aiheuttaa?


jukor

  • Käyttäjä
  • Viestejä: 3
    • Profiili
Vs: Ubuntu 9.10 USB hiirikursori jämähtää
« Vastaus #1 : 16.01.10 - klo:16.00 »
eipä auttanut toi vinkki eli komento sudo modprobe -r usbhid hirttää myös.


jukor

  • Käyttäjä
  • Viestejä: 3
    • Profiili
Vs: Ubuntu 9.10 USB hiirikursori jämähtää
« Vastaus #2 : 16.01.10 - klo:18.54 »
tässä vielä lisää dumppeja

lsusb

Bus 001 Device 004: ID 07c4:0601 Datafab Systems, Inc.
Bus 001 Device 003: ID 05e3:0608 Genesys Logic, Inc. USB-2.0 4-Port HUB
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 002: ID 04b3:3103 IBM Corp. ScrollPoint Pro Mouse
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

lsusb -v

Bus 002 Device 002: ID 04b3:3103 IBM Corp. ScrollPoint Pro Mouse
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               1.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0
  bDeviceProtocol         0
  bMaxPacketSize0         8
  idVendor           0x04b3 IBM Corp.
  idProduct          0x3103 ScrollPoint Pro Mouse
  bcdDevice            4.41
  iManufacturer           0
  iProduct                0
  iSerial                 0
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           34
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0
    bmAttributes         0xa0
      (Bus Powered)
      Remote Wakeup
    MaxPower              100mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         3 Human Interface Device
      bInterfaceSubClass      1 Boot Interface Subclass
      bInterfaceProtocol      2 Mouse
      iInterface              0
      ** UNRECOGNIZED:  09 21 00 01 00 01 22 36 00
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0005  1x 5 bytes
        bInterval              10