I have a VM that’s using my Intel NUC Bluetooth. But I don’t remember how I set this VM up. If it weren’t for the fact that I know a program is getting information from /opt/bluetooth/c0:B6:F9:8D:A6:75
I wouldn’t know that Bluetooth was even working in the first place.
Additionally dmesg | grep blue -i
returns the following, so I know it’s configured somehow:
[ 25.470189] Bluetooth: Core ver 2.22
[ 25.470221] Bluetooth: HCI device and connection manager initialized
[ 25.470229] Bluetooth: HCI socket layer initialized
[ 25.470234] Bluetooth: L2CAP socket layer initialized
[ 25.470241] Bluetooth: SCO socket layer initialized
[ 25.613169] Bluetooth: hci0: Firmware revision 0.1 build 197 week 12 2021
[ 801.994803] Bluetooth: hci0: advertising data len corrected
I’m trying to setup a new VM that will also use Bluetooth. Yes, I’m turning off the “working” VM so it won’t interfere with the new one. But on my new VM I don’t have a /opt/bluetooth
directory, probably because I don’t have something installed/configured correctly.
What can I do on the working VM to determine what I might need to install on the new one? I’ve tried running various BT utilities, like hcitool
but none of them are installed. Something has to be reading this. How can I find out what it is so I can setup the new VM with it?