0

My HP-242 G1 Laptop is running Ubuntu 14.04 LTS. My bluetooth is deactivated. See the image:

enter image description here

result of running dmesg | grep -i blue in the terminal is :

[   16.233056] Bluetooth: Core ver 2.17
[   16.233078] Bluetooth: HCI device and connection manager initialized
[   16.233086] Bluetooth: HCI socket layer initialized
[   16.233089] Bluetooth: L2CAP socket layer initialized
[   16.233094] Bluetooth: SCO socket layer initialized
[   16.236555] Bluetooth: RFCOMM TTY layer initialized
[   16.236568] Bluetooth: RFCOMM socket layer initialized
[   16.236572] Bluetooth: RFCOMM ver 1.11
[   16.329098] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   16.329102] Bluetooth: BNEP filters: protocol multicast
[   16.329112] Bluetooth: BNEP socket layer initialized

And, result for running lspci -nnk | grep -iA2 net; lsusb is :

enter image description here

What do I need to activate bluetooth now?

partho
  • 349

1 Answers1

0

It can be the Bluetooth kernel module was not loaded. Can you share lsmod command output? For example:

root@myvivid:~# lsmod | grep blue

bluetooth             491520  1 bnep
Oxwivi
  • 17,849