
Originally Posted by
Jerry_Gorland
I tried the driver from rock.the new_btcoex branch and it is working fine on my HP x360 13-s laptop.
Here is what I did:
I downloaded the code from https://github.com/lwfinger/rtlwifi_...ock.new_btcoex , unzipped it and then:
Code:
$ make
$ sudo make install
$ sudo modprobe -rv rtl8723be
$ sudo modprobe -v rtl8723be ant_sel=2
sudo ip link set wlp2s0 up
sudo iw dev wlp2s0 scan
The scan then showed all networks with expected signal strength.
To make the settings permanent:
Code:
sudo echo "options rtl8723be ant_sel=2" > /etc/modprobe.d/50-rtl8723be.conf
Note:
I had to use the parameter ant_sel=2 even though my antenna is connected to antenna input #1 !
Using ant_sel=1 (what I tried first) did not work.