Bluetooth grayed out on Raspbian of pi3

Hi, Please take a look at these command and see if I missed something? our bluetooth is greyed out on Raspbian : no bluetooth adpater found

systemctl status bluetooth
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Active: active (running) since Sun 2018-08-05 23:16:55 CST; 9s ago
Docs: man:bluetoothd(8)
Main PID: 866 (bluetoothd)
Status: “Running”
CGroup: /system.slice/bluetooth.service
└─866 /usr/lib/bluetooth/bluetoothd

Hi @joeyangx,

Could you give us more details?

  1. What Raspbian are you talking about? Our Raspbian For Robots or the regular Raspbian from the Foundation? And regardless of which one, what version of it?

  2. If you are seeing this on ours, can you tell us what things you have done on it since you burned the image? As descriptive as possible.

The more descriptive you are, the faster it is for us to come up with an answer, if there’s one in the first place.

Anyway, I remember having personal problems with the Bluetooth and I can think of 2 reasons:

  1. Disabled Bluetooth device.

  2. Missing dependencies: maybe one of thesepi-bluetooth bluetooth bluez blueman.

Thank you!