Tuesday, May 14, 2024
 Popular · Latest · Hot · Upcoming
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 21871  / 1 Year ago, thu, march 23, 2023, 12:22:05

I am unable to find any bluetooth devices.



I was able to fix it by using this, but since the Ubuntu kernel update this fix has stopped working.



02:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8723BE PCIe Wireless Network Adapter


3.16.0-34-generic #45~14.04.1-Ubuntu SMP Tue Mar 24 11:13:52 UTC 2015 i686 i686 i686 GNU/Linux

More From » bluetooth

 Answers
7

You follow similar instructions to when you first installed



cd rtlwifi_new
make clean
make
sudo make install


And for bluetooth



git clone -b troy https://github.com/lwfinger/rtl8723au_bt.git
cd rtl8723au_bt
make
sudo make install


Reboot



October 2015 edit, Pilot6 has a PPA with a dkms module that doesn't need to be reinstalled after a kernel update

sudo add-apt-repository ppa:hanipouspilot/rtlwifi
sudo apt-get update
sudo apt-get install rtlwifi-new-dkms linux-firmware rtl8723au-bt-dkms



Reboot and done


[#20593] Thursday, March 23, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
edgehogight

Total Points: 272
Total Questions: 113
Total Answers: 99

Location: Northern Mariana Islands
Member since Sun, Jul 19, 2020
4 Years ago
;