* [Bluez-users] Re: PIN for Microsoft Mouse (Marcel Holtmann)
@ 2005-04-08 15:35 Belokour Victor-Y18342C
2005-04-08 16:01 ` Marcel Holtmann
0 siblings, 1 reply; 4+ messages in thread
From: Belokour Victor-Y18342C @ 2005-04-08 15:35 UTC (permalink / raw)
To: 'bluez-users@lists.sourceforge.net'
[-- Attachment #1: Type: text/plain, Size: 4540 bytes --]
Hello Marcel
Thanks for you reply.
Here's the output of hciconfig as well as some other commands, if you have the time
to read them :)
As I've mentioned in my first post, I can connect mouse with security manager, auth and encryption all off, however the connection does not "stay", ie. I need to pair the mouse each time I turn on the computer.
Keyboard works great with security manager (PIN)+authentication+encryption and I need to pair only once.
bash-2.05b# tail /var/log/messages
Apr 7 17:18:36 crypt hcid[7272]: Starting security manager 0
Apr 7 17:18:36 crypt Bluetooth: L2CAP ver 2.7
Apr 7 17:18:36 crypt Bluetooth: L2CAP socket layer initialized
Apr 7 17:18:36 crypt sdpd[7276]: Bluetooth SDP daemon
Apr 7 17:18:36 crypt Bluetooth: HIDP (Human Interface Emulation) ver 1.1
Apr 7 17:18:36 crypt hidd[7292]: Bluetooth HID daemon
Apr 7 17:18:36 crypt init: Activating demand-procedures for 'A'
Apr 7 17:19:17 crypt hcid[7272]: link_key_request (sba=00:50:F2:E4:4D:3C, dba=00:50:F2:E3:D1:21)
Apr 7 17:19:18 crypt hidd[7292]: New HID device 00:50:F2:E3:D1:21 (Microsoft Bluetooth keyboard)
Apr 7 17:19:27 crypt login(pam_unix)[7383]: session opened for user root by (uid=0)
bash-2.05b# hciconfig -a
hci0: Type: USB
BD Address: 00:50:F2:E4:4D:3C ACL MTU: 192:8 SCO MTU: 64:8
UP RUNNING PSCAN ISCAN AUTH
RX bytes:7615 acl:354 sco:0 events:122 errors:0
TX bytes:1143 acl:32 sco:0 commands:19 errors:0
Features: 0xff 0xff 0x0f 0x00 0x00 0x00 0x00 0x00
Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3
Link policy: RSWITCH HOLD SNIFF PARK
Link mode: SLAVE ACCEPT
Name: 'BlueZ (0)'
Class: 0x3e0100
Service Classes: Networking, Rendering, Capturing
Device Class: Computer, Uncategorized
HCI Ver: 1.1 (0x1) HCI Rev: 0x1f9 LMP Ver: 1.1 (0x1) LMP Subver: 0x1f9
Manufacturer: Cambridge Silicon Radio (10)
bash-2.05b# hcitool con
Connections:
> ACL 00:50:F2:E3:D1:21 handle 41 state 1 lm MASTER AUTH ENCRYPT
bash-2.05b# hcitool info 00:50:F2:E3:D1:21
Requesting information ...
BD Address: 00:50:F2:E3:D1:21
Device Name: Microsoft Keyboard
LMP Version: 1.1 (0x1) LMP Subversion: 0x1df
Manufacturer: Cambridge Silicon Radio (10)
Features: 0xfc 0xfb 0x0f 0x00 0x00 0x00 0x00 0x00
<encryption> <slot offset> <timing accuracy> <role switch>
<hold mode> <sniff mode> <park state> <RSSI> <SCO link>
<HV2 packets> <HV3 packets> <u-law log> <A-law log> <CVSD>
<paging scheme> <power control> <transparent SCO>
bash-2.05b# hcitool scan
Scanning ...
00:50:F2:E3:67:63 Microsoft Mouse
bash-2.05b# hcitool info 00:50:F2:E3:67:63
Requesting information ...
Can't create connection: Input/output error
bash-2.05b# hcitool cc 00:50:F2:E3:67:63
Can't create connection: Input/output error
bash-2.05b# cat /etc/bluetooth/pin
0000
bash-2.05b# hidd --connect 00:50:F2:E3:67:63
Can't create HID control channel: Permission denied
bash-2.05b# tail /var/log/messages
Apr 7 17:23:04 crypt hcid[7272]: link_key_request (sba=00:50:F2:E4:4D:3C, dba=00:50:F2:E3:67:63)
Apr 7 17:23:04 crypt hcid[7272]: pin_code_request (sba=00:50:F2:E4:4D:3C, dba=00:50:F2:E3:67:63)
Apr 7 17:23:44 crypt hcid[7272]: link_key_request (sba=00:50:F2:E4:4D:3C, dba=00:50:F2:E3:67:63)
Apr 7 17:23:44 crypt hcid[7272]: pin_code_request (sba=00:50:F2:E4:4D:3C, dba=00:50:F2:E3:67:63)
Apr 7 17:23:47 crypt hcid[7272]: link_key_request (sba=00:50:F2:E4:4D:3C, dba=00:50:F2:E3:67:63)
Apr 7 17:23:47 crypt hcid[7272]: pin_code_request (sba=00:50:F2:E4:4D:3C, dba=00:50:F2:E3:67:63)
Apr 7 17:24:22 crypt hcid[7272]: link_key_request (sba=00:50:F2:E4:4D:3C, dba=00:50:F2:E3:67:63)
Apr 7 17:24:22 crypt hcid[7272]: pin_code_request (sba=00:50:F2:E4:4D:3C, dba=00:50:F2:E3:67:63)
Apr 7 17:24:48 crypt hcid[7272]: link_key_request (sba=00:50:F2:E4:4D:3C, dba=00:50:F2:E3:67:63)
Apr 7 17:24:48 crypt hcid[7272]: pin_code_request (sba=00:50:F2:E4:4D:3C, dba=00:50:F2:E3:67:63)
bash-2.05b# hidd --encrypt --connect 00:50:F2:E3:67:63
Can't create HID control channel: Permission denied
bash-2.05b# hciconfig hci0 nosecmgr noauth encrypt
bash-2.05b# tail -1 /var/log/messages
Apr 7 17:46:36 crypt hidd: New HID device 00:50:F2:E3:67:63 (Microsoft Five Button Mouse)
bash-2.05b# hcitool con
Connections:
< ACL 00:50:F2:E3:67:63 handle 44 state 1 lm MASTER ENCRYPT
> ACL 00:50:F2:E3:D1:21 handle 41 state 1 lm MASTER AUTH ENCRYPT
[-- Attachment #2: Type: text/html, Size: 6928 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Bluez-users] Re: PIN for Microsoft Mouse (Marcel Holtmann)
2005-04-08 15:35 [Bluez-users] Re: PIN for Microsoft Mouse (Marcel Holtmann) Belokour Victor-Y18342C
@ 2005-04-08 16:01 ` Marcel Holtmann
0 siblings, 0 replies; 4+ messages in thread
From: Marcel Holtmann @ 2005-04-08 16:01 UTC (permalink / raw)
To: bluez-users
Hi Victor,
> Here's the output of hciconfig as well as some other commands, if you
> have the time
> to read them :)
>
> As I've mentioned in my first post, I can connect mouse with security
> manager, auth and encryption all off, however the connection does not
> "stay", ie. I need to pair the mouse each time I turn on the computer.
so you are using security mode 3 and in this case this is how it will
be, because the mouse can't store a link key. And actually if you follow
the HID profile then it don't have to.
Use security mode 1/2 and if needed add --encrypt when you start the
hidd server daemon.
Regards
Marcel
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Bluez-users] Re: PIN for Microsoft Mouse (Marcel Holtmann)
@ 2005-04-08 16:32 Belokour Victor-Y18342C
2005-04-08 17:26 ` Marcel Holtmann
0 siblings, 1 reply; 4+ messages in thread
From: Belokour Victor-Y18342C @ 2005-04-08 16:32 UTC (permalink / raw)
To: 'bluez-users@lists.sourceforge.net'
Hi Marcel
How do I enable security mode 1/2 ??
In hcid.conf, there are only options 'none', 'auto' and 'user'.
Thanks
-----Original Message-----
so you are using security mode 3 and in this case this is how it will be, because the mouse can't store a link key. And actually if you follow the HID profile then it don't have to.
Use security mode 1/2 and if needed add --encrypt when you start the hidd server daemon.
Regards
Marcel
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Bluez-users] Re: PIN for Microsoft Mouse (Marcel Holtmann)
2005-04-08 16:32 Belokour Victor-Y18342C
@ 2005-04-08 17:26 ` Marcel Holtmann
0 siblings, 0 replies; 4+ messages in thread
From: Marcel Holtmann @ 2005-04-08 17:26 UTC (permalink / raw)
To: bluez-users
Hi Victor,
> How do I enable security mode 1/2 ??
> In hcid.conf, there are only options 'none', 'auto' and 'user'.
these options are not the security mode. Disable "auth" and you are in
security mode 1 or 2 (depend on the running services).
Regards
Marcel
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2005-04-08 17:26 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-08 15:35 [Bluez-users] Re: PIN for Microsoft Mouse (Marcel Holtmann) Belokour Victor-Y18342C
2005-04-08 16:01 ` Marcel Holtmann
-- strict thread matches above, loose matches on Subject: below --
2005-04-08 16:32 Belokour Victor-Y18342C
2005-04-08 17:26 ` Marcel Holtmann
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.