Skip to content

Instantly share code, notes, and snippets.

@w4ilun
Last active June 30, 2022 05:49
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 9 You must be signed in to fork a gist
  • Save w4ilun/68d032b82993812a0a883ae992b6e696 to your computer and use it in GitHub Desktop.
Save w4ilun/68d032b82993812a0a883ae992b6e696 to your computer and use it in GitHub Desktop.
RealTek WiFi rtl8723be driver installation
sudo apt-get install linux-headers-generic build-essential git
git clone https://github.com/lwfinger/rtlwifi_new.git
cd rtlwifi_new
make
sudo make install
sudo modprobe rtl8723be
ifconfig wlp2s0 up
@ajitamishra
Copy link

my issue is resolved using this github code
https://github.com/smlinux/rtl8723de.git

Thanks it worked for me

@vishal-mewada
Copy link

ake[3]: *** [scripts/Makefile.build:290: /home/vishal/Desktop/rtlwifi_new/rtl8822be/trx.o] Error 1
make[2]: *** [scripts/Makefile.build:519: /home/vishal/Desktop/rtlwifi_new/rtl8822be] Error 2
make[1]: *** [Makefile:1780: /home/vishal/Desktop/rtlwifi_new] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-5.8.0-28-generic'
make: *** [Makefile:87: all] Error 2

I an also get this problem

@shivasm
Copy link

shivasm commented Feb 22, 2021

sudo git clone https://github.com/lwfinger/rtlwifi_new.git
Cloning into 'rtlwifi_new'...
Username for 'https://github.com':

I am getting this result and I entered my credensials og git then also it is not taking

@rv0x00
Copy link

rv0x00 commented Feb 19, 2022

I was going through the same trouble and this solution worked for me.

https://connectwww.com/how-to-solve-realtek-rtl8723be-weak-wifi-signal-problem-in-ubuntu/4625/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment