How can I pair my keyboard and mouse? Right now I always have to do a hidd --connect in terminal. I've edited my bluetooth file to have HIDD_ENABLED=1 and HIDD_OPTIONS=HIDD_OPTIONS="--master --connect MAC_ADDR --connect MAC_ADDR --server"
I have also edited hcid.conf to have this at the very end:
device MAC_ADDR {
name “Microsoft Wireless Keyboard”;
auth enable;
encrypt enable;
}
device MAC_ADDR {
name “Microsoft Mouse”;
}
Of course I have edited the MAC_ADDR to be my mac addresses for the keyboard and mouse. If I do a sudo /etc/init.d/bluetooth restart it pops up saying it cannot connect to a SDP server. Any ideas?
I have also edited hcid.conf to have this at the very end:
device MAC_ADDR {
name “Microsoft Wireless Keyboard”;
auth enable;
encrypt enable;
}
device MAC_ADDR {
name “Microsoft Mouse”;
}
Of course I have edited the MAC_ADDR to be my mac addresses for the keyboard and mouse. If I do a sudo /etc/init.d/bluetooth restart it pops up saying it cannot connect to a SDP server. Any ideas?
Comment