Skip to main content
Formatting
Source Link
Worthwelle
  • 4.7k
  • 11
  • 22
  • 32

My PC is HP 8300 SFF. First of all, I'd like to say that any other USB device that I connect to my PC is working. I have a mouse that worked flawlessly for 3 years (Zowie Mico) and today it is not working on both Ubuntu 18.04(kernel version 4.15.0-38-generic) and Windows 10(latest updates). This mouse is plug'n'play and doesn't require any special drivers. I have 10 USB ports on my PC and it doesn't work with any of them, however with one of them it is partially recognized by LINUX, here'sLinux.

Here's output of dmesg on Ubuntu [ 128.621730] usb 3-3: new full-speed USB device number 6 using xhci_hcd [ 128.772521] usb 3-3: New USB device found, idVendor=1af3, idProduct=0001 [ 128.772525] usb 3-3: New USB device strings: Mfenter code herer=1, Product=2, SerialNumber=0 [ 128.772527] usb 3-3: Product: ZOWIE Gaming mouse [ 128.772530] usb 3-3: Manufacturer: Kingsis Peripherals [ 128.775268] usbhid 3-3:1.0: can't add hid device: -71 [ 128.775298] usbhid: probe of 3-3:1.0 failed with error -71dmesg . Ion Ubuntu:

[  128.621730] usb 3-3: new full-speed USB device number 6 using xhci_hcd
[  128.772521] usb 3-3: New USB device found, idVendor=1af3, idProduct=0001
[  128.772525] usb 3-3: New USB device strings: Mfenter code herer=1, Product=2, SerialNumber=0
[  128.772527] usb 3-3: Product: ZOWIE Gaming mouse
[  128.772530] usb 3-3: Manufacturer: Kingsis Peripherals
[  128.775268] usbhid 3-3:1.0: can't add hid device: -71
[  128.775298] usbhid: probe of 3-3:1.0 failed with error -71

I tried executing    sudo modprobe -r usbhid; sudo modprobe usbhid and it worked once, however doesn't work anymore... I tried plugging in my mouse to other PCs and it works without any problems. Could anyone explain what is the problem?

My PC is HP 8300 SFF. First of all, I'd like to say that any other USB device that I connect to my PC is working. I have a mouse that worked flawlessly for 3 years (Zowie Mico) and today it is not working on both Ubuntu 18.04(kernel version 4.15.0-38-generic) and Windows 10(latest updates). This mouse is plug'n'play and doesn't require any special drivers. I have 10 USB ports on my PC and it doesn't work with any of them, however with one of them it is partially recognized by LINUX, here's output of dmesg on Ubuntu [ 128.621730] usb 3-3: new full-speed USB device number 6 using xhci_hcd [ 128.772521] usb 3-3: New USB device found, idVendor=1af3, idProduct=0001 [ 128.772525] usb 3-3: New USB device strings: Mfenter code herer=1, Product=2, SerialNumber=0 [ 128.772527] usb 3-3: Product: ZOWIE Gaming mouse [ 128.772530] usb 3-3: Manufacturer: Kingsis Peripherals [ 128.775268] usbhid 3-3:1.0: can't add hid device: -71 [ 128.775298] usbhid: probe of 3-3:1.0 failed with error -71 . I tried executing   sudo modprobe -r usbhid; sudo modprobe usbhid and it worked once, however doesn't work anymore... I tried plugging in my mouse to other PCs and it works without any problems. Could anyone explain what is the problem?

My PC is HP 8300 SFF. First of all, I'd like to say that any other USB device that I connect to my PC is working. I have a mouse that worked flawlessly for 3 years (Zowie Mico) and today it is not working on both Ubuntu 18.04(kernel version 4.15.0-38-generic) and Windows 10(latest updates). This mouse is plug'n'play and doesn't require any special drivers. I have 10 USB ports on my PC and it doesn't work with any of them, however with one of them it is partially recognized by Linux.

Here's output of dmesg on Ubuntu:

[  128.621730] usb 3-3: new full-speed USB device number 6 using xhci_hcd
[  128.772521] usb 3-3: New USB device found, idVendor=1af3, idProduct=0001
[  128.772525] usb 3-3: New USB device strings: Mfenter code herer=1, Product=2, SerialNumber=0
[  128.772527] usb 3-3: Product: ZOWIE Gaming mouse
[  128.772530] usb 3-3: Manufacturer: Kingsis Peripherals
[  128.775268] usbhid 3-3:1.0: can't add hid device: -71
[  128.775298] usbhid: probe of 3-3:1.0 failed with error -71

I tried executing  sudo modprobe -r usbhid; sudo modprobe usbhid and it worked once, however doesn't work anymore. I tried plugging in my mouse to other PCs and it works without any problems. Could anyone explain what is the problem?

Source Link

Mouse doesn't work on my PC but works on other

My PC is HP 8300 SFF. First of all, I'd like to say that any other USB device that I connect to my PC is working. I have a mouse that worked flawlessly for 3 years (Zowie Mico) and today it is not working on both Ubuntu 18.04(kernel version 4.15.0-38-generic) and Windows 10(latest updates). This mouse is plug'n'play and doesn't require any special drivers. I have 10 USB ports on my PC and it doesn't work with any of them, however with one of them it is partially recognized by LINUX, here's output of dmesg on Ubuntu [ 128.621730] usb 3-3: new full-speed USB device number 6 using xhci_hcd [ 128.772521] usb 3-3: New USB device found, idVendor=1af3, idProduct=0001 [ 128.772525] usb 3-3: New USB device strings: Mfenter code herer=1, Product=2, SerialNumber=0 [ 128.772527] usb 3-3: Product: ZOWIE Gaming mouse [ 128.772530] usb 3-3: Manufacturer: Kingsis Peripherals [ 128.775268] usbhid 3-3:1.0: can't add hid device: -71 [ 128.775298] usbhid: probe of 3-3:1.0 failed with error -71 . I tried executing sudo modprobe -r usbhid; sudo modprobe usbhid and it worked once, however doesn't work anymore... I tried plugging in my mouse to other PCs and it works without any problems. Could anyone explain what is the problem?