* [Bluez-users] bluepin bash script with immediate pin response
@ 2004-01-20 16:38 Burkhard Fischer
2004-01-21 1:24 ` Marcel Holtmann
0 siblings, 1 reply; 4+ messages in thread
From: Burkhard Fischer @ 2004-01-20 16:38 UTC (permalink / raw)
To: bluez-users
Hello,
I am using BlueFRITZ! USB Bluetooth dongle, the BlueFRITZ
AP-ISDN and ciptool for establishing a connection.
I want to replace the python script bluepin with a simple shell script
to avoid interactive authentication. A simple echo should do this,
however I found out that a connection is only established when the
bluepin bash script doesn't answer immediately.
Here is the syslog:
Jan 20 16:59:02 magito hcid[544]: pin_code_request
(sba=00:04:0E:82:F9:74, dba=00:04:0E:84:06:CA)
Jan 20 16:59:02 magito hcid[1088]: hci_send_cmd 6bkgLuRqDpSIYZgP
Jan 20 16:59:02 magito hcid[544]: pin_code_request
(sba=00:04:0E:82:F9:74, dba=00:04:0E:84:06:CA)
Jan 20 16:59:02 magito hcid[1091]: hci_send_cmd 6bkgLuRqDpSIYZgP
Jan 20 16:59:34 magito kernel: hci_cmd_task: hci0 command tx timeout
and with "sleep 1" before echoing the pin everything goes well (besides
the occasional tx timeout):
Jan 20 17:14:35 magito hcid[544]: pin_code_request
(sba=00:04:0E:82:F9:74, dba=0
0:04:0E:84:06:CA)
Jan 20 17:14:36 magito hcid[1577]: hci_send_cmd 6bkgLuRqDpSIYZgP
Jan 20 17:14:38 magito kernel: hci_cmd_task: hci0 command tx timeout
Jan 20 17:15:10 magito hcid[544]: pin_code_request
(sba=00:04:0E:82:F9:74, dba=0
0:04:0E:84:06:CA)
Jan 20 17:15:11 magito hcid[1596]: hci_send_cmd 6bkgLuRqDpSIYZgP
Jan 20 17:15:11 magito hcid[544]: pin_code_request
(sba=00:04:0E:82:F9:74, dba=0
0:04:0E:84:06:CA)
Jan 20 17:15:12 magito kernel: hci_cmd_task: hci0 command tx timeout
Jan 20 17:15:12 magito hcid[1602]: hci_send_cmd 6bkgLuRqDpSIYZgP
Jan 20 17:15:12 magito hcid[544]: link_key_notify (sba=00:04:0E:82:F9:74)
Jan 20 17:15:12 magito hcid[544]: Saving link key 00:04:0E:82:F9:74
00:04:0E:84:
06:CA
Jan 20 17:15:12 magito hcid[544]: link_key_notify (sba=00:04:0E:82:F9:74)
Jan 20 17:15:12 magito hcid[544]: Replacing link key 00:04:0E:82:F9:74
00:04:0E:
84:06:CA
Jan 20 17:15:12 magito kernel: Found 1 CAPI controller(s) on device
00:04:0E:84:
06:CA
Jan 20 17:15:12 magito kernel: kcapi: Controller 1: 00:04:0E:84:06:CA
attached
Jan 20 17:15:12 magito kernel: kcapi: card 1 "00:04:0E:84:06:CA" ready.
Jan 20 17:15:12 magito kernel: kcapi: notify up contr 1
Jan 20 17:15:12 magito kernel: capi: controller 1 up
I am using 2.4.24 kernel with the mh1-Patch and the source
bluez-libs-2.5.tar.gz
bluez-utils-2.4.tar.gz
bluez-sdp-1.5.tar.gz
Is there a reason for this behavior
thanks
Burkhard
-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
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] bluepin bash script with immediate pin response
2004-01-20 16:38 [Bluez-users] bluepin bash script with immediate pin response Burkhard Fischer
@ 2004-01-21 1:24 ` Marcel Holtmann
2004-01-21 11:12 ` Burkhard Fischer
0 siblings, 1 reply; 4+ messages in thread
From: Marcel Holtmann @ 2004-01-21 1:24 UTC (permalink / raw)
To: Burkhard Fischer; +Cc: BlueZ Mailing List
Hi Burkhard,
> I am using BlueFRITZ! USB Bluetooth dongle, the BlueFRITZ
> AP-ISDN and ciptool for establishing a connection.
>
> I want to replace the python script bluepin with a simple shell script
> to avoid interactive authentication. A simple echo should do this,
> however I found out that a connection is only established when the
> bluepin bash script doesn't answer immediately.
>
> Here is the syslog:
>
> Jan 20 16:59:02 magito hcid[544]: pin_code_request
> (sba=00:04:0E:82:F9:74, dba=00:04:0E:84:06:CA)
> Jan 20 16:59:02 magito hcid[1088]: hci_send_cmd 6bkgLuRqDpSIYZgP
> Jan 20 16:59:02 magito hcid[544]: pin_code_request
> (sba=00:04:0E:82:F9:74, dba=00:04:0E:84:06:CA)
> Jan 20 16:59:02 magito hcid[1091]: hci_send_cmd 6bkgLuRqDpSIYZgP
> Jan 20 16:59:34 magito kernel: hci_cmd_task: hci0 command tx timeout
>
> and with "sleep 1" before echoing the pin everything goes well (besides
> the occasional tx timeout):
>
> Jan 20 17:14:35 magito hcid[544]: pin_code_request
> (sba=00:04:0E:82:F9:74, dba=0
> 0:04:0E:84:06:CA)
> Jan 20 17:14:36 magito hcid[1577]: hci_send_cmd 6bkgLuRqDpSIYZgP
> Jan 20 17:14:38 magito kernel: hci_cmd_task: hci0 command tx timeout
> Jan 20 17:15:10 magito hcid[544]: pin_code_request
> (sba=00:04:0E:82:F9:74, dba=0
> 0:04:0E:84:06:CA)
> Jan 20 17:15:11 magito hcid[1596]: hci_send_cmd 6bkgLuRqDpSIYZgP
> Jan 20 17:15:11 magito hcid[544]: pin_code_request
> (sba=00:04:0E:82:F9:74, dba=0
> 0:04:0E:84:06:CA)
> Jan 20 17:15:12 magito kernel: hci_cmd_task: hci0 command tx timeout
> Jan 20 17:15:12 magito hcid[1602]: hci_send_cmd 6bkgLuRqDpSIYZgP
> Jan 20 17:15:12 magito hcid[544]: link_key_notify (sba=00:04:0E:82:F9:74)
> Jan 20 17:15:12 magito hcid[544]: Saving link key 00:04:0E:82:F9:74
> 00:04:0E:84:
> 06:CA
> Jan 20 17:15:12 magito hcid[544]: link_key_notify (sba=00:04:0E:82:F9:74)
> Jan 20 17:15:12 magito hcid[544]: Replacing link key 00:04:0E:82:F9:74
> 00:04:0E:
> 84:06:CA
> Jan 20 17:15:12 magito kernel: Found 1 CAPI controller(s) on device
> 00:04:0E:84:
> 06:CA
> Jan 20 17:15:12 magito kernel: kcapi: Controller 1: 00:04:0E:84:06:CA
> attached
> Jan 20 17:15:12 magito kernel: kcapi: card 1 "00:04:0E:84:06:CA" ready.
> Jan 20 17:15:12 magito kernel: kcapi: notify up contr 1
> Jan 20 17:15:12 magito kernel: capi: controller 1 up
>
> I am using 2.4.24 kernel with the mh1-Patch and the source
> bluez-libs-2.5.tar.gz
> bluez-utils-2.4.tar.gz
> bluez-sdp-1.5.tar.gz
>
> Is there a reason for this behavior
show us the dump (hcidump -w <file>) for a connection setup.
Regards
Marcel
-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
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] bluepin bash script with immediate pin response
2004-01-21 1:24 ` Marcel Holtmann
@ 2004-01-21 11:12 ` Burkhard Fischer
2004-01-21 13:57 ` Marcel Holtmann
0 siblings, 1 reply; 4+ messages in thread
From: Burkhard Fischer @ 2004-01-21 11:12 UTC (permalink / raw)
To: bluez-users; +Cc: Marcel Holtmann
[-- Attachment #1: Type: text/plain, Size: 1849 bytes --]
Hi
here some more informations and the attached hci dump
/bin/bluepin:
#!/bin/bash
#sleep 1
echo "PIN:6bkgLuRqDpSIYZgP"
command:
magito:/etc/bluetooth# ciptool connect 00:04:0E:84:06:CA
Can't connect L2CAP socket: Connection refused
syslog:
Jan 21 12:01:30 magito hcid[4019]: HCI daemon ver 2.4 started
Jan 21 12:01:30 magito sdpd[4022]: sdpd v1.5 started
Jan 21 12:01:30 magito hcid[4019]: HCI dev 0 up
Jan 21 12:01:30 magito hcid[4019]: Starting security manager 0
Jan 21 12:01:42 magito hcid[4019]: pin_code_request
(sba=00:04:0E:82:F9:74, dba=00:04:0E:84:06:CA)
Jan 21 12:01:42 magito hcid[4031]: hci_send_cmd 6bkgLuRqDpSIYZgP
Jan 21 12:01:42 magito hcid[4019]: pin_code_request
(sba=00:04:0E:82:F9:74, dba=00:04:0E:84:06:CA)
Jan 21 12:01:42 magito hcid[4033]: hci_send_cmd 6bkgLuRqDpSIYZgP
best regards
Burkhard
Marcel Holtmann wrote:
> Hi Burkhard,
>
>
>>I am using BlueFRITZ! USB Bluetooth dongle, the BlueFRITZ
>>AP-ISDN and ciptool for establishing a connection.
>>
>>I want to replace the python script bluepin with a simple shell script
>>to avoid interactive authentication. A simple echo should do this,
>>however I found out that a connection is only established when the
>>bluepin bash script doesn't answer immediately.
>>
>>Is there a reason for this behavior
>
>
> show us the dump (hcidump -w <file>) for a connection setup.
>
> Regards
>
> Marcel
>
>
>
>
> -------------------------------------------------------
> The SF.Net email is sponsored by EclipseCon 2004
> Premiere Conference on Open Tools Development and Integration
> See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
> http://www.eclipsecon.org/osdn
> _______________________________________________
> Bluez-users mailing list
> Bluez-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bluez-users
>
[-- Attachment #2: bluepin_immediate_response.dmp --]
[-- Type: application/octet-stream, Size: 4411 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Bluez-users] bluepin bash script with immediate pin response
2004-01-21 11:12 ` Burkhard Fischer
@ 2004-01-21 13:57 ` Marcel Holtmann
0 siblings, 0 replies; 4+ messages in thread
From: Marcel Holtmann @ 2004-01-21 13:57 UTC (permalink / raw)
To: Burkhard Fischer; +Cc: BlueZ Mailing List
Hi Burkhard,
> here some more informations and the attached hci dump
>
> /bin/bluepin:
>
> #!/bin/bash
> #sleep 1
> echo "PIN:6bkgLuRqDpSIYZgP"
>
> command:
>
> magito:/etc/bluetooth# ciptool connect 00:04:0E:84:06:CA
> Can't connect L2CAP socket: Connection refused
> HCI Event: Link Key Request(0x17) plen 6
CA 06 84 0E 04 00
< HCI Command: Link Key Request Negative Reply(0x01|0x000c) plen 6
CA 06 84 0E 04 00
> HCI Event: PIN Code Request(0x16) plen 6
CA 06 84 0E 04 00
> ACL data: handle 0x0000 flags 0x02 dlen 16
L2CAP(s): Connect rsp: dcid 0x0041 scid 0x0041 result 4 status 0
< HCI Command: PIN Code Request Reply(0x01|0x000d) plen 23
CA 06 84 0E 04 00 10 36 62 6B 67 4C 75 52 71 44 70 53 49 59
5A 67 50
> HCI Event: Disconn Complete(0x05) plen 4
00 00 00 13
the problem seems to be the AP itself, because l2cap_conn_rsp with
result code 4 means "Connection refused - no resources available". Try
to update the firmware of your AP.
Regards
Marcel
-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
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:[~2004-01-21 13:57 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-01-20 16:38 [Bluez-users] bluepin bash script with immediate pin response Burkhard Fischer
2004-01-21 1:24 ` Marcel Holtmann
2004-01-21 11:12 ` Burkhard Fischer
2004-01-21 13:57 ` 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.