USB mouse connected to HUB does not work after startup

Issues related to hardware problems
Post Reply
User avatar
jarkky
Posts: 5
Joined: 2019/09/29 18:26:31

USB mouse connected to HUB does not work after startup

Post by jarkky » 2024/04/09 11:16:39

Without USB hub connected:

Code: Select all

$ lsusb
Bus 002 Device 002: ID 03f0:e940 HP, Inc 
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 004: ID 06cb:00c9 Synaptics, Inc. 
Bus 001 Device 005: ID 8087:0aaa Intel Corp. Bluetooth 9460/9560 Jefferson Peak (JfP)
Bus 001 Device 002: ID 03f0:0024 HP, Inc KU-0316 Keyboard
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
USB hub connected next, with mouse already connected to the USB hub:

Code: Select all

$ lsusb
Bus 002 Device 002: ID 03f0:e940 HP, Inc 
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 004: ID 06cb:00c9 Synaptics, Inc. 
Bus 001 Device 025: ID 2148:7022  
Bus 001 Device 005: ID 8087:0aaa Intel Corp. Bluetooth 9460/9560 Jefferson Peak (JfP)
Bus 001 Device 002: ID 03f0:0024 HP, Inc KU-0316 Keyboard
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
USB hub connected, mouse detached and then attached again:

Code: Select all

$ lsusb
Bus 002 Device 002: ID 03f0:e940 HP, Inc 
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 004: ID 06cb:00c9 Synaptics, Inc. 
Bus 001 Device 027: ID 1c4f:0034 SiGma Micro XM102K Optical Wheel Mouse
Bus 001 Device 026: ID 048d:1234 Integrated Technology Express, Inc. Mass storage
Bus 001 Device 025: ID 2148:7022  
Bus 001 Device 005: ID 8087:0aaa Intel Corp. Bluetooth 9460/9560 Jefferson Peak (JfP)
Bus 001 Device 002: ID 03f0:0024 HP, Inc KU-0316 Keyboard
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
The mouse seems get recognized only after detaching and attaching it again to the USB hub.
In other linux distributions (like MXlinux23.2) the mouse did't require detachment and reattachement from the USB hub.
The USB hub model is "MAXTILL / DMHUB40C".

User avatar
jarkky
Posts: 5
Joined: 2019/09/29 18:26:31

Re: USB mouse connected to HUB does not work after startup

Post by jarkky » 2024/04/09 15:31:37

After Centos9 installation the problem seem disappeared.

Post Reply