Ubuntu 18.04 on a Lenovo Ideapad - Can't get it to recognize USB Keyboard
I have a Das Keyboard that was just gifted to me recently, and I'd like to use it on my Lenovo laptop. When I first plugged it in, it worked. Then I had to restart a couple days ago, and I haven't been able to get it to work ever since. It won't even show up when I do lsusb, so when I do dmesg, it shows me this (truncated):
[ 123.174691] usb 1-3: new full-speed USB device number 14 using xhci_hcd
[ 123.302592] usb 1-3: device descriptor read/64, error -71
[ 123.538221] usb 1-3: device descriptor read/64, error -71
[ 123.773988] usb 1-3: new full-speed USB device number 15 using xhci_hcd
[ 123.902039] usb 1-3: device descriptor read/64, error -71
[ 124.138200] usb 1-3: device descriptor read/64, error -71
[ 124.246144] usb usb1-port3: attempt power cycle
[ 124.897060] usb 1-3: new full-speed USB device number 16 using xhci_hcd
[ 124.897265] usb 1-3: Device not responding to setup address.
[ 125.105047] usb 1-3: Device not responding to setup address.
[ 125.312629] usb 1-3: device not accepting address 16, error -71
[ 125.440659] usb 1-3: new full-speed USB device number 17 using xhci_hcd
[ 125.440872] usb 1-3: Device not responding to setup address.
[ 125.649011] usb 1-3: Device not responding to setup address.
[ 125.856604] usb 1-3: device not accepting address 17, error -71
[ 125.856738] usb usb1-port3: unable to enumerate USB device
I've done the obvious, which is shutting down, unplugging everything and letting it sit (even over night.) I changed the autosuspend (used "autosuspend" instead of "autosuspend_delay_ms" because the former took when I rebuilt the boot file.) I can't remember what else. Nothing has worked so far, unless I'm just doing it incorrectly.
I'm asking two questions: a.) is there something different I could do that would work in Ubuntu 18, and b.) what specifically does "error -71" mean?
Thank you.
usb keyboard 18.04 lenovo
add a comment |
I have a Das Keyboard that was just gifted to me recently, and I'd like to use it on my Lenovo laptop. When I first plugged it in, it worked. Then I had to restart a couple days ago, and I haven't been able to get it to work ever since. It won't even show up when I do lsusb, so when I do dmesg, it shows me this (truncated):
[ 123.174691] usb 1-3: new full-speed USB device number 14 using xhci_hcd
[ 123.302592] usb 1-3: device descriptor read/64, error -71
[ 123.538221] usb 1-3: device descriptor read/64, error -71
[ 123.773988] usb 1-3: new full-speed USB device number 15 using xhci_hcd
[ 123.902039] usb 1-3: device descriptor read/64, error -71
[ 124.138200] usb 1-3: device descriptor read/64, error -71
[ 124.246144] usb usb1-port3: attempt power cycle
[ 124.897060] usb 1-3: new full-speed USB device number 16 using xhci_hcd
[ 124.897265] usb 1-3: Device not responding to setup address.
[ 125.105047] usb 1-3: Device not responding to setup address.
[ 125.312629] usb 1-3: device not accepting address 16, error -71
[ 125.440659] usb 1-3: new full-speed USB device number 17 using xhci_hcd
[ 125.440872] usb 1-3: Device not responding to setup address.
[ 125.649011] usb 1-3: Device not responding to setup address.
[ 125.856604] usb 1-3: device not accepting address 17, error -71
[ 125.856738] usb usb1-port3: unable to enumerate USB device
I've done the obvious, which is shutting down, unplugging everything and letting it sit (even over night.) I changed the autosuspend (used "autosuspend" instead of "autosuspend_delay_ms" because the former took when I rebuilt the boot file.) I can't remember what else. Nothing has worked so far, unless I'm just doing it incorrectly.
I'm asking two questions: a.) is there something different I could do that would work in Ubuntu 18, and b.) what specifically does "error -71" mean?
Thank you.
usb keyboard 18.04 lenovo
add a comment |
I have a Das Keyboard that was just gifted to me recently, and I'd like to use it on my Lenovo laptop. When I first plugged it in, it worked. Then I had to restart a couple days ago, and I haven't been able to get it to work ever since. It won't even show up when I do lsusb, so when I do dmesg, it shows me this (truncated):
[ 123.174691] usb 1-3: new full-speed USB device number 14 using xhci_hcd
[ 123.302592] usb 1-3: device descriptor read/64, error -71
[ 123.538221] usb 1-3: device descriptor read/64, error -71
[ 123.773988] usb 1-3: new full-speed USB device number 15 using xhci_hcd
[ 123.902039] usb 1-3: device descriptor read/64, error -71
[ 124.138200] usb 1-3: device descriptor read/64, error -71
[ 124.246144] usb usb1-port3: attempt power cycle
[ 124.897060] usb 1-3: new full-speed USB device number 16 using xhci_hcd
[ 124.897265] usb 1-3: Device not responding to setup address.
[ 125.105047] usb 1-3: Device not responding to setup address.
[ 125.312629] usb 1-3: device not accepting address 16, error -71
[ 125.440659] usb 1-3: new full-speed USB device number 17 using xhci_hcd
[ 125.440872] usb 1-3: Device not responding to setup address.
[ 125.649011] usb 1-3: Device not responding to setup address.
[ 125.856604] usb 1-3: device not accepting address 17, error -71
[ 125.856738] usb usb1-port3: unable to enumerate USB device
I've done the obvious, which is shutting down, unplugging everything and letting it sit (even over night.) I changed the autosuspend (used "autosuspend" instead of "autosuspend_delay_ms" because the former took when I rebuilt the boot file.) I can't remember what else. Nothing has worked so far, unless I'm just doing it incorrectly.
I'm asking two questions: a.) is there something different I could do that would work in Ubuntu 18, and b.) what specifically does "error -71" mean?
Thank you.
usb keyboard 18.04 lenovo
I have a Das Keyboard that was just gifted to me recently, and I'd like to use it on my Lenovo laptop. When I first plugged it in, it worked. Then I had to restart a couple days ago, and I haven't been able to get it to work ever since. It won't even show up when I do lsusb, so when I do dmesg, it shows me this (truncated):
[ 123.174691] usb 1-3: new full-speed USB device number 14 using xhci_hcd
[ 123.302592] usb 1-3: device descriptor read/64, error -71
[ 123.538221] usb 1-3: device descriptor read/64, error -71
[ 123.773988] usb 1-3: new full-speed USB device number 15 using xhci_hcd
[ 123.902039] usb 1-3: device descriptor read/64, error -71
[ 124.138200] usb 1-3: device descriptor read/64, error -71
[ 124.246144] usb usb1-port3: attempt power cycle
[ 124.897060] usb 1-3: new full-speed USB device number 16 using xhci_hcd
[ 124.897265] usb 1-3: Device not responding to setup address.
[ 125.105047] usb 1-3: Device not responding to setup address.
[ 125.312629] usb 1-3: device not accepting address 16, error -71
[ 125.440659] usb 1-3: new full-speed USB device number 17 using xhci_hcd
[ 125.440872] usb 1-3: Device not responding to setup address.
[ 125.649011] usb 1-3: Device not responding to setup address.
[ 125.856604] usb 1-3: device not accepting address 17, error -71
[ 125.856738] usb usb1-port3: unable to enumerate USB device
I've done the obvious, which is shutting down, unplugging everything and letting it sit (even over night.) I changed the autosuspend (used "autosuspend" instead of "autosuspend_delay_ms" because the former took when I rebuilt the boot file.) I can't remember what else. Nothing has worked so far, unless I'm just doing it incorrectly.
I'm asking two questions: a.) is there something different I could do that would work in Ubuntu 18, and b.) what specifically does "error -71" mean?
Thank you.
usb keyboard 18.04 lenovo
usb keyboard 18.04 lenovo
asked Jul 19 '18 at 16:58
rvorrvor
62
62
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
I have found some info referring to an error with newer Gigabyte Motherboards.
Have a look in: https://unix.stackexchange.com/questions/72625/why-is-usb-not-working-in-linux-when-it-works-in-uefi-bios
EDIT:
Basically you may need to enable the option IOMMU Controller in your BIOS, also XHCI and EHCI if it's available.
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%2f1057648%2fubuntu-18-04-on-a-lenovo-ideapad-cant-get-it-to-recognize-usb-keyboard%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I have found some info referring to an error with newer Gigabyte Motherboards.
Have a look in: https://unix.stackexchange.com/questions/72625/why-is-usb-not-working-in-linux-when-it-works-in-uefi-bios
EDIT:
Basically you may need to enable the option IOMMU Controller in your BIOS, also XHCI and EHCI if it's available.
add a comment |
I have found some info referring to an error with newer Gigabyte Motherboards.
Have a look in: https://unix.stackexchange.com/questions/72625/why-is-usb-not-working-in-linux-when-it-works-in-uefi-bios
EDIT:
Basically you may need to enable the option IOMMU Controller in your BIOS, also XHCI and EHCI if it's available.
add a comment |
I have found some info referring to an error with newer Gigabyte Motherboards.
Have a look in: https://unix.stackexchange.com/questions/72625/why-is-usb-not-working-in-linux-when-it-works-in-uefi-bios
EDIT:
Basically you may need to enable the option IOMMU Controller in your BIOS, also XHCI and EHCI if it's available.
I have found some info referring to an error with newer Gigabyte Motherboards.
Have a look in: https://unix.stackexchange.com/questions/72625/why-is-usb-not-working-in-linux-when-it-works-in-uefi-bios
EDIT:
Basically you may need to enable the option IOMMU Controller in your BIOS, also XHCI and EHCI if it's available.
edited Feb 6 at 10:28
answered Feb 6 at 9:10
Xacobe Cimadevila MorenoXacobe Cimadevila Moreno
1914
1914
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%2f1057648%2fubuntu-18-04-on-a-lenovo-ideapad-cant-get-it-to-recognize-usb-keyboard%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