Hello guys,

I have installed Linux Kali. I could manage to install well WiFi and Bluetooth thanks to forums. I have only an issue left with Bluetooth, and I'm not so expert to fix it. My wireless keyboard and mouse work well, the system recognize them well, but when I restart and I get the login section where to write the username, the system doesn't see my wireless keyboard and mouse, at the top right, the Bluetooth symbol appears and disappears quickly countless times, like in a loop, and I cannot login into my OS unless I connect a keyboard and mouse with cable, then once in the system I can repeat the Bluetooth connection process with the wireless devices and they work. How can I overcome this issue? Is there any way that my system connects by default to these specific keyboard and mouse through the Bluetooth from the beginning? I don't want to pair them at every login, it's annoying.

Here are some information about my system:

root@leon:~# uname -a
Linux leon 4.19.0-kali5-amd64 #1 SMP Debian 4.19.37-2kali1 (2019-05-15) x86_64 GNU/Linux
root@leon:~# dmesg |grep -i Bluetooth
[ 4.200479] usb 1-8.3: Product: Bluetooth USB Host Controller
[ 4.251167] Bluetooth: Core ver 2.22
[ 4.251179] Bluetooth: HCI device and connection manager initialized
[ 4.251181] Bluetooth: HCI socket layer initialized
[ 4.251182] Bluetooth: L2CAP socket layer initialized
[ 4.251186] Bluetooth: SCO socket layer initialized
[ 4.323629] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 4.323630] Bluetooth: BNEP filters: protocol multicast
[ 4.323633] Bluetooth: BNEP socket layer initialized
[ 4.363596] Bluetooth: hci0: BCM: chip id 73 build 1125
[ 4.364595] Bluetooth: hci0: BCM: product 05ac:828d
[ 4.365595] Bluetooth: hci0: BCM: features 0x07
[ 4.381600] Bluetooth: hci0: L?on?s iMac
[ 6.681855] Bluetooth: RFCOMM TTY layer initialized
[ 6.681862] Bluetooth: RFCOMM socket layer initialized
[ 6.681865] Bluetooth: RFCOMM ver 1.11
root@leon:~# lsusb | grep Bluetooth
Bus 001 Device 005: ID 0a5c:4500 Broadcom Corp. BCM2046B1 USB 2.0 Hub (part of BCM2046 Bluetooth)
root@leon:~# lsmod | grep bluetooth
bluetooth 647168 41 btrtl,btintel,btbcm,bnep,btusb,rfcomm
ecdh_generic 24576 2 bluetooth
rfkill 28672 7 bluetooth,cfg80211
crc16 16384 2 bluetooth,ext4


Thanks everybody!