Tuesday, May 14, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 1176  / 1 Year ago, fri, may 26, 2023, 1:39:16

I had 13.04, upgraded to 13.10, and did a fresh install of 13.10, no luck. Any ideas?
Just tail -f'd my syslog and plugged in the mouse. here is what I got:



Oct 26 16:15:50 Orithyia kernel: [83369.618365] usb 1-1.5.2: new full-speed USB device number 6 using ehci-pci
Oct 26 16:15:50 Orithyia kernel: [83369.718913] usb 1-1.5.2: New USB device found, idVendor=04d9, idProduct=a081
Oct 26 16:15:50 Orithyia kernel: [83369.718919] usb 1-1.5.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Oct 26 16:15:50 Orithyia kernel: [83369.718921] usb 1-1.5.2: Product: USB Gaming Mouse
Oct 26 16:15:50 Orithyia kernel: [83369.718924] usb 1-1.5.2: Manufacturer: Holtek
Oct 26 16:15:50 Orithyia kernel: [83369.722486] input: Holtek USB Gaming Mouse as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5.2/1-1.5.2:1.0/input/input13
Oct 26 16:15:50 Orithyia kernel: [83369.722786] hid-generic 0003:04D9:A081.0004: input,hidraw3: USB HID v1.10 Keyboard [Holtek USB Gaming Mouse] on usb-0000:00:1a.0-1.5.2/input0
Oct 26 16:15:50 Orithyia kernel: [83369.729362] hid-generic 0003:04D9:A081.0005: usage index exceeded
Oct 26 16:15:50 Orithyia kernel: [83369.729366] hid-generic 0003:04D9:A081.0005: item 0 2 2 2 parsing failed
Oct 26 16:15:50 Orithyia kernel: [83369.729379] hid-generic: probe of 0003:04D9:A081.0005 failed with error -22
Oct 26 16:15:50 Orithyia kernel: [83369.731759] hid-generic 0003:04D9:A081.0006: hiddev0,hidraw4: USB HID v1.10 Device [Holtek USB Gaming Mouse] on usb-0000:00:1a.0-1.5.2/input2
Oct 26 16:15:50 Orithyia mtp-probe: checking bus 1, device 6: "/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5.2"
Oct 26 16:15:50 Orithyia mtp-probe: bus: 1, device: 6 was not an MTP device


So, I see it did see it is a mouse... but the cursor doesn't move when I move the mouse. Not sure where to debug from here.



EDIT:



$ xinput
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ Logitech USB Laser Mouse id=8 [slave pointer (2)]
⎣ Virtual core keyboard id=3 [master keyboard (2)]
↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
↳ Power Button id=6 [slave keyboard (3)]
↳ Power Button id=7 [slave keyboard (3)]
↳ daskeyboard id=9 [slave keyboard (3)]
↳ daskeyboard id=10 [slave keyboard (3)]
↳ Holtek USB Gaming Mouse id=11 [slave keyboard (3)]


kinda funny that a mouse is under the keyboard category. Probably related to whatever problem this is.


More From » usb

 Answers
6

1. Upgrading the Kernel to 3.11.7



The most probable reason seems to be that there's no driver for this particular piece of hardware due to it being a not-so-popular brand. Upgrading to a new Kernel (3.11) that comes with 13.10 Saucy may solve this.




  1. Run commands below one by one to download DEBs for Kernel 3.11.7 (use Ctrl+Alt+T to open the Terminal):



    For 32 bit systems:



    wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.11.7-saucy/linux-headers-3.11.7-031107-generic_3.11.7-031107.201311040853_i386.deb
    wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.11.7-saucy/linux-headers-3.11.7-031107_3.11.7-031107.201311040853_all.deb
    wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.11.7-saucy/linux-image-3.11.7-031107-generic_3.11.7-031107.201311040853_i386.deb


    For 64 bit systems:



    wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.11.7-saucy/linux-headers-3.11.7-031107-generic_3.11.7-031107.201311040853_amd64.deb
    wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.11.7-saucy/linux-headers-3.11.7-031107_3.11.7-031107.201311040853_all.deb
    wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.11.7-saucy/linux-image-3.11.7-031107-generic_3.11.7-031107.201311040853_amd64.deb

  2. Both 32 bit & 64 bit install them via:



    sudo dpkg -i linux-headers-3.11.7-*.deb linux-image-3.11.7-*.deb


    Once done, restart your computer.







2. Reporting a Bug



If upgrading the Kernel doesn't solve it, you better report a bug giving as many details of your problem as possible here.






3. Get a new Mouse



You should report the bug, but it may take some time before it's patched (or it may be fixed in a couple of days too). Although I hate to give this advice (for it's not fit for developers to talk such), but these day Mice are dirt-cheap; ones from likes of Microsoft & Logitech cost INR 300-350 (USD 4.8-5.6 today) here in India. Just get a simple Logitech one if you can.



P.S. I know Nascita is a pretty good Gaming mouse, but you don't need it for that purpose on Ubuntu.


[#28688] Friday, May 26, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
itutejagua

Total Points: 89
Total Questions: 124
Total Answers: 113

Location: British Indian Ocean Territory
Member since Sun, Feb 13, 2022
2 Years ago
;