Podepnę się pod temat, bo 2 dni temu nabyłem Apple Bluetooth Keyboard i właśnie ostatnią godzinę walczę żeby ją uruchomić pod Debianem.
Poradników dużo w sieci, mnie jednak dalej nie działa.
Kod: Zaznacz cały
etc/default/bluetooth
BLUETOOTH_ENABLED=1
HID2HCI_ENABLED=0
HIDD_ENABLED=1
HIDD_OPTIONS="--timeout 8 --master --server --connect 00:22:41 :D B:0F:AA"
~
~
"/etc/default/bluetooth"
Kod: Zaznacz cały
ptions {
autoinit yes;
security user;
pairing multi;
passkey "1234";
}
device {
name "%h-%d";
class 0x000100;
iscan enable; pscan enable;
discovto 0;
lm accept;
lp rswitch,hold,sniff,park;
}
device 00:22:41 :D B:0F:AA {
name "Apple Wireless Keyboard";
auth disable;
encrypt disable;
}
~
"/etc/bluetooth/hcid.conf"
Próbowałem zmieniać opcje
auth i encrypt i nic.
Kod: Zaznacz cały
debian:/# hciconfig -a
hci0: Type: USB
BD Address: 00:1B :D C:0F:A9:27 ACL MTU: 310:10 SCO MTU: 64:8
UP RUNNING PSCAN ISCAN
RX bytes:52245 acl:742 sco:0 events:1138 errors:0
TX bytes:13266 acl:282 sco:0 commands:470 errors:0
Features: 0xff 0xff 0x8f 0xfe 0x9b 0xf9 0x00 0x80
Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3
Link policy: RSWITCH HOLD SNIFF PARK
Link mode: SLAVE ACCEPT
Name: 'debian-0'
Class: 0x180100
Service Classes: Capturing, Object Transfer
Device Class: Computer, Uncategorized
HCI Ver: 2.0 (0x3) HCI Rev: 0xc5c LMP Ver: 2.0 (0x3) LMP Subver: 0xc5c
Manufacturer: Cambridge Silicon Radio (10)
Kod: Zaznacz cały
debian:/# hcitool scan
Scanning ...
00:22:41 :D B:0F:AA Apple Wireless Keyboard
debian:/#
Kod: Zaznacz cały
debian:/# /etc/init.d/bluetooth restart
Restarting bluetooth: hcidCan't create HID control channel: Connection timed out
Kod: Zaznacz cały
debian:/# hidd --connect 00:22:41 :D B:0F:AA
Can't create HID control channel: Connection timed out
Jak uruchamiam te serwisy to pojawia się ikonka, ale na kliknięciu pojawia się błąd:
i okienka Konquerora.
Znalazłem to:
http://bugs.kde.org/show_bug.cgi?id=165588.
Czyżby jedyny sposób na to była
aktualizacja KDE?