Tiny Core Linux
Tiny Core Extensions => TCE Q&A Forum => Topic started by: vinnie on November 06, 2011, 04:29:37 AM
-
I would like to use bluetooth to connect to the Internet because it consumes less battery of my phone, radiates less, and perhaps I can even use mic/speker PC to phone calls.
I did a little research and i know blueman (and bluez), ok this packager is on repo, after power on the module in bios i am ready to go:
tc@box:~$ sudo /usr/local/etc/init.d/bluez start
stopped /usr/local/bin/dbus-daemon (pid 4240)
rm: can't remove '/var/run/dbus/pid': No such file or directory
tc@box:~$
Epic Failt ;D
Now I refer to your brilliant minds :P
-
Ok, quick update, if I am logged in as root (without sudo) no error is committed.
tc@box:~$ sudo su
root@box:~# /usr/local/etc/init.d/bluez start
root@box:~#
Now "add "dbus-launch --sh-syntax --exit-with-session" to .X.d/dbus" but i don't have dbus file in /home/tc/.X.d directory
Other problem:
-blueman don't have a menu voice, it is normal?
-blueman-applet don't run any guy and return this error:
tc@box:~$ blueman-applet
Loading configuration plugins
_________
<module> (/usr/local/lib/python2.7/site-packages/blueman/main/Config.py:20)
Skipping plugin Gconf
No module named gconf
Skipping plugin file
org.freedesktop.DBus.Error.NoServer: Failed to connect to socket /tmp/dbus-zliYdg4NA1: Connection refused
No suitable configuration backend found, exitting
Exception AttributeError: "'File' object has no attribute 'Monitor'" in <bound method File.__del__ of <File object at 0xa2b811c (blueman+plugins+ConfigPlugin+ConfigPlugin at 0xa127400)>> ignored
_________
save (/usr/local/lib/python2.7/site-packages/blueman/plugins/config/File.py:117)
Saving config
tc@box:~$
-
Ok, quick update, if I am logged in as root (without sudo) no error is committed.
That's not the reason - the first time you start bluez it will attempt to stop and restart dbus. If dbus is not running, you will see the message '/var/run/dbus/pid': No such file or directory. On second and subsequent bluez restarts, it will not restart dbus.
Now "add "dbus-launch --sh-syntax --exit-with-session" to .X.d/dbus" but i don't have dbus file in /home/tc/.X.d directory
That's correct, you need to create ~/.X.d/dbus
org.freedesktop.DBus.Error.NoServer: Failed to connect to socket /tmp/dbus-zliYdg4NA1: Connection refused
I believe this happened because the xserver started without ~/.X.d/dbus as mentioned above.
BTW, I believe it's blueman-manager you need to run
-
Just a small observation, don't know if it matters. In the 3.x repository:
The info tab for blueman-2.6.tcz reads
add "dbus-launch --sh-syntax --exit-with-session" to .xsession
The info tab for blueman-2.7.tcz reads
add "dbus-launch --sh-syntax --exit-with-session" to .X.d/dbus
-
I guess when blueman-2.6 was first created we didn't have the ~/.X.d facility...
-
Ok thanks juanito for reply, aftei i write second message i found this post: http://forum.tinycorelinux.net/index.php/topic,8559.msg45965.html#msg45965 (http://forum.tinycorelinux.net/index.php/topic,8559.msg45965.html#msg45965)
After first 4 steps of A paragraph blueman start and find my phone.
Unfortunately I had not considered that my phone does not support tethering bluethoot without installing third-party app. but I have not yet found a working app, I will continue to seek.
Let me ask another just two things:
-"add "dbus-launch --sh-syntax --exit-with-session" to .X.d/dbus" this part is to keep the dbus configuration after backup and restart?
-although I can not use it to connect, do you think I could use blueman to interact with speaker/mic of my PC in place of the phone during a call?
-
-"add "dbus-launch --sh-syntax --exit-with-session" to .X.d/dbus" this part is to keep the dbus configuration after backup and restart?
since .X.d is under /home/tc, it will be automatically backed up if you have backup enabled and you haven't changed the default .filetool.lst. The 'dbus-launch" command enables dbus messaging within the xsession.
-although I can not use it to connect, do you think I could use blueman to interact with speaker/mic of my PC in place of the phone during a call?
you can certainly use blueman to pair with a bluetooth headset speaker/mic using (for example) skype on your pc if that's what you mean
-
since .X.d is under /home/tc, it will be automatically backed up if you have backup enabled and you haven't changed the default .filetool.lst. The 'dbus-launch" command enables dbus messaging within the xsession.
Ok, and after backup and reboot I can run blueman without kill x?
you can certainly use blueman to pair with a bluetooth headset speaker/mic using (for example) skype on your pc if that's what you mean
but I must do the opposite, make calls with phone and interface with the speaker/mic PC (making the pc as an bluetooth headset)
-
Ok, and after backup and reboot I can run blueman without kill x?
It works OK for me - remember you will need to start bluez using bootlocal.sh
but I must do the opposite, make calls with phone and interface with the speaker/mic PC (making the pc as an bluetooth headset)
I've no idea how you would go about that or even if it is possible..
-
Hm, if the phone shows as a modem, voice calls should be possible - don't ask me how though, last I did that kind of thing was with a 56k modem in the 90s :P
-
Ok now i think all connection works, summarize:
-Kill x
-$ sudo dbus-launch
-$ /usr/local/etc/init.d/bluez start
- add "dbus-launch --sh-syntax --exit-with-session" to .X.d/dbus
- startx
- start blueman-manager
- program find my phone, i select pairing and trusted
I must now create the connection and there seems to be successful because I see the three icon on the on the right and the exchange of data but I do not know what to do,
If I start playing with the program after a while it block and if I kill these does not restart.
An idea?
@Curaga, I think it's doable, but I do not think it is a matter of dialup, instead there should be as though the PC interface also acted Bluetooth Headset.
However it is not essential,that goes wrong i buy a headset :P
-
Just to give color to my request :P
(http://oi42.tinypic.com/8wa6ok.jpg)
-
-$ sudo dbus-launch
-$ /usr/local/etc/init.d/bluez start
Starting bluez will start the dbus daemon, so no need to use dbus-launch
-
Just to give color to my request :P
If you start blueman from a terminal window, do you see an error message?
-
Starting bluez will start the dbus daemon, so no need to use dbus-launch
At the next attempt I try,however, after "dbus-launch", the first time that I start ".../bluez start" always returns the error "rm: can not remove '/ var / run / dbus / pid': No such file or directory".
This doesn't happen the second time.
Anyway blueman start, for which I have not reported.
If you start blueman from a terminal window, do you see an error message?
I divide the output for convenience:
Start Blueman (http://sprunge.us/YObL)
Search (http://sprunge.us/DgDQ)
Pairing (http://sprunge.us/MCBg) and pairing error (http://sprunge.us/dZRU) located at the bottom of gui (I had not noticed before)
So I tried to refresh device (http://sprunge.us/eIOi)
Click on setup (http://sprunge.us/XVLL) ad in animated gif and Dun up to failure (http://sprunge.us/ZMWC)
This is the complete output (http://sprunge.us/TjFD) not divide
-
At the next attempt I try,however, after "dbus-launch", the first time that I start ".../bluez start" always returns the error "rm: can not remove '/ var / run / dbus / pid': No such file or directory".
This doesn't happen the second time.
..which is as I explained a couple of posts ago. After using the command "sudo /usr/local/etc/init.d/bluez start", if you check for dbus using "ps aux | grep dbus", you will see dbus is running.
Anyway blueman start, for which I have not reported.
The links don't work for me..
-
The links don't work for me..
Strange! all link work from my pc!
However, to avoid equivoque this is the full output:
tc@box:~$ blueman-manager
Loading configuration plugins
_________
<module> (/usr/local/lib/python2.7/site-packages/blueman/main/Config.py:20)
Skipping plugin Gconf
No module named gconf
Using file config backend
_________
on_bluez_name_owner_changed (/usr/local/bin/blueman-manager:104)
org.bluez owner changed to :1.0
Using file config backend
_________
SetAdapter (/usr/local/lib/python2.7/site-packages/blueman/gui/DeviceList.py:300)
None
/usr/local/lib/python2.7/site-packages/blueman/gui/manager/ManagerToolbar.py:46: GtkWarning: Could not find the icon 'blueman-trust'. The 'hicolor' theme
was not found either, perhaps you need to install it.
You can get a copy from:
http://icon-theme.freedesktop.org/releases
size = self.b_trust.size_request()
_________
on_adapter_changed (/usr/local/lib/python2.7/site-packages/blueman/gui/manager/ManagerToolbar.py:89)
toolbar adapter /org/bluez/4925/hci0
_________
on_property_changed (/usr/local/lib/python2.7/site-packages/blueman/gui/DeviceList.py:179)
adapter propery changed Discovering 1
_________
on_device_found (/usr/local/lib/python2.7/site-packages/blueman/gui/DeviceList.py:154)
Device discovered 5C:17:D3:19:0A:FB
_________
__init__ (/usr/local/lib/python2.7/site-packages/blueman/main/Device.py:35)
caching initial properties
_________
add_device (/usr/local/lib/python2.7/site-packages/blueman/gui/DeviceList.py:359)
adding new device
_________
do_cache (/usr/local/lib/python2.7/site-packages/blueman/gui/DeviceList.py:550)
Caching new device 5C:17:D3:19:0A:FB
_________
row_update_event (/usr/local/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:278)
row update event Fake True
/usr/local/lib/python2.7/site-packages/blueman/Functions.py:222: GtkWarning: gdk_pixbuf_composite: assertion `dest_x >= 0 && dest_x + dest_width <= dest->width' failed
source[0].composite(target, source[1], source[2], source[0].get_width(), source[0].get_height(), source[1], source[2], 1, 1, gtk.gdk.INTERP_NEAREST, source[3])
_________
row_update_event (/usr/local/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:278)
row update event Paired 0
_________
row_update_event (/usr/local/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:278)
row update event RSSI -72
opacity 174
RSSI: -72
_________
on_property_changed (/usr/local/lib/python2.7/site-packages/blueman/gui/DeviceList.py:179)
adapter propery changed Discovering 0
_________
on_device_created (/usr/local/lib/python2.7/site-packages/blueman/gui/DeviceList.py:281)
created /org/bluez/4925/hci0/dev_5C_17_D3_19_0A_FB
_________
__init__ (/usr/local/lib/python2.7/site-packages/blueman/main/Device.py:35)
caching initial properties
_________
do_cache (/usr/local/lib/python2.7/site-packages/blueman/gui/DeviceList.py:550)
Caching new device 5C:17:D3:19:0A:FB
_________
row_update_event (/usr/local/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:278)
row update event Fake False
_________
row_update_event (/usr/local/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:278)
row update event Trusted 0
_________
row_update_event (/usr/local/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:278)
row update event Paired 0
_________
Generate (/usr/local/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:221)
LG-P500
_________
init_services (/usr/local/lib/python2.7/site-packages/blueman/main/Device.py:91)
Loading services
_________
row_update_event (/usr/local/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:278)
row update event Fake False
_________
on_property_changed (/usr/local/lib/python2.7/site-packages/blueman/gui/DeviceList.py:179)
adapter propery changed Devices dbus.Array([dbus.ObjectPath('/org/bluez/4925/hci0/dev_5C_17_D3_19_0A_FB')], signature=dbus.Signature('o'), variant_level=1)
_________
on_device_property_changed (/usr/local/lib/python2.7/site-packages/blueman/gui/DeviceList.py:190)
list: device_prop_ch Connected 1 /org/bluez/4925/hci0/dev_5C_17_D3_19_0A_FB () {}
_________
row_update_event (/usr/local/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:278)
row update event Connected 1
_________
Generate (/usr/local/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:221)
LG-P500
_________
monitor_power_levels (/usr/local/lib/python2.7/site-packages/blueman/gui/DeviceList.py:213)
starting monitor
_________
level_setup_event (/usr/local/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:339)
animating up
_________
on_device_property_changed (/usr/local/lib/python2.7/site-packages/blueman/gui/DeviceList.py:190)
list: device_prop_ch Paired 1 /org/bluez/4925/hci0/dev_5C_17_D3_19_0A_FB () {}
_________
row_update_event (/usr/local/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:278)
row update event Paired 1
_________
Generate (/usr/local/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:221)
LG-P500
_________
init_services (/usr/local/lib/python2.7/site-packages/blueman/main/Device.py:91)
Loading services
_________
on_device_property_changed (/usr/local/lib/python2.7/site-packages/blueman/gui/DeviceList.py:190)
list: device_prop_ch UUIDs dbus.Array([dbus.String(u'00001103-0000-1000-8000-00805f9b34fb'), dbus.String(u'00001105-0000-1000-8000-00805f9b34fb'), dbus.String(u'0000110a-0000-1000-8000-00805f9b34fb'), dbus.String(u'0000110c-0000-1000-8000-00805f9b34fb'), dbus.String(u'00001112-0000-1000-8000-00805f9b34fb'), dbus.String(u'00001116-0000-1000-8000-00805f9b34fb'), dbus.String(u'0000111f-0000-1000-8000-00805f9b34fb'), dbus.String(u'0000112f-0000-1000-8000-00805f9b34fb'), dbus.String(u'00001200-0000-1000-8000-00805f9b34fb')], signature=dbus.Signature('s'), variant_level=1) /org/bluez/4925/hci0/dev_5C_17_D3_19_0A_FB () {}
_________
row_update_event (/usr/local/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:278)
row update event UUIDs dbus.Array([dbus.String(u'00001103-0000-1000-8000-00805f9b34fb'), dbus.String(u'00001105-0000-1000-8000-00805f9b34fb'), dbus.String(u'0000110a-0000-1000-8000-00805f9b34fb'), dbus.String(u'0000110c-0000-1000-8000-00805f9b34fb'), dbus.String(u'00001112-0000-1000-8000-00805f9b34fb'), dbus.String(u'00001116-0000-1000-8000-00805f9b34fb'), dbus.String(u'0000111f-0000-1000-8000-00805f9b34fb'), dbus.String(u'0000112f-0000-1000-8000-00805f9b34fb'), dbus.String(u'00001200-0000-1000-8000-00805f9b34fb')], signature=dbus.Signature('s'), variant_level=1)
_________
Generate (/usr/local/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:221)
LG-P500
_________
on_device_property_changed (/usr/local/lib/python2.7/site-packages/blueman/gui/DeviceList.py:190)
list: device_prop_ch Connected 0 /org/bluez/4925/hci0/dev_5C_17_D3_19_0A_FB () {}
_________
row_update_event (/usr/local/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:278)
row update event Connected 0
_________
Generate (/usr/local/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:221)
LG-P500
_________
level_setup_event (/usr/local/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:339)
animating down
_________
update (/usr/local/lib/python2.7/site-packages/blueman/gui/DeviceList.py:214)
stopping monitor (not connected)
_________
err (/usr/local/bin/blueman-manager:247)
(DBu.ception(dbus.String(u'Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.'),),)
/usr/local/lib/python2.7/site-packages/blueman/gui/MessageArea.py:169: Warning: g_object_set_qdata: assertion `G_IS_OBJECT (object)' failed
self.show()
_________
__del__ (/usr/local/lib/python2.7/site-packages/blueman/main/Device.py:78)
deleting device None
_________
Destroy (/usr/local/lib/python2.7/site-packages/blueman/main/Device.py:114)
invalidating device None
_________
Generate (/usr/local/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:221)
LG-P500
_________
Generate (/usr/local/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:221)
LG-P500
_________
set_op (/usr/local/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:89)
op: regenerating instance <ManagerDeviceMenu object at 0x93cd5f4 (GtkMenu at 0x9660330)>
_________
set_op (/usr/local/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:89)
op: regenerating instance <ManagerDeviceMenu object at 0x93cf70c (GtkMenu at 0x9660430)>
_________
on_device_property_changed (/usr/local/lib/python2.7/site-packages/blueman/gui/DeviceList.py:190)
list: device_prop_ch Connected 1 /org/bluez/4925/hci0/dev_5C_17_D3_19_0A_FB () {}
_________
row_update_event (/usr/local/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:278)
row update event Connected 1
_________
monitor_power_levels (/usr/local/lib/python2.7/site-packages/blueman/gui/DeviceList.py:213)
starting monitor
_________
level_setup_event (/usr/local/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:339)
animating up
_________
unset_op (/usr/local/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:103)
op: regenerating instance <ManagerDeviceMenu object at 0x93cd5f4 (GtkMenu at 0x9660330)>
_________
Generate (/usr/local/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:221)
LG-P500
_________
unset_op (/usr/local/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:103)
op: regenerating instance <ManagerDeviceMenu object at 0x93cf70c (GtkMenu at 0x9660430)>
_________
on_device_property_changed (/usr/local/lib/python2.7/site-packages/blueman/gui/DeviceList.py:190)
list: device_prop_ch Connected 0 /org/bluez/4925/hci0/dev_5C_17_D3_19_0A_FB () {}
_________
row_update_event (/usr/local/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:278)
row update event Connected 0
_________
Generate (/usr/local/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:221)
LG-P500
_________
level_setup_event (/usr/local/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:339)
animating down
_________
update (/usr/local/lib/python2.7/site-packages/blueman/gui/DeviceList.py:214)
stopping monitor (not connected)
_________
Generate (/usr/local/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:221)
LG-P500
_________
Generate (/usr/local/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:221)
LG-P500
_________
Generate (/usr/local/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:221)
LG-P500
Loading configuration plugins
_________
<module> (/usr/local/lib/python2.7/site-packages/blueman/main/Config.py:20)
Skipping plugin Gconf
No module named gconf
Using file config backend
/usr/local/lib/python2.7/site-packages/blueman/Functions.py:166: GtkWarning: Could not find the icon 'gtk-dialog-authentication'. The 'hicolor' theme
was not found either, perhaps you need to install it.
You can get a copy from:
http://icon-theme.freedesktop.org/releases
icon = ic.load_icon(name, size, 0)
_________
SetAdapter (/usr/local/lib/python2.7/site-packages/blueman/gui/DeviceList.py:300)
None
_________
__init__ (/usr/local/lib/python2.7/site-packages/blueman/main/Device.py:35)
caching initial properties
_________
add_device (/usr/local/lib/python2.7/site-packages/blueman/gui/DeviceList.py:359)
adding new device
_________
do_cache (/usr/local/lib/python2.7/site-packages/blueman/gui/DeviceList.py:550)
Caching new device 5C:17:D3:19:0A:FB
_________
__init__ (/usr/local/lib/python2.7/site-packages/blueman/main/Device.py:35)
caching initial properties
_________
init_services (/usr/local/lib/python2.7/site-packages/blueman/main/Device.py:91)
Loading services
{u'control': <blueman.bluez.ServiceInterface.ServiceInterface object at 0x96f2fcc>, u'serial': <blueman.bluez.ServiceInterface.ServiceInterface object at 0x96f2f0c>, u'introspectable': <blueman.bluez.ServiceInterface.ServiceInterface object at 0x96f2e6c>, u'network': <blueman.bluez.ServiceInterface.ServiceInterface object at 0x96f2e4c>, u'audio': <blueman.bluez.ServiceInterface.ServiceInterface object at 0x96f2f8c>}
connect
_________
on_device_property_changed (/usr/local/lib/python2.7/site-packages/blueman/gui/DeviceList.py:190)
list: device_prop_ch Connected 1 /org/bluez/4925/hci0/dev_5C_17_D3_19_0A_FB () {}
_________
monitor_power_levels (/usr/local/lib/python2.7/site-packages/blueman/gui/DeviceList.py:213)
starting monitor
_________
on_device_property_changed (/usr/local/lib/python2.7/site-packages/blueman/gui/DeviceList.py:190)
list: device_prop_ch Connected 1 /org/bluez/4925/hci0/dev_5C_17_D3_19_0A_FB () {}
_________
row_update_event (/usr/local/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:278)
row update event Connected 1
_________
Generate (/usr/local/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:221)
LG-P500
_________
monitor_power_levels (/usr/local/lib/python2.7/site-packages/blueman/gui/DeviceList.py:213)
starting monitor
_________
level_setup_event (/usr/local/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:339)
animating up
_________
on_device_property_changed (/usr/local/lib/python2.7/site-packages/blueman/gui/DeviceList.py:190)
list: device_prop_ch Connected 0 /org/bluez/4925/hci0/dev_5C_17_D3_19_0A_FB () {}
_________
on_device_property_changed (/usr/local/lib/python2.7/site-packages/blueman/gui/DeviceList.py:190)
list: device_prop_ch Connected 0 /org/bluez/4925/hci0/dev_5C_17_D3_19_0A_FB () {}
_________
row_update_event (/usr/local/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:278)
row update event Connected 0
_________
Generate (/usr/local/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:221)
LG-P500
_________
level_setup_event (/usr/local/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:339)
animating down
_________
update (/usr/local/lib/python2.7/site-packages/blueman/gui/DeviceList.py:214)
stopping monitor (not connected)
_________
update (/usr/local/lib/python2.7/site-packages/blueman/gui/DeviceList.py:214)
stopping monitor (not connected)
_________
save (/usr/local/lib/python2.7/site-packages/blueman/plugins/config/File.py:117)
Saving config
Exception AttributeError: "'NoneType' object has no attribute 'Bus'" in <bound method File.__del__ of <File object at 0x97ce1bc (blueman+plugins+ConfigPlugin+ConfigPlugin at 0x948bf20)>> ignored
_________
child_closed (/usr/local/lib/python2.7/site-packages/blueman/Functions.py:137)
['/usr/local/bin/blueman-assistant', u'--device=5C:17:D3:19:0A:FB'] closed
Start http://pastebin.ca/2093310 (http://pastebin.ca/2093310)
Search http://pastebin.ca/2093313 (http://pastebin.ca/2093313)
Pairing http://pastebin.ca/2093314 (http://pastebin.ca/2093314) & Pairing error http://pastebin.ca/2093315 (http://pastebin.ca/2093315)
Refresh Device http://pastebin.ca/2093316 (http://pastebin.ca/2093316)
Setup http://pastebin.ca/2093320 (http://pastebin.ca/2093320)
Dun & Close http://pastebin.ca/2093322 (http://pastebin.ca/2093322)
-
The only real error I see in the output is:
err (/usr/local/bin/blueman-manager:247)
(DBu.ception(dbus.String(u'Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.'),),)
/usr/local/lib/python2.7/site-packages/blueman/gui/MessageArea.py:169: Warning: g_object_set_qdata: assertion `G_IS_OBJECT (object)' failed
self.show()
..maybe you need to establish the Internet connection (3G?) with your phone before pairing with blueman?
Note also, the icon errors will go away if you load gnome-icon-theme and you could also try loading GConf to see if that helps.
-
Yes, my chellphone is connect (i use wifi tether for navigate in this moment).
For gconf, I just tried to install but after close blueman-manager (Adapter--->Quit) and reopen.
The problem is the same:
tc@box:~$ blueman-manager
Loading configuration plugins
_________
<module> (/usr/local/lib/python2.7/site-packages/blueman/main/Config.py:20)
Skipping plugin Gconf
No module named gconf
Using file config backend
_________
on_bluez_name_owner_changed (/usr/local/bin/blueman-manager:104)
org.bluez owner changed to :1.0
Using file config backend
_________
SetAdapter (/usr/local/lib/python2.7/site-packages/blueman/gui/DeviceList.py:300)
None
_________
on_adapter_changed (/usr/local/lib/python2.7/site-packages/blueman/gui/manager/ManagerToolbar.py:89)
toolbar adapter /org/bluez/4925/hci0
_________
__init__ (/usr/local/lib/python2.7/site-packages/blueman/main/Device.py:35)
caching initial properties
_________
add_device (/usr/local/lib/python2.7/site-packages/blueman/gui/DeviceList.py:359)
adding new device
_________
do_cache (/usr/local/lib/python2.7/site-packages/blueman/gui/DeviceList.py:550)
Caching new device 5C:17:D3:19:0A:FB
_________
row_update_event (/usr/local/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:278)
row update event Fake False
_________
row_update_event (/usr/local/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:278)
row update event Trusted 0
_________
row_update_event (/usr/local/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:278)
row update event Paired 1
_________
Generate (/usr/local/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:221)
LG-P500
_________
init_services (/usr/local/lib/python2.7/site-packages/blueman/main/Device.py:91)
Loading services
_________
Generate (/usr/local/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:221)
LG-P500
_________
Generate (/usr/local/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:221)
LG-P500
_________
Generate (/usr/local/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:221)
LG-P500
Loading configuration plugins
_________
<module> (/usr/local/lib/python2.7/site-packages/blueman/main/Config.py:20)
Skipping plugin Gconf
No module named gconf
Using file config backend
_________
SetAdapter (/usr/local/lib/python2.7/site-packages/blueman/gui/DeviceList.py:300)
None
_________
__init__ (/usr/local/lib/python2.7/site-packages/blueman/main/Device.py:35)
caching initial properties
_________
add_device (/usr/local/lib/python2.7/site-packages/blueman/gui/DeviceList.py:359)
adding new device
_________
do_cache (/usr/local/lib/python2.7/site-packages/blueman/gui/DeviceList.py:550)
Caching new device 5C:17:D3:19:0A:FB
_________
__init__ (/usr/local/lib/python2.7/site-packages/blueman/main/Device.py:35)
caching initial properties
_________
init_services (/usr/local/lib/python2.7/site-packages/blueman/main/Device.py:91)
Loading services
{u'control': <blueman.bluez.ServiceInterface.ServiceInterface object at 0xa107b4c>, u'serial': <blueman.bluez.ServiceInterface.ServiceInterface object at 0xa107a4c>, u'introspectable': <blueman.bluez.ServiceInterface.ServiceInterface object at 0xa1079ac>, u'network': <blueman.bluez.ServiceInterface.ServiceInterface object at 0xa10798c>, u'audio': <blueman.bluez.ServiceInterface.ServiceInterface object at 0xa107acc>}
connect
_________
on_device_property_changed (/usr/local/lib/python2.7/site-packages/blueman/gui/DeviceList.py:190)
list: device_prop_ch Connected 1 /org/bluez/4925/hci0/dev_5C_17_D3_19_0A_FB () {}
_________
monitor_power_levels (/usr/local/lib/python2.7/site-packages/blueman/gui/DeviceList.py:213)
starting monitor
_________
on_device_property_changed (/usr/local/lib/python2.7/site-packages/blueman/gui/DeviceList.py:190)
list: device_prop_ch Connected 1 /org/bluez/4925/hci0/dev_5C_17_D3_19_0A_FB () {}
_________
row_update_event (/usr/local/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:278)
row update event Connected 1
_________
Generate (/usr/local/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:221)
LG-P500
_________
monitor_power_levels (/usr/local/lib/python2.7/site-packages/blueman/gui/DeviceList.py:213)
starting monitor
_________
level_setup_event (/usr/local/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:339)
animating up
_________
on_device_property_changed (/usr/local/lib/python2.7/site-packages/blueman/gui/DeviceList.py:190)
list: device_prop_ch Connected 0 /org/bluez/4925/hci0/dev_5C_17_D3_19_0A_FB () {}
_________
row_update_event (/usr/local/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:278)
row update event Connected 0
_________
on_device_property_changed (/usr/local/lib/python2.7/site-packages/blueman/gui/DeviceList.py:190)
list: device_prop_ch Connected 0 /org/bluez/4925/hci0/dev_5C_17_D3_19_0A_FB () {}
_________
Generate (/usr/local/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceMenu.py:221)
LG-P500
_________
level_setup_event (/usr/local/lib/python2.7/site-packages/blueman/gui/manager/ManagerDeviceList.py:339)
animating down
_________
update (/usr/local/lib/python2.7/site-packages/blueman/gui/DeviceList.py:214)
stopping monitor (not connected)
_________
update (/usr/local/lib/python2.7/site-packages/blueman/gui/DeviceList.py:214)
stopping monitor (not connected)
_________
save (/usr/local/lib/python2.7/site-packages/blueman/plugins/config/File.py:117)
Saving config
Exception AttributeError: "'NoneType' object has no attribute 'Bus'" in <bound method File.__del__ of <File object at 0xa03b1bc (blueman+plugins+ConfigPlugin+ConfigPlugin at 0x9cf5f20)>> ignored
_________
child_closed (/usr/local/lib/python2.7/site-packages/blueman/Functions.py:137)
['/usr/local/bin/blueman-assistant', u'--device=5C:17:D3:19:0A:FB'] closed
I see that mounting vlc, its dependence make appear the signal icons on the right of device, but it is not Gconf
-
In fact the gconf module is in gnome-python...
-
GConf don't stay in Gconf.tcz package?
-
blueman is looking for a python module named gconf
However, adding this doesn't appear to change anything..