All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bluez-users] symbol lookup error
@ 2005-11-21 19:04 Arthur Chiu
  2005-11-22 11:02 ` Marcel Holtmann
  0 siblings, 1 reply; 2+ messages in thread
From: Arthur Chiu @ 2005-11-21 19:04 UTC (permalink / raw)
  To: Bluez-users

[-- Attachment #1: Type: text/plain, Size: 3031 bytes --]

Hi,

I compiled blueZ libs and utils without a problem. (using ./configure for
libs and ./configure --enable-test for utils)
After this, I ran hciconfig hci0 up, then hciconfig, both ran fine:
hci0: Type: USB
BD Address: 00:11:67:0F:C0:E7 ACL MTU: 678:8 SCO MTU: 48:10
UP RUNNING PSCAN ISCAN
RX bytes:77 acl:0 sco:0 events:9 errors:0
TX bytes:34 acl:0 sco:0 commands:9 errors:0

However, when I try to run hcitool -i hci0 inq:

Inquiring ...
00:0D:93:0F:32:F5 clock offset: 0x34fa class: 0x102104
00:0D:93:17:D7:C1 clock offset: 0x15f1 class: 0x102104
00:0E:07:15:64:B3 clock offset: 0x1069 class: 0x520204
00:13:46:A7:12:CE clock offset: 0x4c61 class: 0x000000
00:0D:93:19:E8:D4 clock offset: 0x2966 class: 0x102104
00:0D:93:1C:2E:31 clock offset: 0x18cb class: 0x102104
00:0D:93:16:49:33 clock offset: 0x38ca class: 0x102104
hcitool: symbol lookup error: hcitool: undefined symbol: bt_free

I get this symbol lookup error. Then when I try hcitool -i hci0 scan:

Scanning ...
hcitool: symbol lookup error: hcitool: undefined symbol:
hci_read_remote_name_with_clock_offset

Yet another lookup error.

Dump for the inq:

# hcidump -X
HCI sniffer - Bluetooth packet analyzer ver 1.27
device: hci0 snap_len: 1028 filter: 0xffffffff
< HCI Command: Inquiry (0x01|0x0001) plen 5
0000: 33 8b 9e 08 c8 3....
> HCI Event: Command Status (0x0f) plen 4
0000: 00 01 01 04 ....
> HCI Event: Inquiry Result (0x02) plen 15
0000: 01 31 2e 1c 93 0d 00 01 02 00 04 21 10 ca 18 .1.........!...
> HCI Event: Inquiry Result (0x02) plen 15
0000: 01 f5 32 0f 93 0d 00 01 02 00 04 21 10 fa 34 ..2........!..4
> HCI Event: Inquiry Result (0x02) plen 15
0000: 01 ce 12 a7 46 13 00 01 00 00 00 00 00 5d 4c ....F........]L
> HCI Event: Inquiry Result (0x02) plen 15
0000: 01 d4 e8 19 93 0d 00 01 02 00 04 21 10 66 29 ...........!.f)
> HCI Event: Inquiry Result (0x02) plen 15
0000: 01 33 49 16 93 0d 00 01 02 00 04 21 10 c9 38 .3I........!..8
> HCI Event: Inquiry Complete (0x01) plen 1
0000: 00


Dump for the scan (very similar, i guess scan uses inquiry as well)
< HCI Command: Inquiry (0x01|0x0001) plen 5
0000: 33 8b 9e 08 c8 3....
> HCI Event: Command Status (0x0f) plen 4
0000: 00 01 01 04 ....
> HCI Event: Inquiry Result (0x02) plen 15
0000: 01 f5 32 0f 93 0d 00 01 02 00 04 21 10 fa 34 ..2........!..4
> HCI Event: Inquiry Result (0x02) plen 15
0000: 01 d4 e8 19 93 0d 00 01 02 00 04 21 10 66 29 ...........!.f)
> HCI Event: Inquiry Result (0x02) plen 15
0000: 01 c1 d7 17 93 0d 00 01 02 00 04 21 10 f0 15 ...........!...
> HCI Event: Inquiry Result (0x02) plen 15
0000: 01 ce 12 a7 46 13 00 01 00 00 00 00 00 5c 4c ....F........\L
> HCI Event: Inquiry Result (0x02) plen 15
0000: 01 33 49 16 93 0d 00 01 02 00 04 21 10 c9 38 .3I........!..8
> HCI Event: Inquiry Result (0x02) plen 15
0000: 01 31 2e 1c 93 0d 00 01 02 00 04 21 10 c9 18 .1.........!...
> HCI Event: Inquiry Complete (0x01) plen 1
0000: 00

Would anyone know what might be wrong? Thanks.

Cheers,

Arthur

[-- Attachment #2: Type: text/html, Size: 5619 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-11-22 11:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-21 19:04 [Bluez-users] symbol lookup error Arthur Chiu
2005-11-22 11:02 ` 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.