When I'm trying to install windows driver for RTL8723BE on Lenovo IdeaPad100 wlan0 disappeared. I fixed it with this:
https://askubuntu.com/a/593015/531813
but after reboot I must type:
sudo modprobe -r
sudo modprobe rtl8723be
How I can load modules on boot/why it is not loaded now?
/etc/rc.local
- removing thesudo
bit. – Apr 18 '16 at 18:52for i in /etc/modprobe.d/*; do echo $i; cat $i | grep rtl8723; done
– Jeremy31 Apr 19 '16 at 10:26