Announcement

Collapse
No announcement yet.

Pair bluetooth keyboard & mouse

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Pair bluetooth keyboard & mouse

    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?

    #2
    Re: Pair bluetooth keyboard & mouse

    If, after a "hidd --connnect", everything works fine (i.e. that's all you have to do), then I'd suggest creating a script somewhere that'll execute it for you. If when you log into KDE is fine, create it in ~/.kde/Autostart. If you need it to run when the system starts, you'll need to place it somewhere else, like in one of the /etc/rc directories.
    For external use only.

    Comment

    Working...
    X