Jump to content

Bluetooth mouse [solved]


chocobanana
 Share

Recommended Posts

Hi there

 

I have a laptop with an integrated bluetooth antenna and I bought an wireless bluetooth mouse for it. I have bluez and kbluetooth installed, but I haven't figured out yet how to make the mouse work. I'm using Mandrake 10.2

 

Can somebody help?

Edited by chocobanana
Link to comment
Share on other sites

Hi

 

Here I am again

 

I just found the soulution:

 

http://www.lafaspot.com/bluetooth_mouse_li...ouse_linux.html

 

You just have to follow this simple instructions and change hcid.conf according to the example presented - just make changes related to the pin helper to reflect the code bellow:

# PIN helper
# pin_helper /bin/bluepin;
       pin_helper /usr/lib/kdebluetooth/kbluepin;

 

Then add the following in /etc/X11/xorg.conf (not mencioned in the link above):

Section "InputDevice"
    Identifier "Name of the device shown in hcitool -scan, without spaces"
    Driver "mouse"
    Option "Protocol" "ExplorerPS/2"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5"
    Option "Buttons" "number of buttons for your mouse"
    Option "Emulate3Buttons" "false"
EndSection

Section "ServerLayout"
        InputDevice "Name of the device shown in hcitool -scan, without spaces" "SendCoreEvents"
EndSection

Edited by chocobanana
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...