December 26, 20214 yr Hi, I'm running Unraid 6.9.2, and my /var/log/syslog file keeps filling up with the following error, which repeats indefinitely. Dec 26 11:37:40 Primary kernel: usb 3-6.3: new full-speed USB device number 107 using xhci_hcd Dec 26 11:37:40 Primary kernel: Bluetooth: hci0: Reading Intel version information failed (-22) Dec 26 11:37:40 Primary kernel: Bluetooth: hci0: Intel Read version failed (-22) Dec 26 11:37:40 Primary kernel: Bluetooth: hci0: Intel reset sent to retry FW download Dec 26 11:37:40 Primary kernel: usb 3-6.3: USB disconnect, device number 107 Any ideas on how to fix this issue, or what additional logging you'd need to see? Thanks in advance, and Merry Christmas! Edited December 26, 20214 yr by ShoddyWorm
December 26, 20214 yr Community Expert Are you actually using Bluetooth on your Unraid system? If not then I believe disabling any Bluetooth drivers is a solution.
December 26, 20214 yr Community Expert Solution try this to disable in Unraid if not able in bios. mkdir /boot/config/modprobe.d/ echo -e 'blacklist btusb\nblacklist bluetooth' > /boot/config/modprobe.d/bluetooth.conf and reboot.
December 26, 20214 yr Author Thanks both @itimpi for your quick reply. I added the modpobe config file and it worked great as mentioned so thanks @SimonF!
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.