You are not logged in.

#1 2021-08-23 14:15:55

n8jadams
Member
Registered: 2021-08-23
Posts: 49

[SOLVED] USB mouse and keyboard not immediately registering in X11

Hello,

I have a Jellycomb wireless USB mouse and keyboard combo running on a triple boot machine (hackintosh, windows 10, arch). The mouse and keyboard works perfectly on the MacOS, the bootloader EFI (Clover), Windows, and even in the Arch tty, but some of the times when I load up a session in X11 (`startx`) it takes about 50 seconds to a minute for the mouse and keyboard inputs to be registered.

I'm not exactly sure what to look for in these logs, but here they are:

sudo dmesg
Xorg.0.log

Also in the tty, if I just sit there and wait, I see the following get logged:

brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43602-pcie for chip BCM43602/1
brcmfmac: brcmf_c_process_clm_blob: no clm_blob available (err=-2), device may have limited channels available
brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM43602/1 w10: Nov 10 2015 06:38:10 version 7.35.177.61 (r598657) FWID 01-ea662a8c
Bluetooth: hci0: comman 0x0c03 tx timeout
Bluetooth: hci0: BCM: Reset failed (-110)
ieee80211 phy0: brcmf_escan_timeout: timer expired
usb 1-7: Failed to suspend device, error -110

(May be slightly wrong, I am transcribing a picture of my screen that I took)

Can y'all help me out? Having to wait to use the keyboard and mouse sort of defeats the purpose of a machine that boots up rocket-ship fast. smile

Last edited by n8jadams (2021-08-28 19:06:40)

Offline

#2 2021-08-23 14:34:37

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,310

Re: [SOLVED] USB mouse and keyboard not immediately registering in X11

Those failed to suspend device errors read weird, try disabling USB autosuspend: https://wiki.archlinux.org/title/Power_ … utosuspend

Offline

#3 2021-08-23 14:56:53

n8jadams
Member
Registered: 2021-08-23
Posts: 49

Re: [SOLVED] USB mouse and keyboard not immediately registering in X11

I actually tried booting with usbcore.autosuspend=-1 and unfortunately it didn’t fix the problem.

I’ve always had issues with Bluetooth on this particular machine and I wonder if the fact that the keyboard works with a usb connection as well as a Bluetooth one is causing interference with itself... or something...

EDIT: My suspicions were correct. I ran a `lsusb` command, went in and found my motherboard bluetooth device ID, and then added this with the right id to /etc/udev/rules.d/81-bluetooth-hci.rules

SUBSYSTEM=="usb", ATTRS{idVendor}=="05ac", ATTRS{idProduct}=="8290", ATTR{authorized}="0"

Last edited by n8jadams (2021-08-28 19:06:13)

Offline

Board footer

Powered by FluxBB