Wi-Fi isn't working anymore

Questions about Wi-Fi and other network devices, file sharing, firewalls, connection sharing etc
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
JeremyB
Level 21
Level 21
Posts: 13880
Joined: Fri Feb 21, 2014 8:17 am

Re: Wi-Fi isn't working anymore

Post by JeremyB »

Post results for

Code: Select all

grep [[:alnum:]] /etc/modprobe.d/* | grep rtl8723be
Siddhartha

Re: Wi-Fi isn't working anymore

Post by Siddhartha »

JeremyB wrote: Mon Oct 29, 2018 1:32 pm Post results for

Code: Select all

grep [[:alnum:]] /etc/modprobe.d/* | grep rtl8723be

Code: Select all

/etc/modprobe.d/rtl8723be.conf:options rtl8723be ant_sel=1 fwlps=N
/etc/modprobe.d/rtl8723be_options.conf:options rtl8723be swenc=1 fwlps=0 ips=0
The "rtl8723be"-parts are colored red
JeremyB
Level 21
Level 21
Posts: 13880
Joined: Fri Feb 21, 2014 8:17 am

Re: Wi-Fi isn't working anymore

Post by JeremyB »

Ok then do

Code: Select all

echo "options rtl8723be ant_sel=2" | sudo tee /etc/modprobe.d/rtl8723be.conf
Reboot and it should work.
Siddhartha

Re: Wi-Fi isn't working anymore

Post by Siddhartha »

JeremyB wrote: Mon Oct 29, 2018 5:15 pm Ok then do

Code: Select all

echo "options rtl8723be ant_sel=2" | sudo tee /etc/modprobe.d/rtl8723be.conf
Reboot and it should work.
Yes, it does! I can't thank you enough man. Wish you the best!
JeremyB
Level 21
Level 21
Posts: 13880
Joined: Fri Feb 21, 2014 8:17 am

Re: Wi-Fi isn't working anymore

Post by JeremyB »

I found the cause of the issue, to fix do

Code: Select all

cd /usr/src/rtlwifi-new-0.6
sudo rm dkms.conf
sudo wget https://github.com/jeremyb31/rtlwifi_new/raw/master/dkms.conf
sudo sed -i 's/PACKAGE_VERSION=0.7/PACKAGE_VERSION=0.6/' /usr/src/rtlwifi-new-0.6/dkms.conf
And it should work in future kernel updates
Locked

Return to “Networking”