Tim thank you for setting up the files but the problem still persist.
If im using the hcitool and bluetoothhctl I still receive the blank line for no devices, tested it on a clean install with the listed packages (and the bluetooth dependencies)
If i need to change the config.txt/cmdline3.txt please tell me what and where i should change these files, the line which disables bluetooth is already outlined with '#'
And yes i loaded all listed packages at least I tried and at error I loaded from tce-ab9 the dependencies packages
packages from tce-ab9 (without their dependencies)
- libX11
- libX11-dev
- libSM
- libSM-dev
At start of bluez
sudo /usr/local/etc/init.d/dbus start
sudo /usr/local/etc/init.d/bluez start
stoppped /usr/local/bin/dbus-daemon
and at starting the dbus-daemon i receive the following
/usr/local/bin/dbus-daemon --system
dbus-daemon[1088]: Failed to start message bus: The pid file "/var/run/dbus/pid" exists, if the message bus is not running, remove this file
The values in the files (only lines which are read from the system, without '#')
config.txt
[PI3]
initramfs 10.1beta6av7.gz followkernel
kernel kernel41946v7.img
cmdline cmdline3.txt
[ALL]
dtparam=i2c=on,spi=on,i2s=on
dtparam=audio=off
enable_uart=1
[PI3]
dtoverlay=pi3-miniuart-bt
cmdline3.txt
zswap-compressor=lz4 zswap.zpool=z3fold dwc_otg.lpm_enable=0 console=tty1 root=/dev/ram0 elevator=deadline rootwait quiet nortc loglevel=3 noembed
I hope these informations are helpfull to find a solution (and the Bluetooth devices does functionate on a normal raspbian)