How To get Realtek RTL8111/RTL8168 /RTL8148 wifi driver on fedora 28 ?
Problem in my lapi : No adapter found please plug in wifi adapter
Problem in my lapi : No adapter found please plug in wifi adapter
I got the solution for this problem. This problem usually occur in HP laptop (BS / BH series). The follownig cmd used for solve the wifi problem.
You can find <> using lspci | grep Wireless. Afterwards, execute the following lines of codes in your shell:
You will need to install "make", "gcc", "kernel headers", "kernel build essentials", and "git"
# git clone -b extended --single-branch https://github.com/lwfinger/rtlwifi_new.git
# cd rtlwifi_new/
# sudo make install
# modprobe rtl8723de ant_sel=1
# modprobe rtl8723de ant_sel=1
# vi /etc/modprobe.d/rtl8723de.conf
options rtl8723de ant_sel=1 - to add this line in conf file
# init 6
afer reboot the system you can see the permanent wifi option in your fedora.
ERROR: could not insert 'rtl8723de': Unknown symbol in module, or unknown parameter (see dmesg)
You need to add rpmfusion.org repositories and install akmod-wl that should get it working. Your other option is to find the kernel module from realtek web site and compile it your self.
Asked: 2018-06-26 01:00:02 -0600
Seen: 934 times
Last updated: Sep 15 '18