I’m trying to use a keyboard and mouse with a cheap generic (?) 4-port usb 2.0 hub. Both the keyboard and the mouse work fine separately plugged directly to the RP board, but to be able to use them both at the same time I need the usb hub.
@pulpe@Joulinar both, mouse and keyboard, work fine connected to a laptop through the USB hub. If I recall correctly it worked fine with the latest official RPI OS but Chromium was too slow, perhaps because of having only 512mb of memory. I’m going to copy RPI OS again to the SD card to be sure it’s working fine with the PI.
Nothing shows up running dmesg -W | grep usb when I plug the USB hub on DietPI. Both, the mouse and keyboard, work fine plugged directly to the RPI board.
root@DietPi:~# lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
root@DietPi:~# dmesg -W | grep usb
[ 311.967690] usb 1-1: new low-speed USB device number 2 using dwc_otg
[ 312.181119] usb 1-1: New USB device found, idVendor=1c4f, idProduct=0034, bcdDevice= 1.10
[ 312.181176] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 312.181201] usb 1-1: Product: Usb Mouse
[ 312.181225] usb 1-1: Manufacturer: SIGMACHIP
[ 312.189319] input: SIGMACHIP Usb Mouse as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1:1.0/0003:1C4F:0034.0001/input/input1
[ 312.190467] hid-generic 0003:1C4F:0034.0001: input,hidraw0: USB HID v1.10 Mouse [SIGMACHIP Usb Mouse] on usb-3f980000.usb-1/input0
[ 321.803325] usb 1-1: USB disconnect, device number 2
[ 329.078545] usb 1-1: new low-speed USB device number 3 using dwc_otg
[ 329.292445] usb 1-1: New USB device found, idVendor=1c4f, idProduct=0002, bcdDevice= 1.10
[ 329.292501] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 329.292528] usb 1-1: Product: HCT Keyboard
[ 329.292549] usb 1-1: Manufacturer: SEM
[ 329.300900] input: SEM HCT Keyboard as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1:1.0/0003:1C4F:0002.0002/input/input2
[ 329.360474] hid-generic 0003:1C4F:0002.0002: input,hidraw0: USB HID v1.10 Keyboard [SEM HCT Keyboard] on usb-3f980000.usb-1/input0
[ 329.369637] input: SEM HCT Keyboard Consumer Control as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1:1.1/0003:1C4F:0002.0003/input/input3
[ 329.427361] input: SEM HCT Keyboard System Control as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1:1.1/0003:1C4F:0002.0003/input/input4
[ 329.428220] hid-generic 0003:1C4F:0002.0003: input,hidraw1: USB HID v1.10 Device [SEM HCT Keyboard] on usb-3f980000.usb-1/input1
[ 334.202471] usb 1-1: USB disconnect, device number 3