Raspberry Pi b+ does not work with the Headset JeTech H0781
Posted: Fri Apr 24, 2015 12:03 pm
Hello,
I’m trying to get the headset H0781 to work with raspberry pi b+. The headset is in discovery mode:
My commands and respective output:
Linux two 3.18.10+ #774 PREEMPT Wed Mar 25 13:58:34 GMT 2015 armv6l GNU/Linux
Scanning ...
07:81:02:15:86:12 JETech H0781
Traceback (most recent call last):
File "/usr/bin/bluez-test-input", line 40, in <module>
input.Connect()
File "/usr/lib/python2.7/dist-packages/dbus/proxies.py", line 70, in __call__
return self._proxy_method(*args, **keywords)
File "/usr/lib/python2.7/dist-packages/dbus/proxies.py", line 145, in __call__
**keywords)
File "/usr/lib/python2.7/dist-packages/dbus/connection.py", line 651, in call_blocking
message, timeout)
dbus.exceptions.DBusException: org.bluez.Error.NotSupported: Operation is not supported
What is going wrong here? Is it headset related? How can I get the headset to work?
I’m trying to get the headset H0781 to work with raspberry pi b+. The headset is in discovery mode:
My commands and respective output:
Code: Select all
uname -a
Code: Select all
hcitool scan
07:81:02:15:86:12 JETech H0781
Code: Select all
sudo bluez-test-device trusted 07:81:02:15:86:12 yes
Code: Select all
sudo bluez-test-input connect 07:81:02:15:86:12
File "/usr/bin/bluez-test-input", line 40, in <module>
input.Connect()
File "/usr/lib/python2.7/dist-packages/dbus/proxies.py", line 70, in __call__
return self._proxy_method(*args, **keywords)
File "/usr/lib/python2.7/dist-packages/dbus/proxies.py", line 145, in __call__
**keywords)
File "/usr/lib/python2.7/dist-packages/dbus/connection.py", line 651, in call_blocking
message, timeout)
dbus.exceptions.DBusException: org.bluez.Error.NotSupported: Operation is not supported
What is going wrong here? Is it headset related? How can I get the headset to work?