-
-
Save w4ilun/68d032b82993812a0a883ae992b6e696 to your computer and use it in GitHub Desktop.
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 |
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
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
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/
Thanks it worked for me