Skip to main content
Copy edited (e.g. ref. <https://en.wikipedia.org/wiki/GNU_GRUB>, <https://en.wikipedia.org/wiki/Arch_Linux>, <https://en.wiktionary.org/wiki/keyboard#Noun>, <https://en.wiktionary.org/wiki/backpack#Noun>, and <https://stackoverflow.design/brand/copywriting/naming/>). Added some context.
Source Link
Peter Mortensen
  • 12.2k
  • 23
  • 72
  • 90

USB is not showing in lsusb'lsusb', and the USB keyboard is not working in grub;GRUB; but the keyboard works in the BIOS

I have a DellDell laptop (Vostro Notebook 5590Vostro Notebook 5590) with ArchLinuxArch Linux installed on it. I didn't use it for around 20 days (I powered it on a few times just to update it via sudo pacman -Syu, but I never connected any USB device to it).

Upon rebooting, I saw the keyboard keys flash for a moment (it's a Roccat with colored lights), but it went back off in less than a second, as soon as entering GRUBGRUB.

So I checked lsusblsusb in a terminal, but upon plugging/unplugging the keyboard, nothing changeschanged in the output, which lookslooked like this:

However, if I reboot and go to the BIOS by hitting F12, then I do see the keybordkeyboard lighting up and working!

So I assume that all USB devices are fine, and that it's just my ArchLinuxArch Linux installation that for some reason is not sending power to the ports anymore.

  • I have ArchLinuxArch Linux in dual-boot with Windows 10; now, I haven't booted the latter for a very long time, so I might have become blind to it being listed by GRUB; however, one of the times I powered up ArchLinuxArch Linux in the last 20-ish "inactivity" days, I did realize Windows was not listed by GRUB; didn't spend any time on that, but now I wonder if maybe something has gone wrong with ArchLinuxArch Linux update in a way that caused Windows to disappear from GRUB's list and USBs to stop working.
  • I've just finished air travel, and during the flight the laptop was with another one in my bag. I don't think it received any physical shock, not from my spine when the backpack was on my shoulders, nor during the flight, in the overhead locker.
  • When I opened the lid, the laptop seemed to wake up from sleep, even if I'm sure I had turned it off before the flight. It wasn't hot, at all. Maybe it's possible the pressure between the content of my backbackbackpack and my back has pressed the monitor against the keyboard strong enough to actually press the power button, which is just another key in the numeric keypad.
  • This question on StackOverflowStack Overflow could be relevant; specifically, this answer seems to give a simple fix: add usbcore.autosuspend=-1 to GRUB_CMDLINE_LINUX_DEFAULT in /etc/default/grub, run update-grub, reboot; I've tried it (except that I have to run grub-mkconfig -o /boot/grub/grub.cfg instead of update-grub, as I don't have the latter wrapper on ArchLinuxArch Linux), but it didn't work.

USB not showing in lsusb, and USB keyboard not working in grub; but keyboard works in BIOS

I have a Dell laptop (Vostro Notebook 5590) with ArchLinux installed on it. I didn't use it for around 20 days (I powered it on a few times just to update it via sudo pacman -Syu, but never connected any USB device to it).

Upon rebooting I saw the keyboard keys flash for a moment (it's a Roccat with colored lights) but it went back off in less than a second, as soon as entering GRUB.

So I checked lsusb in a terminal, but upon plugging/unplugging the keyboard nothing changes in the output, which looks like this:

However, if I reboot and go to the BIOS by hitting F12, then I do see the keybord lighting up and working!

So I assume that all USB devices are fine, and that it's just my ArchLinux that for some reason is not sending power to the ports anymore.

  • I have ArchLinux in dual-boot with Windows 10; now, I haven't booted the latter for a very long time, so I might have become blind to it being listed by GRUB; however, one of the times I powered up ArchLinux in the last 20-ish "inactivity" days, I did realize Windows was not listed by GRUB; didn't spend any time on that, but now I wonder if maybe something has gone wrong with ArchLinux update in a way that caused Windows to disappear from GRUB's list and USBs to stop working.
  • I've just finished air travel, and during the flight the laptop was with another one in my bag. I don't think it received any physical shock, not from my spine when the backpack was on my shoulders, nor during the flight, in the overhead locker.
  • When I opened the lid, the laptop seemed to wake up from sleep, even if I'm sure I had turned it off before the flight. It wasn't hot, at all. Maybe it's possible the pressure between the content of my backback and my back has pressed the monitor against the keyboard strong enough to actually press the power button, which is just another key in the numeric keypad.
  • This question on StackOverflow could be relevant; specifically, this answer seems to give a simple fix: add usbcore.autosuspend=-1 to GRUB_CMDLINE_LINUX_DEFAULT in /etc/default/grub, run update-grub, reboot; I've tried it (except that I have to run grub-mkconfig -o /boot/grub/grub.cfg instead of update-grub, as I don't have the latter wrapper on ArchLinux), but it didn't work.

USB is not showing in 'lsusb', and the USB keyboard is not working in GRUB; but the keyboard works in the BIOS

I have a Dell laptop (Vostro Notebook 5590) with Arch Linux installed on it. I didn't use it for around 20 days (I powered it on a few times just to update it via sudo pacman -Syu, but I never connected any USB device to it).

Upon rebooting, I saw the keyboard keys flash for a moment (it's a Roccat with colored lights), but it went back off in less than a second, as soon as entering GRUB.

So I checked lsusb in a terminal, but upon plugging/unplugging the keyboard, nothing changed in the output, which looked like this:

However, if I reboot and go to the BIOS by hitting F12, then I do see the keyboard lighting up and working!

So I assume that all USB devices are fine, and that it's just my Arch Linux installation that for some reason is not sending power to the ports anymore.

  • I have Arch Linux in dual-boot with Windows 10; now, I haven't booted the latter for a very long time, so I might have become blind to it being listed by GRUB; however, one of the times I powered up Arch Linux in the last 20-ish "inactivity" days, I did realize Windows was not listed by GRUB; didn't spend any time on that, but now I wonder if maybe something has gone wrong with Arch Linux update in a way that caused Windows to disappear from GRUB's list and USBs to stop working.
  • I've just finished air travel, and during the flight the laptop was with another one in my bag. I don't think it received any physical shock, not from my spine when the backpack was on my shoulders, nor during the flight, in the overhead locker.
  • When I opened the lid, the laptop seemed to wake up from sleep, even if I'm sure I had turned it off before the flight. It wasn't hot, at all. Maybe it's possible the pressure between the content of my backpack and my back has pressed the monitor against the keyboard strong enough to actually press the power button, which is just another key in the numeric keypad.
  • This question on Stack Overflow could be relevant; specifically, this answer seems to give a simple fix: add usbcore.autosuspend=-1 to GRUB_CMDLINE_LINUX_DEFAULT in /etc/default/grub, run update-grub, reboot; I've tried it (except that I have to run grub-mkconfig -o /boot/grub/grub.cfg instead of update-grub, as I don't have the latter wrapper on Arch Linux), but it didn't work.
added 642 characters in body
Source Link
Enlico
  • 209
  • 5
  • 16

I have a Dell laptop (Vostro Notebook 5590) with ArchLinux installed on it. I didn't use it for around 20 days (I powered it on a few times just to update it via sudo pacman -Syu, but never connected any USB device to it).

Today, when I've connected it up to USB devices (keyboard, webcam, headset) and powered it on, I realized the external keyboard, that used to work, didn't work.

Upon rebooting I saw the keyboard keys flash for a moment (it's a Roccat with colored lights) but it went back off in less than a second, as soon as entering GRUB.

So I checked lsusb in a terminal, but upon plugging/unplugging the keyboard nothing changes in the output, which looks like this:

Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 0bda:565a Realtek Semiconductor Corp. Integrated_Webcam_HD
Bus 001 Device 003: ID 8087:0aaa Intel Corp. Bluetooth 9460/9560 Jefferson Peak (JfP)
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub

Furthermore, now I see, not even if I plug/unplug the webcam and the headphones I see any difference.

In short, no USB device seems to be detected.

However, if I reboot and go to the BIOS by hitting F12, then I do see the keybord lighting up and working!

So I assume that all USB devices are fine, and that it's just my ArchLinux that for some reason is not sending power to the ports anymore.


A couple of details that might be relevant:

  • I have ArchLinux in dual-boot with Windows 10; now, I haven't booted the latter for a very long time, so I might have become blind to it being listed by GRUB; however, one of the times I powered up ArchLinux in the last 20-ish "inactivity" days, I did realize Windows was not listed by GRUB; didn't spend any time on that, but now I wonder if maybe something has gone wrong with ArchLinux update in a way that caused Windows to disappear from GRUB's list and USBs to stop working.
  • I've just finished air travel, and during the flight the laptop was with another one in my bag. I don't think it received any physical shock, not from my spine when the backpack was on my shoulders, nor during the flight, in the overhead locker.
  • When I opened the lid, the laptop seemed to wake up from sleep, even if I'm sure I had turned it off before the flight. It wasn't hot, at all. Maybe it's possible the pressure between the content of my backback and my back has pressed the monitor against the keyboard strong enough to actually press the power button, which is just another key in the numeric keypad.
  • This question on StackOverflow could be relevant; specifically, this answer seems to give a simple fix: add usbcore.autosuspend=-1 to GRUB_CMDLINE_LINUX_DEFAULT in /etc/default/grub, run update-grub, reboot; I haven'tI've tried yetit (except that I have to run grub-mkconfig -o /boot/grub/grub.cfg instead of update-grub, as I don't have the latter wrapper on ArchLinux), but it didn't work.

I have a Dell laptop (Vostro Notebook 5590) with ArchLinux installed on it. I didn't use it for around 20 days (I powered it on a few times just to update it via sudo pacman -Syu, but never connected any USB device to it).

Today, when I've connected it up to USB devices (keyboard, webcam, headset) and powered it on, I realized the external keyboard, that used to work, didn't work.

Upon rebooting I saw the keyboard keys flash for a moment (it's a Roccat with colored lights) but it went back off in less than a second.

So I checked lsusb in a terminal, but upon plugging/unplugging the keyboard nothing changes in the output, which looks like this:

Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 0bda:565a Realtek Semiconductor Corp. Integrated_Webcam_HD
Bus 001 Device 003: ID 8087:0aaa Intel Corp. Bluetooth 9460/9560 Jefferson Peak (JfP)
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub

Furthermore, now I see, not even if I plug/unplug the webcam and the headphones I see any difference.

In short, no USB device seems to be detected.

However, if I reboot and go to the BIOS by hitting F12, then I do see the keybord lighting up and working!

So I assume that all USB devices are fine, and that it's just my ArchLinux that for some reason is not sending power to the ports anymore.


A couple of details that might be relevant:

  • I've just finished air travel, and during the flight the laptop was with another one in my bag. I don't think it received any physical shock, not from my spine when the backpack was on my shoulders, nor during the flight, in the overhead locker.
  • When I opened the lid, the laptop seemed to wake up from sleep, even if I'm sure I had turned it off before the flight. It wasn't hot, at all. Maybe it's possible the pressure between the content of my backback and my back has pressed the monitor against the keyboard strong enough to actually press the power button, which is just another key in the numeric keypad.
  • This question on StackOverflow could be relevant; specifically, this answer seems to give a simple fix: add usbcore.autosuspend=-1 to GRUB_CMDLINE_LINUX_DEFAULT in /etc/default/grub, run update-grub, reboot; I haven't tried yet.

I have a Dell laptop (Vostro Notebook 5590) with ArchLinux installed on it. I didn't use it for around 20 days (I powered it on a few times just to update it via sudo pacman -Syu, but never connected any USB device to it).

Today, when I've connected it up to USB devices (keyboard, webcam, headset) and powered it on, I realized the external keyboard, that used to work, didn't work.

Upon rebooting I saw the keyboard keys flash for a moment (it's a Roccat with colored lights) but it went back off in less than a second, as soon as entering GRUB.

So I checked lsusb in a terminal, but upon plugging/unplugging the keyboard nothing changes in the output, which looks like this:

Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 0bda:565a Realtek Semiconductor Corp. Integrated_Webcam_HD
Bus 001 Device 003: ID 8087:0aaa Intel Corp. Bluetooth 9460/9560 Jefferson Peak (JfP)
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub

Furthermore, now I see, not even if I plug/unplug the webcam and the headphones I see any difference.

In short, no USB device seems to be detected.

However, if I reboot and go to the BIOS by hitting F12, then I do see the keybord lighting up and working!

So I assume that all USB devices are fine, and that it's just my ArchLinux that for some reason is not sending power to the ports anymore.


A couple of details that might be relevant:

  • I have ArchLinux in dual-boot with Windows 10; now, I haven't booted the latter for a very long time, so I might have become blind to it being listed by GRUB; however, one of the times I powered up ArchLinux in the last 20-ish "inactivity" days, I did realize Windows was not listed by GRUB; didn't spend any time on that, but now I wonder if maybe something has gone wrong with ArchLinux update in a way that caused Windows to disappear from GRUB's list and USBs to stop working.
  • I've just finished air travel, and during the flight the laptop was with another one in my bag. I don't think it received any physical shock, not from my spine when the backpack was on my shoulders, nor during the flight, in the overhead locker.
  • When I opened the lid, the laptop seemed to wake up from sleep, even if I'm sure I had turned it off before the flight. It wasn't hot, at all. Maybe it's possible the pressure between the content of my backback and my back has pressed the monitor against the keyboard strong enough to actually press the power button, which is just another key in the numeric keypad.
  • This question on StackOverflow could be relevant; specifically, this answer seems to give a simple fix: add usbcore.autosuspend=-1 to GRUB_CMDLINE_LINUX_DEFAULT in /etc/default/grub, run update-grub, reboot; I've tried it (except that I have to run grub-mkconfig -o /boot/grub/grub.cfg instead of update-grub, as I don't have the latter wrapper on ArchLinux), but it didn't work.
added 386 characters in body
Source Link
Enlico
  • 209
  • 5
  • 16

I have a Dell laptop (Vostro Notebook 5590) with ArchLinux installed on it. I didn't use it for around 20 days (I powered it on a few times just to update it via sudo pacman -Syu, but never connected any USB device to it).

Today, when I've connected it up to USB devices (keyboard, webcam, headset) and powered it on, I realized the external keyboard, that used to work, didn't work.

Upon rebooting I saw the keyboard keys flash for a moment (it's a Roccat with colored lights) but it went back off in less than a second.

So I checked lsusb in a terminal, but upon plugging/unplugging the keyboard nothing changes in the output, which looks like this:

Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 0bda:565a Realtek Semiconductor Corp. Integrated_Webcam_HD
Bus 001 Device 003: ID 8087:0aaa Intel Corp. Bluetooth 9460/9560 Jefferson Peak (JfP)
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub

Furthermore, now I see, not even if I plug/unplug the webcam and the headphones I see any difference.

In short, no USB device seems to be detected.

However, if I reboot and go to the BIOS by hitting F12, then I do see the keybord lighting up and working!

So I assume that all USB devices are fine, and that it's just my ArchLinux that for some reason is not sending power to the ports anymore.


A couple of details that might be relevant:

  • I've just finished air travel, and during the flight the laptop was with another one in my bag. I don't think it received any physical shock, not from my spine when the backpack was on my shoulders, nor during the flight, in the overhead locker.
  • When I opened the lid, the laptop seemed to wake up from sleep, even if I'm sure I had turned it off before the flight. It wasn't hot, at all. Maybe it's possible the pressure between the content of my backback and my back has pressed the monitor against the keyboard strong enough to actually press the power button, which is just another key in the numeric keypad.
  • This question on StackOverflow could be relevant; specifically, this answer seems to give a simple fix: add usbcore.autosuspend=-1 to GRUB_CMDLINE_LINUX_DEFAULT in /etc/default/grub, run update-grub, reboot; I haven't tried yet.

I have a Dell laptop (Vostro Notebook 5590) with ArchLinux installed on it. I didn't use it for around 20 days (I powered it on a few times just to update it via sudo pacman -Syu, but never connected any USB device to it).

Today, when I've connected it up to USB devices (keyboard, webcam, headset) and powered it on, I realized the external keyboard, that used to work, didn't work.

Upon rebooting I saw the keyboard keys flash for a moment (it's a Roccat with colored lights) but it went back off in less than a second.

So I checked lsusb in a terminal, but upon plugging/unplugging the keyboard nothing changes in the output, which looks like this:

Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 0bda:565a Realtek Semiconductor Corp. Integrated_Webcam_HD
Bus 001 Device 003: ID 8087:0aaa Intel Corp. Bluetooth 9460/9560 Jefferson Peak (JfP)
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub

Furthermore, now I see, not even if I plug/unplug the webcam and the headphones I see any difference.

In short, no USB device seems to be detected.

However, if I reboot and go to the BIOS by hitting F12, then I do see the keybord lighting up and working!

So I assume that all USB devices are fine, and that it's just my ArchLinux that for some reason is not sending power to the ports anymore.


A couple of details that might be relevant:

  • I've just finished air travel, and during the flight the laptop was with another one in my bag. I don't think it received any physical shock, not from my spine when the backpack was on my shoulders, nor during the flight, in the overhead locker.
  • When I opened the lid, the laptop seemed to wake up from sleep, even if I'm sure I had turned it off before the flight. It wasn't hot, at all. Maybe it's possible the pressure between the content of my backback and my back has pressed the monitor against the keyboard strong enough to actually press the power button, which is just another key in the numeric keypad.

I have a Dell laptop (Vostro Notebook 5590) with ArchLinux installed on it. I didn't use it for around 20 days (I powered it on a few times just to update it via sudo pacman -Syu, but never connected any USB device to it).

Today, when I've connected it up to USB devices (keyboard, webcam, headset) and powered it on, I realized the external keyboard, that used to work, didn't work.

Upon rebooting I saw the keyboard keys flash for a moment (it's a Roccat with colored lights) but it went back off in less than a second.

So I checked lsusb in a terminal, but upon plugging/unplugging the keyboard nothing changes in the output, which looks like this:

Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 0bda:565a Realtek Semiconductor Corp. Integrated_Webcam_HD
Bus 001 Device 003: ID 8087:0aaa Intel Corp. Bluetooth 9460/9560 Jefferson Peak (JfP)
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub

Furthermore, now I see, not even if I plug/unplug the webcam and the headphones I see any difference.

In short, no USB device seems to be detected.

However, if I reboot and go to the BIOS by hitting F12, then I do see the keybord lighting up and working!

So I assume that all USB devices are fine, and that it's just my ArchLinux that for some reason is not sending power to the ports anymore.


A couple of details that might be relevant:

  • I've just finished air travel, and during the flight the laptop was with another one in my bag. I don't think it received any physical shock, not from my spine when the backpack was on my shoulders, nor during the flight, in the overhead locker.
  • When I opened the lid, the laptop seemed to wake up from sleep, even if I'm sure I had turned it off before the flight. It wasn't hot, at all. Maybe it's possible the pressure between the content of my backback and my back has pressed the monitor against the keyboard strong enough to actually press the power button, which is just another key in the numeric keypad.
  • This question on StackOverflow could be relevant; specifically, this answer seems to give a simple fix: add usbcore.autosuspend=-1 to GRUB_CMDLINE_LINUX_DEFAULT in /etc/default/grub, run update-grub, reboot; I haven't tried yet.
Copy edits.
Source Link
Giacomo1968
  • 56.1k
  • 23
  • 167
  • 214
Loading
added 336 characters in body
Source Link
Enlico
  • 209
  • 5
  • 16
Loading
Source Link
Enlico
  • 209
  • 5
  • 16
Loading