How to add adress Bluetooth BlueZ Adapter

Where can I get this address from?

tempsnip

1 Like

I tried to find the address but it’s not correct. I would like some advice that I can find.

That looks like the Bluetooth MAC address. Try search for how to find blouetooth mac address for your OS.


Capture
Am I using this command right?

hcitool dev is the correct command.

Why doesn’t the mac address show?

Here it does.
What is the output of:

dmesg | grep -i blue

example output:

[    8.040110] Bluetooth: Core ver 2.22
[    8.040262] Bluetooth: HCI device and connection manager initialized
[    8.040951] Bluetooth: HCI socket layer initialized
[    8.040977] Bluetooth: L2CAP socket layer initialized
[    8.041020] Bluetooth: SCO socket layer initialized
[    8.060161] Bluetooth: HCI UART driver ver 2.3
[    8.060191] Bluetooth: HCI UART protocol H4 registered
[    8.060357] Bluetooth: HCI UART protocol Three-wire (H5) registered
[    8.061847] Bluetooth: HCI UART protocol Broadcom registered
[    8.573682] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    8.573694] Bluetooth: BNEP filters: protocol multicast
[    8.573710] Bluetooth: BNEP socket layer initialized

What is the output of:

lsmod | grep -i blue

example output:

bluetooth             393216  24 hci_uart,bnep,btbcm
ecdh_generic           16384  2 bluetooth
rfkill                 32768  6 bluetooth,cfg80211

What is the output of:

ps -ef |grep -i [b]lue

example output:

root       549     1  0 Sep16 ?        00:00:00 /usr/lib/bluetooth/bluetoothd


The last command shows nothing.

What is the output of following commands:

dpkg -l |grep -i blue
cat /etc/os-release
uname -a
cat /proc/cpuinfo  | tail -15

Best would be if you could copy paste the text output instead of taking screenshots as it is easier to read text than screenshots.

Do you want to use the internal bluetooth

This topic was automatically closed 41 days after the last reply. New replies are no longer allowed.