Hi Folks,
I'm having some issues getting bluetooth running on my Dell Inspiron Laptop running Kali 1.0.9.. It seems to think it's running, and if I boot into windows it sees BT devices.. Are there more packages that I need to install? What am I missing?
Code:
root@pcname:~# /etc/init.d/bluetooth status
[FAIL] bluetooth is not running ... failed!
root@pcname:~# /etc/init.d/bluetooth start
[ ok ] Starting bluetooth: bluetoothd rfcomm.
root@pcname:~# /etc/init.d/bluetooth status
[ ok ] bluetooth is running.
root@pcname:~# hcitool -i hci0 scan
Scanning ...
root@pcname:~# hciconfig hci0
hci0: Type: BR/EDR Bus: USB
BD Address: x:x:x:x:x:x ACL MTU: 1021:8 SCO MTU: 64:1
UP RUNNING PSCAN
RX bytes:1480 acl:0 sco:0 events:73 errors:0
TX bytes:1278 acl:0 sco:0 commands:72 errors:0
root@pcname:~#
root@pcname:~# rfkill list
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
root@pcname:~#