I've installed Ubuntu 18.04.I have a headset and I'm trying to connect it to my laptop(hp),when I try switching bluetooth to "On" it displays:"No bluetooth found,plugin a dongle to use bluetooth",I tried to install Blue Managerand blueZ but it displays me :No adapters !,Any one knows the steps of bluetooth configuration ?
I've tried lspci -nnk | grep -iA3 net;lsusb;dmesg | egrep -i 'blue|firm
commands and the results are :
:~$ lspci -nnk | grep -iA3 net
07:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8188EE Wireless Network Adapter [10ec:8179] (rev 01)
Subsystem: Hewlett-Packard Company RTL8188EE mini-PCIe card [103c:197d]
Kernel driver in use: rtl8188ee
Kernel modules: rtl8188ee
08:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller [10ec:8136] (rev 07)
Subsystem: Hewlett-Packard Company RTL810xE PCI Express Fast Ethernet controller [103c:1970]
Kernel driver in use: r8169
Kernel modules: r8169
:~$ lsusb
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 005: ID 19d2:1405 ZTE WCDMA Technologies MSM
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 002: ID 04f2:b3a6 Chicony Electronics Co., Ltd
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
:~$ dmesg | egrep -i 'blue|firm
>
Edit 1:
After some googling ,I found that I need to buy a Bluetooth adapter to connect my PC to headphone,I bought one (Bluetooth Dongle (Cambridge Silicon Radio, Ltd)) and it plugged to my pc and my bluetooth is "On" but my laptop can not detect my device.
After I plugged the bluetooth adpater and run lspci -knn | grep Net -A2; lsusb
the result is :
07:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8188EE Wireless Network Adapter [10ec:8179] (rev 01)
Subsystem: Hewlett-Packard Company RTL8188EE mini-PCIe card [103c:197d]
Kernel driver in use: rtl8188ee
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 014: ID 19d2:1405 ZTE WCDMA Technologies MSM
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 002: ID 04f2:b3a6 Chicony Electronics Co., Ltd
Bus 003 Device 006: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
When I run hcitool ,it does not detect the adapter (Bus 003 Device 003: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode),and the result is :
hcitool dev
Devices:
I've struggled for years with bluetooth. The bluetooth stack is very complex and has issues but it gets better year by year.
Here's what I have done and it works great
hot plug it, no need to reboot
find and install blueman from the repos (bluez never has worked well for me)
after a couple seconds, it should pair
open sound, scroll to find and select your headphones from the list
Note: You'll have to pair again and select in sound after every boot.
What is headset ?
For to speak with microphone ? Or for to listen to music ? (I am deaf Ubuntu Linuxer.)
;-)
In Ubuntu often new hardware is recognized, when hardware is at least 4 months to 6 months old (better 1 year old). Concerning music - it can be that there are additional drivers in packages rhythmbox and in amarok and after installation then hardware is recognized - like it was before with some speakers. You might try to install packages with additionally drivers:
And here is a different solution for additionally drivers - specially for Bluetooth and else firmware:
Additional Drivers for Ubuntu 17.10
You might configure this.
After this all perform re-boot.
I have found that a Soundbot dongle works. It reqired a reboot after insertion and was slow to pick up my headphones, but it did finally.
RTL8188EE doesn't have bluetooth
I guess the best answer comes from Linux Mint:
Additional reference:
Here is a review of four Bluetooth USB adapters compatible with Linux for as low as 8 bucks:
I did:
And it works!
I found the answer here: https://stackoverflow.com/a/44079184/5446749
I've searched a lot because I got the same problem, Finally I found a code in ubuntu forums that instantly worked:
sudo modprobe -r rtl8723de && sleep 5 && sudo modprobe rtl8723de ant_sel=1
sudo modprobe -r rtl8723de && sleep 5 && sudo modprobe rtl8723de ant_sel=2
Hope it works for you.