Marcel Holtmann wrote: > what is the output of "hciconfig -a" and the content of > /proc/bus/usb/devices (before and after the run of hid2hci)? I don't know how to show how it was before. Now it shows: slowstorm/home/sunnan% sudo hciconfig -a hci0: Type: USB BD Address: 00:0D:93:04:19:15 ACL MTU: 192:8 SCO MTU: 64:8 UP RUNNING PSCAN ISCAN RX bytes:6963 acl:399 sco:0 events:198 errors:0 TX bytes:2109 acl:66 sco:0 commands:62 errors:0 Features: 0xff 0xff 0x0f 0x00 0x18 0x18 0x00 0x00 Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3 Link policy: RSWITCH HOLD SNIFF PARK Link mode: SLAVE ACCEPT Name: 'slowstorm-0' Class: 0x000100 HCI Ver: 1.1 (0x1) HCI Rev: 0x8503 LMP Ver: 1.1 (0x1) LMP Subver: 0x8503 Manufacturer: not assigned (2560) and I've attached the devices.txt that resulted from cat /proc/bus/usb/devices > devices.txt (The name 'slowstorm-0' above probably is due to the line name "%h-%d"; which I have in my /etc/bluetooth/hcid.conf) > The Apple Bluetooth mouse expects a PIN or a link key even if you only > connect to the SDP service (security mode 3). This is stupid for a HID > mouse, but they did it this way. A working PIN is "0000". So I say you > replace your PIN helper program (from hcid.conf) with the following > executable script > > #!/bin/sh > echo "PIN:0000" > > and put also "0000" into /etc/bluetooth/pin. Restart the hcid and see > how it goes. If this don't work, run "hcidump -w " and send us the > dump file. One of the more interesting(?) entries in my /var/log/daemon.log after doing this was: Feb 13 19:38:29 slowstorm sdpd[25047]: init_server: binding L2CAP socket: Address already in use hcidump -w dump.data printed: HCIDump - HCI packet analyzer ver 1.5 device: hci0 snap_len: 1028 filter: 0xffffffff but never quit. I checked dump.data with wc from time to time but it never appeared to get any largers. I got childishly impatient after a couple of minutes and hit C-c. I attached the file anyway. Is it supposed to take very long time? If so, I could give it another go. Thanks for your patience. Sunnan