I've been at this for two days and I'm going around in circles.
inxi -E
Bluetooth:
Message: No bluetooth data found.
But dmesg finds Bluetooth after I run modproble btusb
dmesg | grep -i bluetooth
[ 222.734241] Bluetooth: Core ver 2.22
[ 222.734281] NET: Registered PF_BLUETOOTH protocol family
[ 222.734282] Bluetooth: HCI device and connection manager initialized
[ 222.734287] Bluetooth: HCI socket layer initialized
[ 222.734290] Bluetooth: L2CAP socket layer initialized
[ 222.734295] Bluetooth: SCO socket layer initialized
[ 259.298178] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 259.298183] Bluetooth: BNEP filters: protocol multicast
[ 259.298187] Bluetooth: BNEP socket layer initialized
lsmod | grep -i bluetooth
bluetooth 970752 14 btrtl,btmtk,btintel,btbcm,bnep,btusb
ecdh_generic 16384 1 bluetooth
rfkill 36864 7 rt2x00lib,asus_wmi,bluetooth,cfg80211
crc16 16384 2 bluetooth,ext4
But lsusb finds nothing
Service is started
systemctl status bluetooth
β bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; preset: enabled)
Active: active (running) since Sun 2025-04-06 23:42:59 EDT; 12s ago
Docs: man:bluetoothd(8)
Main PID: 2920 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 9286)
Memory: 808.0K
CPU: 34ms
CGroup: /system.slice/bluetooth.service
ββ2920 /usr/libexec/bluetooth/bluetoothd
Apr 06 23:42:59 hostname systemd[1]: Starting bluetooth.service - Bluetooth service...
Apr 06 23:42:59 hostname bluetoothd[2920]: Bluetooth daemon 5.66
Apr 06 23:42:59 hostname systemd[1]: Started bluetooth.service - Bluetooth service.
But the /sys/class/bluetooth directory is empty and the Bluetooth Manager won't start
This laptop is shipped with a Bluetooth adapter according to the specs.
Machine:
Type: Laptop System: ASUSTeK product: X550LA v: 1.0 serial: EBN0CV05026045G
Mobo: ASUSTeK model: X550LA v: 1.0 serial: BSN12345678901234567 UEFI: American Megatrends
v: X550LA.509 date: 06/26/2014
CPU:
Info: dual core model: Intel Core i5-4210U bits: 64 type: MT MCP cache: L2: 512 KiB
Speed (MHz): avg: 799 min/max: 800/2700 cores: 1: 798 2: 800 3: 800 4: 800
Something is missing or something is blocking the driver from loading?
Statistics: Posted by lintek214 β 2025-04-07 03:57