On 2023-07-02 12:41, Jogchum Reitsma wrote:
Op 02-07-2023 om 12:02 schreef Carlos E. R.:
inxi --bluetooth
Hm, that would indicate something is indeed wrong over here:
inxi --bluetooth Bluetooth: Message:No bluetooth data found.
Both as user and as root same message.
Ok, yes. I don't know how the BT stack works, so I can not help you diagnose the issue further. I see these modules: Laicolasse:~ # lsmod | grep blue bluetooth 892928 36 btrtl,btmtk,btintel,btbcm,bnep,btusb,rfcomm ecdh_generic 16384 2 bluetooth rfkill 28672 5 bluetooth,thinkpad_acpi crc16 16384 2 bluetooth,ext4 Laicolasse:~ # Laicolasse:~ # lsmod | grep btusb btusb 65536 0 btrtl 28672 1 btusb btbcm 24576 1 btusb btintel 45056 1 btusb btmtk 16384 1 btusb bluetooth 892928 36 btrtl,btmtk,btintel,btbcm,bnep,btusb,rfcomm usbcore You could try to modprobe btusb or bluetooth (I don't know which is the master, but probably the later). If it is hooked to the USB bus, it should be visible there: Laicolasse:~ # lsusb Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 003 Device 004: ID 30c9:0050 Luxvisions Innotech Limited Integrated RGB Camera Bus 003 Device 003: ID 058f:9540 Alcor Micro Corp. AU9540 Smartcard Reader Bus 003 Device 002: ID 1a40:0101 Terminus Technology Inc. Hub Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 001 Device 005: ID 06cb:00f9 Synaptics, Inc. Bus 001 Device 002: ID 0489:e0d8 Foxconn / Hon Hai Wireless_Device Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Laicolasse:~ # Well, it is there, but not obvious: it is the Foxconn. If it is not visible, there is a hardware issue. -- Cheers / Saludos, Carlos E. R. (from 15.4 x86_64 at Telcontar)