Moode Forum
4.4 and bluetooth ...on a Pi2 ?? - Printable Version

+- Moode Forum (https://moodeaudio.org/forum)
+-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3)
+--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7)
+--- Thread: 4.4 and bluetooth ...on a Pi2 ?? (/showthread.php?tid=760)



4.4 and bluetooth ...on a Pi2 ?? - DRONE7 - 12-12-2018

Having odd problems with power dropping on a Pi2 and 4.4 release.....
looking in logs I find....
[  574.011229] Bluetooth: HCI device and connection manager initialized
[  574.011262] Bluetooth: HCI socket layer initialized
[  574.011275] Bluetooth: L2CAP socket layer initialized
[  574.011315] Bluetooth: SCO socket layer initialized

How...what...this is a Pi2... no bluetooth hardware either internal or externally so why is it starting bluetooth services..?

I've never and never will use bluetooth so how can I blacklist/prevent these services.....Smile


RE: 4.4 and bluetooth ...on a Pi2 ?? - Tim Curtis - 12-12-2018

Those look harmless to me.

Bluetooth never started (OFF in Audio config), Pi-2B
Code:
pi@rp4:~ $ hciconfig
pi@rp4:~ $ sudo ls /var/lib/bluetooth
ls: cannot access '/var/lib/bluetooth': No such file or directory

Bluetooth running (ON in Audio config), Pi-Zero W
Code:
pi@rp2:~ $ hciconfig
hci0:   Type: Primary  Bus: UART
       BD Address: B8:27:EB:83:68:F2  ACL MTU: 1021:8  SCO MTU: 64:1
       UP RUNNING PSCAN ISCAN
       RX bytes:773 acl:0 sco:0 events:50 errors:0
       TX bytes:2444 acl:0 sco:0 commands:50 errors:0

pi@rp2:~ $ sudo ls /var/lib/bluetooth/
B8:27:EB:83:68:F2

-Tim