This is the configuration for my MX900 with the T41. The /etc/bluetooth/hcid.conf is
Code: Select all
#
# HCI daemon configuration file.
#
# $Id: hcid.conf,v 1.7 2004/12/13 14:16:03 holtmann Exp $
#
# HCId options
options {
# Automatically initialize new devices
autoinit yes;
# Security Manager mode
# none - Security manager disabled
# auto - Use local PIN for incoming connections
# user - Always ask user for a PIN
#
security auto;
# Pairing mode
# none - Pairing disabled
# multi - Allow pairing with already paired devices
# once - Pair once and deny successive attempts
pairing multi;
# PIN helper
# pin_helper /usr/bin/bluepin;
pin_helper /etc/bluetooth/feed-pin.sh;
# D-Bus PIN helper
# dbus_pin_helper;
}
# Default settings for HCI devices
device {
# Local device name
# %d - device id
# %h - host name
name "%h-%d";
# Local device class
class 0x120104;
# Default packet type
#pkt_type DH1,DM1,HV1;
# Inquiry and Page scan
iscan enable; pscan enable;
# Default link mode
# none - no specific policy
# accept - always accept incoming connections
# master - become master on incoming connections,
# deny role switch on outgoing connections
lm accept;
# Default link policy
# none - no specific policy
# rswitch - allow role switch
# hold - allow hold mode
# sniff - allow sniff mode
# park - allow park mode
lp rswitch,hold,sniff,park;
# Authentication and Encryption (Security Mode 3)
#auth enable;
#encrypt enable;
}
# Apple wireless keyboard
device 00:0A:95:xx:xx:xx {
name "%h-%d";
class 0x120104;
lm master,accept;
lp rswitch,hold,sniff,park;
auth enable;
encrypt enable;
}
# Logitech mouse MX900
device 00:07:61:xx:xx:xx {
name "%h-%d";
class 0x120104;
lm master,accept;
lp rswitch,hold,sniff,park;
auth enable;
encrypt enable;
}
The following daemons are running:
Code: Select all
[volker@thinkpad ~]$ ps auxww|grep hcid ; ps auxww|grep hidd
root 1970 0.0 0.1 2160 824 ? Ss 11:26 0:00 hcid: processing events
root 2023 0.0 0.1 1604 588 ? Ss 11:26 0:00 /usr/bin/hidd --server