I can not make Biuetooth connection.
Has read and has repeated http://doc.slitaz.org/en:guides:bluetooth
Packets are installed:
blueman-1.10.tazpkg
bluez-4.96.tazpkg
bluez-dev-4.96.tazpkg
python-pybluez-0.18.tazpkg
usbutils.tazpkg
My file rfcomm.conf:
rfcomm0 {
# # Automatically bind the device at startup
bind yes;
#
# # Bluetooth address of the device
device 00:0D:B5:30:D3:E5;
#
# # RFCOMM channel for the connection
channel 1;
#
# # Description of the connection
comment "GlobalSat BT-338 BT-GPS-30D3E5";
}
--------------------------------------------------
Search of local BT-device:
--------------------------
root@slitaz:~# hcitool dev
Devices:
hci0 00:15:83:3D:0A:57
root@slitaz:~# hci0 piscan
/bin/sh: hci0: not found
root@slitaz:~# hcitool scan
Scanning ...
00:0D:B5:30:D3:E5 BT-GPS-30D3E5
root@slitaz:~# hciconfig hci0 piscan
1 variant of connection:
------------------------
root@slitaz:~# bluez-simple-agent
Traceback (most recent call last):
File "/usr/bin/bluez-simple-agent", line 8, in <module>
import dbus.mainloop.glib
File "/usr/lib/python2.7/site-packages/dbus/mainloop/glib.py", line 29, in <module>
from _dbus_glib_bindings import DBusGMainLoop, gthreads_init
ImportError: /usr/lib/libdbus-glib-1.so.2: undefined symbol: g_mutex_unlock
2 variant of connection:
------------------------
root@slitaz:~# bluez-simple-agent hci0 00:0D:B5:30:D3:E5
Traceback (most recent call last):
File "/usr/bin/bluez-simple-agent", line 8, in <module>
import dbus.mainloop.glib
File "/usr/lib/python2.7/site-packages/dbus/mainloop/glib.py", line 29, in <module>
from _dbus_glib_bindings import DBusGMainLoop, gthreads_init
ImportError: /usr/lib/libdbus-glib-1.so.2: undefined symbol: g_mutex_unlock
root@slitaz:~#
Something is wrong in/usr/lib/libdbus-glib-1.so.2 ?