linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "David Stockwell" <dstockwell@frequency-one.com>
To: "BlueZ development" <bluez-devel@lists.sourceforge.net>
Subject: [Bluez-devel] Bluez-utils-3.30 (patched) plugins failing at startup
Date: Sun, 27 Apr 2008 20:57:52 -0500	[thread overview]
Message-ID: <012d01c8a8d3$4669be00$6701a8c0@freqonedev> (raw)

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

As stated in my last message, I caught up with all recent patches from hcid, and now find that when initializing the libxxxxx.so 
plugins, the call to g_module_open STILL fails as shown in the following:

Apr 27 20:35:25 freqonec001 hcid[2790]: Loading plugins /usr/lib/bluetooth/plugins
Apr 27 20:35:25 freqonec001 hcid[2790]: Can't load plugin: /usr/lib/bluetooth/plugins/libnetwork.so: undefined symbol: 
error_invalid_arguments
Apr 27 20:35:25 freqonec001 hcid[2790]: Can't load plugin: /usr/lib/bluetooth/plugins/libserial.so: undefined symbol: 
error_invalid_arguments
Apr 27 20:35:25 freqonec001 hcid[2790]: Can't load plugin: /usr/lib/bluetooth/plugins/libinput.so: undefined symbol: 
error_invalid_arguments
Apr 27 20:35:25 freqonec001 hcid[2790]: Can't load plugin: /usr/lib/bluetooth/plugins/libaudio.so: undefined symbol: 
error_invalid_arguments

Also, when I do try to ActivateService, the activation fails because it is still looking for bluetoothd-service-audio.

Logs attached...


David Stockwell
Frequency One

