Bluetooth мышка

Читал howto, никак не могу настроить
hcitool мышку находит, но не подключает

hcitool info  00:07:61:81:3D:56                                                                   |16:06|
Requesting information ...
        BD Address:  00:07:61:81:3D:56
        Device Name: Bluetooth Travel Mouse
        LMP Version: 1.2 (0x2) LMP Subversion: 0x545
        Manufacturer: Cambridge Silicon Radio (10)
        Features: 0xfc 0xff 0x0f 0x00 0x08 0x08 0x00 0x00
                <encryption> <slot offset> <timing accuracy> <role switch>
                <hold mode> <sniff mode> <park state> <RSSI> <channel quality>
                <SCO link> <HV2 packets> <HV3 packets> <u-law log> <A-law log>
                <CVSD> <paging scheme> <power control> <transparent SCO>
~:$sudo hcitool cc 00:07:61:81:3D:56                                                                      |16:06|
~:$sudo hcitool con                                                                                       |16:08|
Connections:
      <AFH cap. slave> <AFH cap. master>

соответственно, в ядре видимо все включено
не нашел описания конфигов, попробовал такой написать файлик:

~:$cat /etc/bluetooth/input.conf                                                                          |16:08|
# Configuration file for the input service

# This section contains options which are not specific to any
# particular interface
[General]

# Set idle timeout (in minutes) before the connection will
# be disconnect (defaults to 0 for no timeout)
#IdleTimeout=30
Bind=yes
Device=00:07:61:81:3D:56


~:$cat /etc/bluetooth/main.conf                                                                           |16:09|
[General]                                                                                                        

# List of plugins that should not be loaded on bluetoothd startup
#DisablePlugins = network,input                                  

# Default adaper name
# %h - substituted for hostname
# %d - substituted for adapter id
Name = %h-%d                     

# Default device class. Only the major and minor device class bits are
# considered.                                                         
Class = 0x000100                                                      

# How long to stay in discoverable mode before going back to non-discoverable
# The value is in seconds. Default is 180, i.e. 3 minutes.                   
# 0 = disable timer, i.e. stay discoverable forever                          
DiscoverableTimeout = 0                                                      

# How long to stay in pairable mode before going back to non-discoverable
# The value is in seconds. Default is 0.                                 
# 0 = disable timer, i.e. stay pairable forever                          
PairableTimeout = 0                                                      

# Use some other page timeout than the controller default one
# which is 16384 (10 seconds).                               
PageTimeout = 8192                                           

# Discover scheduler interval used in Adapter.DiscoverDevices
# The value is in seconds. Defaults is 0 to use controller scheduler.
DiscoverSchedulerInterval = 0

# What value should be assumed for the adapter Powered property when
# SetProperty(Powered, ...) hasn't been called yet. Defaults to true
InitiallyPowered = true

# Remember the previously stored Powered state when initializing adapters
RememberPowered = true

# Use vendor, product and version information for DID profile support.
# The values are separated by ":" and VID, PID and version.
#DeviceID = 1234:5678:abcd

# Do reverse service discovery for previously unknown devices that connect to
# us. This option is really only needed for qualification since the BITE tester
# doesn't like us doing reverse SDP for some test cases (though there could in
# theory be other useful purposes for this too). Defaults to true.
ReverseServiceDiscovery = true





~:$cat /etc/conf.d/bluetooth                                                                              |16:10|
# Bluetooth configuraton file

# Run hid2hci (allowed values are "true" and "false")
HID2HCI_ENABLE=false

# Bind rfcomm devices (allowed values are "true" and "false")
RFCOMM_ENABLE=false

# Config file for rfcomm
RFCOMM_CONFIG="/etc/bluetooth/rfcomm.conf"



зы, в иксах какой протокол к ней указывать и устройство, если все-таки подключу?

подключил я значит мышку, в

подключил я значит мышку, в cat /dev/input/mouse1 выдает когда ее дергаешь... как ее дальше под хорг через hal?

настроил я как там написанно,

настроил я как там написанно, клавиатура и тачпад работают как надо теперь (в xorg.conf не прописанны, прописанны в хале)
теперь снова проблема в bluetooth
поставил я значит перед этим kbluetooth4, он у меня заработал. перезагрузился - перестал работать, выдает такую ошибку:

kbluetooth4-devicemanager                                                                              |11:53|
QDBusObjectPath: invalid path ""
process 2499: arguments to dbus_message_new_method_call() were incorrect, assertion "path != NULL" failed in file dbus-message.c line 1070.
This is normally a bug in some application using the D-Bus library.
  D-Bus not built with -rdynamic so unable to print a backtrace
KCrash: Application 'kbluetooth4-devicemanager' crashing...
sock_file=/home/darvin/.kde4/socket-darvin-laptop/kdeinit4__0
KCrash cannot reach kdeinit, launching directly.
KCrash failed to exec(), errno = 2

PS. проблема была в том что /etc/init.d/bluetooth не был запущен ) исправил

Настройки просмотра комментариев

Выберите нужный метод показа комментариев и нажмите "Сохранить установки".