[Udoobuntu 2.3.0] Bluetooth is not working

Discussion in 'UDOO NEO' started by Gorgo, Aug 9, 2018.

  1. Gorgo

    Gorgo UDOOer

    Joined:
    Nov 9, 2016
    Messages:
    159
    Likes Received:
    17
    Got a couple of Udoo NEOs. CLEAN Image on the server.
    Followed Bluetooth NAP guide on website (https://www.udoo.org/docs-neo/Wireless_Communication/Bluetooth NAP.html).
    On the "Server" I installed the package, edited confs and interface and I have br0 up.
    Code:
    /bt-nap.py br0 &
    running without errors.

    On the "Client" I can pair the two devices but then:

    Code:
    udooer@udooneo:~$ bluez-test-network 5C:31:3E:D4:51:45 nap
    Traceback (most recent call last):
      File "/usr/bin/bluez-test-network", line 47, in <module>
        iface = network.Connect(service)
      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.Failed: Connection refused (111)
    
    Any ideas? I also tried with my laptop as client but It can't connect to the UDOO_Server.
     
  2. Gorgo

    Gorgo UDOOer

    Joined:
    Nov 9, 2016
    Messages:
    159
    Likes Received:
    17
    Up? Anybody can confirm the bug?
     
  3. waltervl

    waltervl UDOOer

    Joined:
    Dec 12, 2015
    Messages:
    2,314
    Likes Received:
    580
    Sorry, I have no BT on my Neo.
     

Share This Page