[-- Attachment #2: 20080427 Bluez startup.log --]
[-- Type: application/octet-stream, Size: 4210 bytes --]

Apr 27 16:42:20 freqonec001 hcid[2817]: Cleanup plugins 
Apr 27 16:42:20 freqonec001 hcid[2817]: Stopping SDP server 
Apr 27 16:42:20 freqonec001 hcid[2817]: release_services 
Apr 27 16:42:20 freqonec001 hcid[2817]: Unregistering service object: /org/bluez/service_audio 
Apr 27 16:42:20 freqonec001 hcid[2817]: Unregister path: /org/bluez/hci0 
Apr 27 16:42:20 freqonec001 hcid[2817]: Exit 
Apr 27 20:35:24 freqonec001 hcid[2790]: Bluetooth HCI daemon 
Apr 27 20:35:24 freqonec001 hcid[2790]: Enabling debug information 
Apr 27 20:35:24 freqonec001 hcid[2790]: Registering experimental manager path 
Apr 27 20:35:24 freqonec001 hcid[2790]: Registering experimental manager interface 
Apr 27 20:35:24 freqonec001 hcid[2790]: HCI dev 0 registered 
Apr 27 20:35:24 freqonec001 hcid[2790]: Starting SDP server 
Apr 27 20:35:24 freqonec001 hcid[2790]: Adding rec : 0x8089bf0 
Apr 27 20:35:24 freqonec001 hcid[2790]: with handle : 0x1 
Apr 27 20:35:24 freqonec001 hcid[2790]: Adding rec : 0x8089dd0 
Apr 27 20:35:24 freqonec001 hcid[2790]: with handle : 0x0 
Apr 27 20:35:24 freqonec001 hcid[2790]: Service classes 0x00 
Apr 27 20:35:25 freqonec001 kernel: uhci_hcd 0000:00:10.0: UHCI Host Controller 
Apr 27 20:35:25 freqonec001 kernel: uhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 1 
Apr 27 20:35:25 freqonec001 kernel: uhci_hcd 0000:00:10.0: irq 16, io base 0x0000e400 
Apr 27 20:35:25 freqonec001 kernel: uhci_hcd 0000:00:10.1: UHCI Host Controller 
Apr 27 20:35:25 freqonec001 kernel: uhci_hcd 0000:00:10.1: new USB bus registered, assigned bus number 2 
Apr 27 20:35:25 freqonec001 kernel: uhci_hcd 0000:00:10.1: irq 16, io base 0x0000e800 
Apr 27 20:35:25 freqonec001 kernel: uhci_hcd 0000:00:10.2: UHCI Host Controller 
Apr 27 20:35:25 freqonec001 kernel: uhci_hcd 0000:00:10.2: new USB bus registered, assigned bus number 3 
Apr 27 20:35:25 freqonec001 kernel: uhci_hcd 0000:00:10.2: irq 16, io base 0x0000ec00 
Apr 27 20:35:25 freqonec001 kernel: ehci_hcd 0000:00:10.3: EHCI Host Controller 
Apr 27 20:35:25 freqonec001 kernel: ehci_hcd 0000:00:10.3: new USB bus registered, assigned bus number 4 
Apr 27 20:35:25 freqonec001 kernel: ehci_hcd 0000:00:10.3: irq 16, io mem 0xdfffff00 
Apr 27 20:35:25 freqonec001 kernel: usb 2-1: new low speed USB device using uhci_hcd and address 2 
Apr 27 20:35:25 freqonec001 kernel: ehci_hcd 0000:00:10.3: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004 
Apr 27 20:35:25 freqonec001 hcid[2790]: Loading plugins /usr/lib/bluetooth/plugins 
Apr 27 20:35:25 freqonec001 kernel: usb 3-1: new low speed USB device using uhci_hcd and address 2 
Apr 27 20:35:25 freqonec001 kernel: usb 3-2: new low speed USB device using uhci_hcd and address 3 
Apr 27 20:35:25 freqonec001 hcid[2790]: Can't load plugin: /usr/lib/bluetooth/plugins/libnetwork.so: undefined symbol: error_invalid_arguments 
Apr 27 20:35:25 freqonec001 kernel: usb 2-2: new full speed USB device using uhci_hcd and address 4 
Apr 27 20:35:25 freqonec001 hcid[2790]: Can't load plugin: /usr/lib/bluetooth/plugins/libserial.so: undefined symbol: error_invalid_arguments 
Apr 27 20:35:25 freqonec001 kernel: usbcore: registered new interface driver hci_usb 
Apr 27 20:35:25 freqonec001 hcid[2790]: Can't load plugin: /usr/lib/bluetooth/plugins/libinput.so: undefined symbol: error_invalid_arguments 
Apr 27 20:35:25 freqonec001 hcid[2790]: Can't load plugin: /usr/lib/bluetooth/plugins/libaudio.so: undefined symbol: error_invalid_arguments 
Apr 27 20:35:25 freqonec001 hcid[2790]: Registering service object: ident=audio, name=Audio service (/org/bluez/service_audio) 
Apr 27 20:35:25 freqonec001 hcid[2790]: HCI dev 0 up 
Apr 27 20:35:25 freqonec001 hcid[2790]: Device hci0 has been added 
Apr 27 20:35:25 freqonec001 hcid[2790]: Starting security manager 0 
Apr 27 20:35:25 freqonec001 hcid[2790]: Device hci0 has been activated 
Apr 27 20:35:25 freqonec001 hcid[2790]: child 2817 exited 
Apr 27 20:35:25 freqonec001 hcid[2790]: child 2926 exited 
Apr 27 20:39:19 freqonec001 hcid[2790]: /org/bluez: org.bluez.Manager.ActivateService() 
Apr 27 20:39:19 freqonec001 hcid[2790]: Unable to execute /usr/lib/bluetooth/bluetoothd-service-audio 

[-- Attachment #3: Type: text/plain, Size: 320 bytes --]

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone

[-- Attachment #4: Type: text/plain, Size: 164 bytes --]

_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

             reply	other threads:[~2008-04-28  1:57 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-28  1:57 David Stockwell [this message]
2008-04-29 14:07 ` [Bluez-devel] Bluez-utils-3.30 (patched) plugins failing at startup Stefan Seyfried
  -- strict thread matches above, loose matches on Subject: below --
2008-04-29 22:31 David Stockwell
2008-04-29 22:35 David Stockwell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='012d01c8a8d3$4669be00$6701a8c0@freqonedev' \
    --to=dstockwell@frequency-one.com \
    --cc=bluez-devel@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).