Installed Kali on a Raspberry 4 B today.
This is the last setup problem I have now, and I can't seem to figure it out.

When I boot both the keyboard and mouse are unresponsive. Unplugging and plugging it back in fixes the issue. My guess would be that there is somewhere I can tell this f'ing thing to do this without having to manually plug it out.

root@kali:/etc# lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 007: ID 0846:9053 NetGear, Inc.
Bus 001 Device 008: ID 045e:0745 Microsoft Corp. Nano Transceiver v1.0 for Bluetooth
Bus 001 Device 002: ID 2109:3431 VIA Labs, Inc. Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 008: ID 045e:0745 - There has to be a way to configure how this bus is recognized and loaded when booting, right? I'm learning as I go along here, but it's a computer. It doesn't do stuff just for fun or by itself.

I ran dmesg | grep 045E as well, to see if I could figure something out.. This is how it looks like right before running dmesg. So this is after I have fixed it by unplugging and plugging back in:

[ 105.040117] usb 1-1.2: Product: Microsoft? 2.4GHz Transceiver v8.0
[ 105.040133] usb 1-1.2: Manufacturer: Microsoft
[ 105.056631] input: Microsoft Microsoft? 2.4GHz Transceiver v8.0 as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.2/1-1.2:1.0/0003:045E:0745.0001/input/input0
[ 105.115321] hid-generic 0003:045E:0745.0001: input,hidraw0: USB HID v1.11 Keyboard [Microsoft Microsoft? 2.4GHz Transceiver v8.0] on usb-0000:01:00.0-1.2/input0
My logic tells me that usb 1-1.2 is where the keyboard and mouse is recognized AFTER replugging it? But before I do that, during boot, I get these error codes:

[ 16.686547] usb 1-1.2: device descriptor read/64, error -110
[ 32.302535] usb 1-1.2: device descriptor read/64, error -110
[ 47.918528] usb 1-1.2: device descriptor read/64, error -110
[ 63.534542] usb 1-1.2: device descriptor read/64, error -110
[ 69.342133] usb 1-1.2: device descriptor read/8, error -110
[ 71.004276] usb 1-1.2: device descriptor read/8, error -32
I don't even know if my troubleshooting is correct, but it's fun to at least try to figure it out.
Earlier this evening I have been trying to get "setxkbmap" to become permanent. After a while I figured out that this resets when i unplug the usb dongle for the keyboard and mouse. I wasted quite some time editing ~/.profile and rebooting to figure that out.

Can someone please give me a pointer here?