Hi all

I got myself a cheap BT adapter but I can't make it work on my nx 6p. I connect it via otg cable which works fine with my Alfa wifi.

Some outputs below. Any help much appreciated

Root@kali:/# hciconfig
hci0: Type: Primary Bus: USB
BD Address: 00:1B:10:00:25:FF ACL MTU: 1017:8 SCO MTU: 64:0
DOWN
RX bytes:425 acl:0 sco:0 events:126 errors:0
TX bytes:68 acl:0 sco:0 commands:16 errors:0

root@kali:/# hciconfig hci up
Can't init device hci0: Operation not supported (95)
root@kali:/#

@kali:/# sudo /etc/init.d/bluetooth restart
[ ok ] Stopping bluetooth: /usr/sbin/bluetoothd.
[ ok ] Starting bluetooth: bluetoothd.
root@kali:/#

ot@kali:/# hcitool dev
Devices:
root@kali:/#

kali:/# sudo /etc/init.d/bluetooth start
[ ok ] Starting bluetooth: bluetoothd.
root@kali:/# sudo /etc/init.d/bluetooth status
[FAIL] bluetooth is not running ... failed!
root@kali:/#

li:/# rfkill list
0: bt_power: Bluetooth
Soft blocked: no
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
2: brcmfmac-wifi: Wireless LAN
Soft blocked: no
Hard blocked: no
4: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
root@kali:/#

ali:/# lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
root@kali:/#

ali:/# uname -a
Linux kali 3.10.73-nethunter-angler-1.1 #1 SMP PREEMPT Mon Jan 16 12:30:18 EST 2017 aarch64 GNU/Linux
root@kali:/#