by akoy » Thu Aug 28, 2014 3:02 pm
As you can see everything is enabled on boot:$this->bbcode_second_pass_code('', '[root@cubox-nas ~]# systemctl status bluetooth brcm43xx brcm43xx-firmware.service
* bluetooth.service - Bluetooth service
Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled)
Active: inactive (dead)
Docs: man:bluetoothd(8)
* brcm43xx.service - Broadcom 43xx bluetooth HCI
Loaded: loaded (/usr/lib/systemd/system/brcm43xx.service; enabled)
Active: inactive (dead)
* brcm43xx-firmware.service - Broadcom 43xx firmware update
Loaded: loaded (/usr/lib/systemd/system/brcm43xx-firmware.service; enabled)
Active: active (exited) since Thu 2014-08-28 14:56:28 UTC; 1min 53s ago
Process: 230 ExecStart=/usr/lib/systemd/scripts/brcm43xx-firmware-update (code=exited, status=0/SUCCESS)
Main PID: 230 (code=exited, status=0/SUCCESS)
CGroup: /system.slice/brcm43xx-firmware.service
Aug 28 14:56:29 cubox-nas brcm43xx-firmware-update[230]: Warning: Using self generated MAC address! MAC_ADDR should be defined in /etc/conf.d/bcm43xx.
Aug 28 14:56:29 cubox-nas brcm43xx-firmware-update[230]: Updating bluetooth firmware via /dev/ttymxc3 from /lib/firmware/brcm/bcm4330.hcd.')
But if I don't manually start brcm43xx.service the bluetooth isn't working:$this->bbcode_second_pass_code('', '[root@cubox-nas ~]# rfkill list && hciconfig -a && bluetoothctl
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
[bluetooth]# devices
[bluetooth]# list
[bluetooth]# power on
No default controller available
[bluetooth]#')
Addamm Koy