Perhaps turning debug on will give helpful information?
Remove rtl8723.be
sudo modprobe -r rtl8723be
Then reload it setting the debug param to, say, 5
sudo modprobe trl8723be debug=5
This will generate error messages, if any, in the logs and may give helpful information.
Remove rtl8723.be
sudo modprobe -r rtl8723be
Then reload it setting the debug param to, say, 5
sudo modprobe trl8723be debug=5
This will generate error messages, if any, in the logs and may give helpful information.
Comment