jeremyb31

Results 13 comments of jeremyb31

`echo "options 8723de rtw_power_mgnt=0 rtw_drv_log_level=0" | sudo tee /etc/modprobe.d/8723de.conf` That should change some things after a reboot or you could `sudo modprobe -r rtl8723de && sleep 20 && sudo modprobe...

Results from this command in terminal `grep [[:alnum:]] /sys/module/8723de/parameters/*`

Uninstall from dkms and try using mine at https://github.com/jeremyb31/rtl8723de I just made some changes in Makefile that might help, or you could look at https://github.com/jeremyb31/rtl8723de/commit/f2a316bd79385878df5fb95d888de74301f3b56d and do the changes manually...