![]() | 1 | initial version |
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
# modprobe rtl8723de ant_sel=1
# vi /etc/modprobe.d/rtl8723de.conf
# init 6
afer reboot the system you can see the permanent wifi option in your fedora.
![]() | 2 | No.2 Revision |
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
# 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.