Ortwin Glück a dit:
> hidd is running?
> Try to establish the connection manually. See bluez tools docu.

Ok, I got it to work using:
        sudo hidd --search

It then shows using:
        sudo hidd --show

And says:
00:14:51:XX:XX:XX Apple Computer, Inc. Mighty Mouse [05ac:030c] connected 

I now have this entry in /proc/bus/input/devices:

        I: Bus=0005 Vendor=05ac Product=030c Version=0200
        N: Name="Apple Computer, Inc. Mighty Mouse"
        P: Phys=00:19:E3:XX:XX:XX
        S: Sysfs=/class/input/input13
        H: Handlers=mouse2 event9 
        B: EV=100007
        B: KEY=f0000 0 0 0 0
        B: REL=143

But the mouse still doesn't work.

Since I've read [1] that the mouse recquired a '0000' PIN code to pair,
I edited /etc/bluetooth/hcid.conf, which now contains:

        options {
                autoinit yes;
                security auto;
                pairing multi;
                passkey "0000";
                }

        device {
                name "%h-%d";
                class 0x3e0100;
                iscan enable; pscan enable;
                lm accept;
                lp rswitch,hold,sniff,park;
                }
        
I didn't touch the second section, which contains Debian defaults.

Any clue?

-- 
mike dentifrice <[EMAIL PROTECTED]>


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Mactel-linux-users mailing list
Mactel-linux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mactel-linux-users

Reply via email to