I recently got a Billionton bluetooth card for my Collie.
Reading the different topics in the forum I've managed to make it work correctly, with the classical set of instructions:
setserial /dev/ttyS3 baud_base 921600
modprobe hci_uart
hciattach /dev/ttyS3 billionton
hciconfig hci0 up
But strangely enough if I try to start this same interface using:
/etc/init.d/bluetooth/start
I get this message:
Starting Bluetooth subsystem: hcid sdpd Can't open HIDP control socket: No such file or
directory
hidd rfcomm.
I'm puzzled... Anything should I edit to make it run? Would be more pratical to use just one command instead of four
Thanks!