WiFi problem

Asked by Ashwin P M

Is the rtl WiFi problem fixed in the latest Ubuntu version?? If not how to fix it?? ( HP 15-ay543TU, rtl8723be WiFi driver)

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Jeremy
Solved:
Last query:
Last reply:
Revision history for this message
Best Jeremy (wa113y3s) said :
#1

You can disable Secure Boot in BIOS settings and try the following in terminal

sudo apt-get install dkms git build-essential
git clone https://github.com/lwfinger/rtlwifi_new.git
sudo dkms add ./rtlwifi_new
sudo dkms install rtlwifi-new/0.6
sudo cp -r rtlwifi_new/firmware/rtlwifi/ /lib/firmware/rtlwifi/
echo "options rtl8723de ant_sel=2" | sudo tee /etc/modprobe.d/rtl8723de.conf

Then reboot

Revision history for this message
Ashwin P M (ashpakku) said :
#2

Thanks for the solution...

Revision history for this message
Ashwin P M (ashpakku) said :
#3

Thanks Jeremy, that solved my question.