LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Laptop and Netbook (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/)
-   -   Bluetooth can't find any device (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/bluetooth-cant-find-any-device-4175577999/)

grzeslaw 04-21-2016 02:47 AM

Bluetooth can't find any device
 
Hi,

I just get Dell Latitude D8300, and install Lubuntu there. I read, that is quite good distro for old laptops.

Everything works perfectly, except Bluetooth. When I try to discover new devices, it doesn't found anything. I've 2 phones with Bluetooth and a Bluetooth speaker - Bose soundlink mini 2. No idea what's wrong.. BT is turned on in BIOS.

Here some informations:
Code:

root@dell:~# /etc/init.d/bluetooth status
● bluetooth.service - Bluetooth service
  Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
  Active: active (running) since Mi 2016-04-20 22:42:16 CEST; 18min ago
    Docs: man:bluetoothd(8)
 Main PID: 1241 (bluetoothd)
  Status: "Running"
  CGroup: /system.slice/bluetooth.service
          └─1241 /usr/lib/bluetooth/bluetoothd

Apr 20 22:42:16 dell bluetoothd[1241]: Error adding Link Loss service
Apr 20 22:42:16 dell bluetoothd[1241]: Not enough free handles to register service
Apr 20 22:42:16 dell bluetoothd[1241]: Not enough free handles to register service
Apr 20 22:42:16 dell bluetoothd[1241]: Not enough free handles to register service
Apr 20 22:42:16 dell bluetoothd[1241]: Current Time Service could not be registered
Apr 20 22:42:16 dell bluetoothd[1241]: gatt-time-server: Input/output error (5)
Apr 20 22:42:16 dell bluetoothd[1241]: Not enough free handles to register service
Apr 20 22:42:16 dell bluetoothd[1241]: Not enough free handles to register service
Apr 20 22:42:16 dell bluetoothd[1241]: Sap driver initialization failed.
Apr 20 22:42:16 dell bluetoothd[1241]: sap-server: Operation not permitted (1)


root@dell:~# dmesg |grep -i blue
[  10.168410] Bluetooth: Core ver 2.20
[  10.168436] Bluetooth: HCI device and connection manager initialized
[  10.168441] Bluetooth: HCI socket layer initialized
[  10.168444] Bluetooth: L2CAP socket layer initialized
[  10.168457] Bluetooth: SCO socket layer initialized
[  20.944415] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[  20.944420] Bluetooth: BNEP filters: protocol multicast
[  20.944426] Bluetooth: BNEP socket layer initialized
[  53.360915] Bluetooth: RFCOMM TTY layer initialized
[  53.360924] Bluetooth: RFCOMM socket layer initialized
[  53.360934] Bluetooth: RFCOMM ver 1.11



root@dell:~# hcitool dev
Devices:
    hci0    00:1A:6B:3E:77:92

root@dell:~# ps auxw|grep -i blue
ewel      1033  0.0  2.2 133344 45712 ?        Sl  22:32  0:00 /usr/bin/python /usr/bin/blueman-applet
ewel      1044  0.0  0.1  7000  3208 ?        S    22:32  0:00 /usr/lib/bluetooth/obexd
root      1241  0.0  0.2  7388  4368 ?        Ss  22:42  0:00 /usr/lib/bluetooth/bluetoothd
root      1722  0.0  0.1  7248  2312 pts/0    R+  23:03  0:00 grep --color=auto -i blue
root@dell:~#


root@dell:~# lspci |grep -i net;lsusb
09:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5755M Gigabit Ethernet PCI Express (rev 02)
0c:00.0 Network controller: Intel Corporation PRO/Wireless 4965 AG or AGN [Kedron] Network Connection (rev 61)
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 007 Device 003: ID 0b97:7772 O2 Micro, Inc. OZ776 CCID Smartcard Reader
Bus 007 Device 002: ID 0b97:7761 O2 Micro, Inc. Oz776 1.1 Hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 002: ID 413c:8140 Dell Computer Corp. Wireless 360 Bluetooth
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
root@dell:~#


Any comments are more than welcome!

ButterflyMelissa 04-21-2016 04:14 AM

Just of the top of my head, can the "older" bluetooth of the Latitude communitcate with the newer (faster) stuff?
Had that too once, gave up, possibly a driver issue for the laptop...
Melissa

aragorn2101 04-28-2016 04:47 AM

Hi,

Your bluetooth daemon is running. But problem might be related to the driver. Try to look around for driver for the Broadcom BCM5755M.

jphor 06-22-2016 10:37 AM

I recently bought a Dell D630 with the same Dell Wireless 360 module and had an identical problem.
It seems that when bluetooth has been disabled by the proprietary Windows driver, Linux is bluetoothless (sorry :D).

I found an old thread (I think on the Ubuntu forum) posted when the laptop was almost new. I discounted it at the time of reading as I thought that Linux support would have moved on considerably. The gist was that the bluetooth needed to be enabled in XP. After 2 days of floundering with other plausible explanations for the issue I tried this "magic"...

Boot into Windows and install the driver http://www.dell.com/support/home/us/...&categoryId=NI

(I realise this might be an issue - I had to sign up for a Windows 10 evaluation, install Windows and then the driver. Using XP may be preferable. I got some errors due to it being an XP driver but nonetheless bluetooth was immediately enabled and the bluetooth indicator shone).

Bluetooth from that point should work and can be enabled/disabled in Linux
I'm fairly confident once enabled Windows is no longer required.


All times are GMT -5. The time now is 04:22 PM.