public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [Bluez-users] Not finding services through D-Bus API
@ 2007-10-17  2:26 Chris Dragga
  2007-10-17 14:22 ` Marcel Holtmann
  0 siblings, 1 reply; 4+ messages in thread
From: Chris Dragga @ 2007-10-17  2:26 UTC (permalink / raw)
  To: bluez-users

I'm trying to use the Bluez D-Bus API on XUbuntu to establish a PAN network connection, as described in the wiki page on creating network connections.  However, I inevitably get the error "No such service" upon trying to activate the network service with the Bluez Manager object.  Furthermore, calls to ListServices() return an empty array, and I've noticed that none of the .service files that come with Bluez-utils are installed on my computer.  sdptool works, though, allowing me to activate services that then show up using "sdptool browse local".  I currently have bluez-utils-3.20 and bluez-libs-3.20 installed, though I've also tried this with bluez-utils-3.9 and bluez-libs-3.9 (the packages available from Synaptic) with equally little success.  If anyone could provide any information that might help me, I'd greatly appreciate it, as I'm really not sure what to do.

Thanks,
Chris Dragga




       
____________________________________________________________________________________
Take the Internet to Go: Yahoo!Go puts the Internet in your pocket: mail, news, photos & more. 
http://mobile.yahoo.com/go?refer=1GNXIC

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
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] Not finding services through D-Bus API
@ 2007-10-22  3:42 Chris Dragga
  0 siblings, 0 replies; 4+ messages in thread
From: Chris Dragga @ 2007-10-22  3:42 UTC (permalink / raw)
  To: BlueZ users

Thanks for the advice, but I went through the syslog, and wasn't able
to find any errors regarding this.  I did realize belatedly that I
lacked libusb, flex, and bison, but installing those made no
difference.  Does one have to install the different services manually,
or is it possible that my device is just broken somehow (I'm using a
Trendnet Compact Bluetooth USB 2.0 Adapter, which is probably not the
greatest piece of equipment in the world)?



In addition, I'm getting another problem where the device on my main
computer will not be recognized with the device on my laptop, though my
main computer will see the device on my laptop (my laptop also lacks
the service files).  I doubt this is related, but I thought I'd mention
it in the event that it was.



-Chris

----- Original Message ----
From: Marcel Holtmann <marcel@holtmann.org>
To: BlueZ users <bluez-users@lists.sourceforge.net>
Sent: Wednesday, October 17, 2007 9:22:27 AM
Subject: Re: [Bluez-users] Not finding services through D-Bus API


Hi Chris,

> I'm trying to use the Bluez D-Bus API on XUbuntu to establish a PAN
 network connection, as described in the wiki page on creating network
 connections.  However, I inevitably get the error "No such service" upon
 trying to activate the network service with the Bluez Manager object.
  Furthermore, calls to ListServices() return an empty array, and I've
 noticed that none of the .service files that come with Bluez-utils are
 installed on my computer.  sdptool works, though, allowing me to activate
 services that then show up using "sdptool browse local".  I currently
 have bluez-utils-3.20 and bluez-libs-3.20 installed, though I've also
 tried this with bluez-utils-3.9 and bluez-libs-3.9 (the packages
 available from Synaptic) with equally little success.  If anyone could provide
 any information that might help me, I'd greatly appreciate it, as I'm
 really not sure what to do.

the the syslog for any error messages.

Regards

Marcel



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users




__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
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] Not finding services through D-Bus API
@ 2007-10-22  4:30 Chris Dragga
  0 siblings, 0 replies; 4+ messages in thread
From: Chris Dragga @ 2007-10-22  4:30 UTC (permalink / raw)
  To: BlueZ users

Disregard these questions.  Almost immediately after posting this, I realized that configure had an option --enable-network; after using this, my problem naturally went away.  Sorry to waste your time.

-Chris Dragga

----- Original Message ----
From: Chris Dragga <chris_dragga@yahoo.com>
To: BlueZ users <bluez-users@lists.sourceforge.net>
Sent: Sunday, October 21, 2007 10:42:58 PM
Subject: Re: [Bluez-users] Not finding services through D-Bus API


Thanks for the advice, but I went through the syslog, and wasn't able
to find any errors regarding this.  I did realize belatedly that I
lacked libusb, flex, and bison, but installing those made no
difference.  Does one have to install the different services manually,
or is it possible that my device is just broken somehow (I'm using a
Trendnet Compact Bluetooth USB 2.0 Adapter, which is probably not the
greatest piece of equipment in the world)?



In addition, I'm getting another problem where the device on my main
computer will not be recognized with the device on my laptop, though my
main computer will see the device on my laptop (my laptop also lacks
the service files).  I doubt this is related, but I thought I'd mention
it in the event that it was.



-Chris

----- Original Message ----
From: Marcel Holtmann <marcel@holtmann.org>
To: BlueZ users <bluez-users@lists.sourceforge.net>
Sent: Wednesday, October 17, 2007 9:22:27 AM
Subject: Re: [Bluez-users] Not finding services through D-Bus API


Hi Chris,

> I'm trying to use the Bluez D-Bus API on XUbuntu to establish a PAN
 network connection, as described in the wiki page on creating network
 connections.  However, I inevitably get the error "No such service"
 upon
 trying to activate the network service with the Bluez Manager object.
  Furthermore, calls to ListServices() return an empty array, and I've
 noticed that none of the .service files that come with Bluez-utils are
 installed on my computer.  sdptool works, though, allowing me to
 activate
 services that then show up using "sdptool browse local".  I currently
 have bluez-utils-3.20 and bluez-libs-3.20 installed, though I've also
 tried this with bluez-utils-3.9 and bluez-libs-3.9 (the packages
 available from Synaptic) with equally little success.  If anyone could
 provide
 any information that might help me, I'd greatly appreciate it, as I'm
 really not sure what to do.

the the syslog for any error messages.

Regards

Marcel



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users




__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users




__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
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:[~2007-10-22  4:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-17  2:26 [Bluez-users] Not finding services through D-Bus API Chris Dragga
2007-10-17 14:22 ` Marcel Holtmann
  -- strict thread matches above, loose matches on Subject: below --
2007-10-22  3:42 Chris Dragga
2007-10-22  4:30 Chris Dragga

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox