Sign in with
Sign up | Sign in

Information

Last response: in Linux/Free BSD
Share

You could try to see if there's any mention of adapters in the kernel boot messages with something like
  1. dmesg|grep -iE "b(lue|t)"

and see if it lists anything interesting.

The other thing, if that doesn't turn up anything, is to look for unknown devices, usually USB devices, so you could check a few listing like
  1. dmesg|grep -i unknown
  2. //or, more directly
  3. hciconfig

Post some findings here when you get them.
Ask the community
!