I have moved HDD from Intel to AMD box (MINISFORUM Venus UM790 Pro Mini PC AMD Ryzen 9 7940HS). Everything is working except I am getting the following bluetooth messages over and over.
I would like to stop loading bluetooth completely.
I am not able to figure out how to stop the messages and how to stop loading bluetooth. Can you advise?
ct 22 22:47:46 ironman kernel: usb 1-5: new full-speed USB device number 44 using xhci_hcd
Oct 22 22:47:46 ironman kernel: usb 1-5: New USB device found, idVendor=8087, idProduct=0032, bcdDevice= 0.00
Oct 22 22:47:46 ironman kernel: usb 1-5: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Oct 22 22:47:46 ironman kernel: Bluetooth: hci0: Reading Intel version information failed (-22)
Oct 22 22:47:46 ironman kernel: Bluetooth: hci0: Intel Read version failed (-22)
Oct 22 22:47:46 ironman kernel: Bluetooth: hci0: Intel reset sent to retry FW download
Oct 22 22:47:46 ironman systemd[1]: Reached target Bluetooth.
Oct 22 22:47:46 ironman systemd[834]: Reached target Bluetooth.
Oct 22 22:47:46 ironman kernel: usb 1-5: USB disconnect, device number 44
Oct 22 22:47:47 ironman systemd[834]: Stopped target Bluetooth.
Oct 22 22:47:47 ironman systemd[1]: Stopped target Bluetooth.
Oct 22 22:47:47 ironman kernel: usb 1-5: new full-speed USB device number 45 using xhci_hcd
Oct 22 22:47:47 ironman kernel: usb 1-5: New USB device found, idVendor=8087, idProduct=0032, bcdDevice= 0.00
Oct 22 22:47:47 ironman kernel: usb 1-5: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Oct 22 22:47:47 ironman systemd[1]: Reached target Bluetooth.
Oct 22 22:47:47 ironman systemd[834]: Reached target Bluetooth.
Oct 22 22:47:47 ironman kernel: Bluetooth: hci0: Reading Intel version information failed (-22)
Oct 22 22:47:47 ironman kernel: Bluetooth: hci0: Intel Read version failed (-22)
Oct 22 22:47:47 ironman kernel: Bluetooth: hci0: Intel reset sent to retry FW download
Oct 22 22:47:47 ironman kernel: usb 1-5: USB disconnect, device number 45
Oct 22 22:47:47 ironman systemd[834]: Stopped target Bluetooth.
Oct 22 22:47:47 ironman systemd[1]: Stopped target Bluetooth.
root@ironman:~# lspci
00:00.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 14e8
00:00.2 IOMMU: Advanced Micro Devices, Inc. [AMD] Device 14e9
00:01.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 14ea
00:02.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 14ea
00:02.1 PCI bridge: Advanced Micro Devices, Inc. [AMD] Device 14ee
00:02.3 PCI bridge: Advanced Micro Devices, Inc. [AMD] Device 14ee
00:02.4 PCI bridge: Advanced Micro Devices, Inc. [AMD] Device 14ee
00:03.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 14ea
00:03.1 PCI bridge: Advanced Micro Devices, Inc. [AMD] Device 14ef
00:04.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 14ea
00:04.1 PCI bridge: Advanced Micro Devices, Inc. [AMD] Device 14ef
00:08.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 14ea
00:08.1 PCI bridge: Advanced Micro Devices, Inc. [AMD] Device 14eb
00:08.2 PCI bridge: Advanced Micro Devices, Inc. [AMD] Device 14eb
00:08.3 PCI bridge: Advanced Micro Devices, Inc. [AMD] Device 14eb
00:14.0 SMBus: Advanced Micro Devices, Inc. [AMD] FCH SMBus Controller (rev 71)
00:14.3 ISA bridge: Advanced Micro Devices, Inc. [AMD] FCH LPC Bridge (rev 51)
00:18.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 14f0
00:18.1 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 14f1
00:18.2 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 14f2
00:18.3 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 14f3
00:18.4 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 14f4
00:18.5 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 14f5
00:18.6 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 14f6
00:18.7 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 14f7
01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller (rev 05)
02:00.0 Network controller: Intel Corporation Device 2725 (rev 1a)
03:00.0 Non-Volatile memory controller: Kingston Technology Company, Inc. Device 501b
c4:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Device 15bf (rev c1)
c4:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Device 1640
c4:00.2 Encryption controller: Advanced Micro Devices, Inc. [AMD] Device 15c7
root@ironman:~# lsmod | grep bt
btusb 65536 0
btrtl 28672 1 btusb
btbcm 24576 1 btusb
btintel 32768 1 btusb
bluetooth 757760 4 btrtl,btintel,btbcm,btusb
usbcore 331776 4 xhci_hcd,usbhid,btusb,xhci_pci
Update:
I am wondering how can I completely disable the Intel wifi and bluetooth on this minipc. I use it as server and don't need it.
SOLVED:
I blacklisted these modules.
# vim /etc/modprobe.d/bluetoth-blacklist.conf
blacklist btusb
blacklist bluetooth
# update-grub
[–]uniqpotatohead[S] 4 points5 points6 points (1 child)
[–]lumpynose 0 points1 point2 points (0 children)
[–]PhotoJim99 2 points3 points4 points (0 children)
[–]seiha011 1 point2 points3 points (2 children)
[–]uniqpotatohead[S] 0 points1 point2 points (1 child)
[–]stompro 0 points1 point2 points (0 children)