Created
December 31, 2024 10:58
-
-
Save crpb/f773061a31ce39b8e78e5e78d809be10 to your computer and use it in GitHub Desktop.
TOPRE 104UB / 87U / XF111T0 / REALFORCE - NOT WORKING OUTSIDE OF BIOS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
################################################################################ | |
# TOPRE 104UB / 87U / XF111T0 / REALFORCE BREAKS DOWN AFTER BIOS | |
# And when replugging the keyboard it only lights up shortly and the log shows | |
# something like this: | |
# | |
# Dec 31 11:26:31 kernel: usb 1-8: unable to read config index 0 descriptor/start: -32 | |
# Dec 31 11:26:31 kernel: usb 1-8: can't read configurations, error -32 | |
# Dec 31 11:26:31 kernel: usb 1-8: unable to read config index 0 descriptor/start: -32 | |
# Dec 31 11:26:31 kernel: usb 1-8: can't read configurations, error -32 | |
# Dec 31 11:26:31 kernel: usb 1-8: unable to read config index 0 descriptor/start: -32 | |
# Dec 31 11:26:31 kernel: usb 1-8: can't read configurations, error -32 | |
# Dec 31 11:26:32 kernel: usb 1-8: unable to read config index 0 descriptor/start: -32 | |
# Dec 31 11:26:32 kernel: usb 1-8: can't read configurations, error -32 | |
# Dec 31 11:26:32 kernel: usb usb1-port8: unable to enumerate USB device | |
# | |
# Ref | |
# https://bbs.archlinux.org/viewtopic.php?pid=1880837#p1880837 | |
# https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1678477 | |
# https://github.com/torvalds/linux/blob/ccb98ccef0e543c2bd4ef1a72270461957f3d8d0/Documentation/admin-guide/kernel-parameters.txt#L7209-L7270 | |
# | |
# GRUB: | |
GRUB_CMDLINE_LINUX_DEFAULT="quiet usbcore.quirks=0853:0132:gki,0853:011B:gki" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment