I don't have real usage for bluetooth, so the last time I used it was to test one of the previous bluetooth updates.
Now, no joy, I include some info from that system
- Code: Select all
lspcidrake
unknown : Advanced Micro Devices, Inc. [AMD]|Family 16h Processor Function 5 [BRIDGE_HOST]
i2c_piix4 : Advanced Micro Devices, Inc. [AMD]|FCH SMBus Controller [SERIAL_SMBUS] (rev: 3a)
unknown : Advanced Micro Devices, Inc. [AMD]|Family 16h Processor Function 0 [BRIDGE_HOST]
r8169 : Realtek Semiconductor Co., Ltd.|RTL810xE PCI Express Fast Ethernet controller [NETWORK_ETHERNET] (rev: 07)
unknown : Advanced Micro Devices, Inc. [AMD]|FCH SATA Controller [AHCI mode] [STORAGE_SATA]
snd_hda_intel : Advanced Micro Devices, Inc. [AMD]|FCH Azalia Controller [MULTIMEDIA_AUDIO_DEV] (rev: 02)
unknown : Advanced Micro Devices, Inc. [AMD]|Family 16h Processor Function 0 [BRIDGE_HOST]
unknown : Advanced Micro Devices, Inc. [AMD]|Family 16h Processor Functions 5:1 [BRIDGE_PCI]
snd_hda_intel : Advanced Micro Devices, Inc. [AMD/ATI]|Kabini HDMI/DP Audio [MULTIMEDIA_AUDIO_DEV]
unknown : Advanced Micro Devices, Inc. [AMD]|Family 16h Processor Function 2 [BRIDGE_HOST]
unknown : Advanced Micro Devices, Inc. [AMD]|FCH USB OHCI Controller [SERIAL_USB] (rev: 39)
fam15h_power : Advanced Micro Devices, Inc. [AMD]|Family 16h Processor Function 4 [BRIDGE_HOST]
unknown : Advanced Micro Devices, Inc. [AMD]|Family 16h Processor Root Complex [BRIDGE_HOST]
unknown : Advanced Micro Devices, Inc. [AMD]|FCH USB EHCI Controller [SERIAL_USB] (rev: 39)
unknown : Advanced Micro Devices, Inc. [AMD]|Family 16h Processor Functions 5:1 [BRIDGE_PCI]
unknown : Advanced Micro Devices, Inc. [AMD]|FCH LPC Bridge [BRIDGE_ISA] (rev: 11)
unknown : Advanced Micro Devices, Inc. [AMD]|FCH USB OHCI Controller [SERIAL_USB] (rev: 39)
unknown : Advanced Micro Devices, Inc. [AMD]|Family 16h Processor Functions 5:1 [BRIDGE_PCI]
Card:AMD Southern Islands and later (amdgpu): Advanced Micro Devices, Inc. [AMD/ATI]|Kabini [Radeon HD 8210] [DISPLAY_VGA]
rtsx_pci : Realtek Semiconductor Co., Ltd.|RTS5229 PCI Express Card Reader (rev: 01)
unknown : Advanced Micro Devices, Inc. [AMD]|Family 16h Processor Function 1 [BRIDGE_HOST]
xhci_pci : Advanced Micro Devices, Inc. [AMD]|FCH USB XHCI Controller [SERIAL_USB] (rev: 01)
unknown : Advanced Micro Devices, Inc. [AMD]|FCH USB EHCI Controller [SERIAL_USB] (rev: 39)
unknown : Advanced Micro Devices, Inc. [AMD]|Family 16h Processor Functions 5:1 [BRIDGE_PCI]
sdhci_pci : Advanced Micro Devices, Inc. [AMD]|FCH SD Flash Controller (rev: 01)
k10temp : Advanced Micro Devices, Inc. [AMD]|Family 16h Processor Function 3 [BRIDGE_HOST]
ath9k : Qualcomm Atheros|QCA9565 / AR9565 Wireless Network Adapter [NETWORK_OTHER] (rev: 01)
hub : Linux 6.6.92-server-1.mga9 ohci_hcd|OHCI PCI host controller [Hub|Unused|Full speed (or root) hub]
btusb : Qualcomm Atheros Communications|Unknown [Wireless|Radio Frequency|Bluetooth]
hub : Linux 6.6.92-server-1.mga9 ohci_hcd|OHCI PCI host controller [Hub|Unused|Full speed (or root) hub]
hub : Linux 6.6.92-server-1.mga9 ehci_hcd|EHCI Host Controller [Hub|Unused|Full speed (or root) hub]
hub : Linux 6.6.92-server-1.mga9 ehci_hcd|EHCI Host Controller [Hub|Unused|Full speed (or root) hub]
uvcvideo : Chicony Electronics Co., Ltd.|HP Truevision HD [Video|Video Control]
hub : Linux 6.6.92-server-1.mga9 xhci-hcd|xHCI Host Controller [Hub|Unused|Full speed (or root) hub]
usbhid : Logitech|USB Laser Mouse [Human Interface Device|Boot Interface Subclass|Mouse]
hub : Linux 6.6.92-server-1.mga9 xhci-hcd|xHCI Host Controller [Hub|Unused|Full speed (or root) hub]
and from rf kill
ID TYPE DEVICE SOFT HARD
0 wlan phy0 unblocked unblocked
and from
- Code: Select all
lsmod | grep blue
bluetooth 1032192 13 btrtl,btmtk,btintel,btbcm,bnep,ath3k,btusb
ecdh_generic 16384 1 bluetooth
rfkill 40960 10 hp_wmi,ath9k,bluetooth,cfg80211
and its status
- Code: Select all
● bluetooth.service - Bluetooth service
Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; preset: enabled)
Active: active (running) since Thu 2025-06-05 14:50:42 CEST; 5min ago
Docs: man:bluetoothd(8)
Main PID: 1961 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 8806)
Memory: 2.4M
CPU: 246ms
CGroup: /system.slice/bluetooth.service
└─1961 /usr/libexec/bluetooth/bluetoothd
Jun 05 14:50:41 mach3.hviaene.thuis systemd[1]: Starting bluetooth.service...
Jun 05 14:50:42 mach3.hviaene.thuis bluetoothd[1961]: Bluetooth daemon 5.82
Jun 05 14:50:42 mach3.hviaene.thuis systemd[1]: Started bluetooth.service.
Jun 05 14:50:42 mach3.hviaene.thuis bluetoothd[1961]: Starting SDP server
Jun 05 14:50:42 mach3.hviaene.thuis bluetoothd[1961]: Bluetooth management interface 1.22 initialized
I am lost here.