Kernel Install Issue: New USB Device Found, Product: USB Optical Mouse Repeating
First time poster here.
I am updating to Linux kernel version 4.6.3 and used Lilo to install it.
I am running Ubuntu version 16.04lts.
When I went to select the new kernel everything started out fine, but it is currently doing something a little weird. It keeps printing out the following:
[ XXXX, YYYYYY] usb 3-14: newlow-speed USB device number ZZ using xhci_hcd
[ XXXX, YYYYYY] usb 3-14: new device found, idVendor 04ca, idProduct=0061
[ XXXX, YYYYYY] usb 3-14: new device strings: Mfr=1, Product=2, SerialNumber=0
[ XXXX, YYYYYY] usb 3-14: Product: USB Optical Mouse
[ XXXX, YYYYYY] usb 3-14: Manufacturer: PixArt
[ XXXX, YYYYYY] usb 3-14: USB disconnect, device number ZZ
where ZZ has been slowly increasing from 1-38 (currently it's at 38 anyway, who knows where it will stop.) and XXXX, YYYYYY are different for each ZZ.
This isn't normal, right?
What should I do?
Thanks for your time and feedback.
kernel
add a comment |
First time poster here.
I am updating to Linux kernel version 4.6.3 and used Lilo to install it.
I am running Ubuntu version 16.04lts.
When I went to select the new kernel everything started out fine, but it is currently doing something a little weird. It keeps printing out the following:
[ XXXX, YYYYYY] usb 3-14: newlow-speed USB device number ZZ using xhci_hcd
[ XXXX, YYYYYY] usb 3-14: new device found, idVendor 04ca, idProduct=0061
[ XXXX, YYYYYY] usb 3-14: new device strings: Mfr=1, Product=2, SerialNumber=0
[ XXXX, YYYYYY] usb 3-14: Product: USB Optical Mouse
[ XXXX, YYYYYY] usb 3-14: Manufacturer: PixArt
[ XXXX, YYYYYY] usb 3-14: USB disconnect, device number ZZ
where ZZ has been slowly increasing from 1-38 (currently it's at 38 anyway, who knows where it will stop.) and XXXX, YYYYYY are different for each ZZ.
This isn't normal, right?
What should I do?
Thanks for your time and feedback.
kernel
I found a very similar thing in my syslog :/
– Intrus
Jun 28 '16 at 15:02
add a comment |
First time poster here.
I am updating to Linux kernel version 4.6.3 and used Lilo to install it.
I am running Ubuntu version 16.04lts.
When I went to select the new kernel everything started out fine, but it is currently doing something a little weird. It keeps printing out the following:
[ XXXX, YYYYYY] usb 3-14: newlow-speed USB device number ZZ using xhci_hcd
[ XXXX, YYYYYY] usb 3-14: new device found, idVendor 04ca, idProduct=0061
[ XXXX, YYYYYY] usb 3-14: new device strings: Mfr=1, Product=2, SerialNumber=0
[ XXXX, YYYYYY] usb 3-14: Product: USB Optical Mouse
[ XXXX, YYYYYY] usb 3-14: Manufacturer: PixArt
[ XXXX, YYYYYY] usb 3-14: USB disconnect, device number ZZ
where ZZ has been slowly increasing from 1-38 (currently it's at 38 anyway, who knows where it will stop.) and XXXX, YYYYYY are different for each ZZ.
This isn't normal, right?
What should I do?
Thanks for your time and feedback.
kernel
First time poster here.
I am updating to Linux kernel version 4.6.3 and used Lilo to install it.
I am running Ubuntu version 16.04lts.
When I went to select the new kernel everything started out fine, but it is currently doing something a little weird. It keeps printing out the following:
[ XXXX, YYYYYY] usb 3-14: newlow-speed USB device number ZZ using xhci_hcd
[ XXXX, YYYYYY] usb 3-14: new device found, idVendor 04ca, idProduct=0061
[ XXXX, YYYYYY] usb 3-14: new device strings: Mfr=1, Product=2, SerialNumber=0
[ XXXX, YYYYYY] usb 3-14: Product: USB Optical Mouse
[ XXXX, YYYYYY] usb 3-14: Manufacturer: PixArt
[ XXXX, YYYYYY] usb 3-14: USB disconnect, device number ZZ
where ZZ has been slowly increasing from 1-38 (currently it's at 38 anyway, who knows where it will stop.) and XXXX, YYYYYY are different for each ZZ.
This isn't normal, right?
What should I do?
Thanks for your time and feedback.
kernel
kernel
edited Jun 28 '16 at 14:50
Android Dev
11.1k63462
11.1k63462
asked Jun 28 '16 at 14:45
BFranksBFranks
254
254
I found a very similar thing in my syslog :/
– Intrus
Jun 28 '16 at 15:02
add a comment |
I found a very similar thing in my syslog :/
– Intrus
Jun 28 '16 at 15:02
I found a very similar thing in my syslog :/
– Intrus
Jun 28 '16 at 15:02
I found a very similar thing in my syslog :/
– Intrus
Jun 28 '16 at 15:02
add a comment |
2 Answers
2
active
oldest
votes
If this does not happen with the official kernel (currently 4.4.0-28), you have your answer.
Mainline kernels are not 100% compatible with Ubuntu, they are not recommended and they should not be installed unless there are certain hardware issues the official kernel does not support.
Additionally, mainline kernels lack the image-extra
package which contains drivers released by Canonical.
add a comment |
Your Lite-On PixArt OEM mouse is still unknown in the Linux kernel usbhid
quirks in kernel v5.0-rc5. PixArt USB Optical Mouse ICs have a HW bug. Their buffer overflows, firmware crashes, and they reconnect if they are not always polled. So they require HID_QUIRK_ALWAYS_POLL
(0x00000400
) or the gpm
service to be enabled to function properly.
Basics: https://github.com/sriemer/fix-linux-mouse
If you could test kernel boot parameter usbhid.quirks=0x04ca:0x0061:0x00000400
, then I could prepare the patch for the upstream Linux kernel. TIA
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f792335%2fkernel-install-issue-new-usb-device-found-product-usb-optical-mouse-repeating%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
If this does not happen with the official kernel (currently 4.4.0-28), you have your answer.
Mainline kernels are not 100% compatible with Ubuntu, they are not recommended and they should not be installed unless there are certain hardware issues the official kernel does not support.
Additionally, mainline kernels lack the image-extra
package which contains drivers released by Canonical.
add a comment |
If this does not happen with the official kernel (currently 4.4.0-28), you have your answer.
Mainline kernels are not 100% compatible with Ubuntu, they are not recommended and they should not be installed unless there are certain hardware issues the official kernel does not support.
Additionally, mainline kernels lack the image-extra
package which contains drivers released by Canonical.
add a comment |
If this does not happen with the official kernel (currently 4.4.0-28), you have your answer.
Mainline kernels are not 100% compatible with Ubuntu, they are not recommended and they should not be installed unless there are certain hardware issues the official kernel does not support.
Additionally, mainline kernels lack the image-extra
package which contains drivers released by Canonical.
If this does not happen with the official kernel (currently 4.4.0-28), you have your answer.
Mainline kernels are not 100% compatible with Ubuntu, they are not recommended and they should not be installed unless there are certain hardware issues the official kernel does not support.
Additionally, mainline kernels lack the image-extra
package which contains drivers released by Canonical.
answered Jun 28 '16 at 15:20
StormlordStormlord
3,88921028
3,88921028
add a comment |
add a comment |
Your Lite-On PixArt OEM mouse is still unknown in the Linux kernel usbhid
quirks in kernel v5.0-rc5. PixArt USB Optical Mouse ICs have a HW bug. Their buffer overflows, firmware crashes, and they reconnect if they are not always polled. So they require HID_QUIRK_ALWAYS_POLL
(0x00000400
) or the gpm
service to be enabled to function properly.
Basics: https://github.com/sriemer/fix-linux-mouse
If you could test kernel boot parameter usbhid.quirks=0x04ca:0x0061:0x00000400
, then I could prepare the patch for the upstream Linux kernel. TIA
add a comment |
Your Lite-On PixArt OEM mouse is still unknown in the Linux kernel usbhid
quirks in kernel v5.0-rc5. PixArt USB Optical Mouse ICs have a HW bug. Their buffer overflows, firmware crashes, and they reconnect if they are not always polled. So they require HID_QUIRK_ALWAYS_POLL
(0x00000400
) or the gpm
service to be enabled to function properly.
Basics: https://github.com/sriemer/fix-linux-mouse
If you could test kernel boot parameter usbhid.quirks=0x04ca:0x0061:0x00000400
, then I could prepare the patch for the upstream Linux kernel. TIA
add a comment |
Your Lite-On PixArt OEM mouse is still unknown in the Linux kernel usbhid
quirks in kernel v5.0-rc5. PixArt USB Optical Mouse ICs have a HW bug. Their buffer overflows, firmware crashes, and they reconnect if they are not always polled. So they require HID_QUIRK_ALWAYS_POLL
(0x00000400
) or the gpm
service to be enabled to function properly.
Basics: https://github.com/sriemer/fix-linux-mouse
If you could test kernel boot parameter usbhid.quirks=0x04ca:0x0061:0x00000400
, then I could prepare the patch for the upstream Linux kernel. TIA
Your Lite-On PixArt OEM mouse is still unknown in the Linux kernel usbhid
quirks in kernel v5.0-rc5. PixArt USB Optical Mouse ICs have a HW bug. Their buffer overflows, firmware crashes, and they reconnect if they are not always polled. So they require HID_QUIRK_ALWAYS_POLL
(0x00000400
) or the gpm
service to be enabled to function properly.
Basics: https://github.com/sriemer/fix-linux-mouse
If you could test kernel boot parameter usbhid.quirks=0x04ca:0x0061:0x00000400
, then I could prepare the patch for the upstream Linux kernel. TIA
answered Feb 5 at 16:10
Sebastian ParschauerSebastian Parschauer
314
314
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f792335%2fkernel-install-issue-new-usb-device-found-product-usb-optical-mouse-repeating%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
I found a very similar thing in my syslog :/
– Intrus
Jun 28 '16 at 15:02