I am trying to install wifi driver on HP laptop
sudo modprobe -r rtl8723de
After this I this got error:
libkmod: ERROR ../libkmod/libkmod-config.c:656 kmod_config_parse: /etc/modprobe.d/rtl8723de.conf line 1: ignoring bad line starting with '“options'
I've opened the file, and removed the string that starts from "options". (The file became empty).
It helps me.