BlueZでmouseをつなぎたい

うまく行ってない。次のトライのため、備忘録を

Bluetoogh Ultraport をonにして、
/etc/init.d/bluetooth start

ただし、
/etc/rc.d/init.d/bluetooth start
Starting Bluetooth subsystem: hcid sdpdCan't open HIDP control socket: No such file or directory
hidd hid2hci rfcomm.
と正常に起動できてない。

hciconfigは
hci0: Type: USB
BD Address: 00:80:98:24:04:8B ACL MTU: 128:8 SCO MTU: 64:8
UP RUNNING PSCAN ISCAN
RX bytes:111 acl:0 sco:0 events:16 errors:0
TX bytes:312 acl:0 sco:0 commands:14 errors:0
と出る。

ここで、
[root@phoenix linux-2.4.28]$ hcitool scan
Scanning ...
00:0A:94:C0:00:AF Bluetooth Mouse
ここで、
[root@phoenix linux-2.4.28]$ l2ping -c 4 00:0A:94:C0:00:AF
Ping: 00:0A:94:C0:00:AF from 00:80:98:24:04:8B (data size 20) ...
44 bytes from 00:0A:94:C0:00:AF id 200 time 79.78ms
44 bytes from 00:0A:94:C0:00:AF id 201 time 31.11ms
44 bytes from 00:0A:94:C0:00:AF id 202 time 45.50ms
44 bytes from 00:0A:94:C0:00:AF id 203 time 34.70ms
4 sent, 4 received, 0% loss

とすれあ通信できていることが分かる。ただし、ここから先がだめ。
hidd --search
が動かない。hidpモジュールが必要らしいが、現在は見つからない。

カーネルを2.6.Xにすべきか?
http://sourceforge.net/mailarchive/forum.php?thread_id=9065307&forum_id=1883
参照。