I've been dual booting Kubuntu and Win10. Both the Bluetooth and WiFi are fine when using from Win10. Here's my system info.
Now, after a while, WiFi signal started to drop quite frequently and also irregularly. Eventually I was forced to change the antenna settings by creating the /etc/modprobe.d/rtl8723be.conf
file and appending options rtl8723be ant_sel=2
to this file. That's when the Bluetooth issue popped up. Note: setting ant_sel=1
resulted into broken WiFi.
I tried removing all previously saved devices as they couldn't able to connect. Then Bluetooth couldn't able to find any device! Tried with bluetoothctl
and then, scan on
, which is just laptop's own mac id. Tried removing and subsequently adding Bluetooth module with sudo rmmod btusb; sleep 5; sudo modprobe btusb
. Didn't work.
Here's some relevant info; lsusb
, lspci
, lspci -k
, sudo rfkill list all
, sudo dmesg -HT | grep -i bluetooth
and, sudo systemctl status bluetooth.service
.
Thanks. Let me know if any other info is required. By the way, if I reset the WiFi settings to default, ie. removing the /etc/modprobe.d/rtl8723be.conf
file, the Bluetooth works just fine. But in doing so, WiFi issue reappears. Now, at least, WiFi works without any hitch for last few days.