关于RTL8723BE信号弱的问题
Tofloor
poster avatar
i
deepin
2018-08-18 23:47
Author
本帖最后由 y19950419e 于 2018-8-18 15:47 编辑

关于RTL8723BE驱动信号弱的问题,也是困扰了我很久曾经几次尝试安装都因为这个网卡驱动的问题,而几次回到windows,直到今天我才把这个问题解决掉,分享一下吧,这个是github上的一个作者分享的脚本,只需要执行这个脚本即可其余无需操心。不能保证一定可行,先说一下我的环境deepin15.6,RTL8723BE.需要注意的点:
     1、以root的方式来执行脚本
        sudo bash install.sh
     2、需要先下载git
        sudo apt-get install git
     3、make[2]: 警告:检测到时钟错误。您的创建可能是不完整的。
        这个应该是一个提示,你可以忽略掉就可以啦
详细步骤:
        ifan@ifan-PC:~/Desktop$ sudo git clone https://github.com/tarunbatra/fixRTL8723BE.git
        ifan@ifan-PC:~/Desktop$ cd fixRTL8723BE/
        ifan@ifan-PC:~/Desktop/fixRTL8723BE$ sudo bash install.sh


执行结束配图:
        


效果对比图:






建议:
   如果通过这个方法仍然不可行,只能通过笨办法去github上找别人做的rtl8723be驱动去尝试,飞机票,寻找有标示Shell字样的
       推荐链接:
                           https://bbs.deepin.org/post/133778
                           https://bbs.deepin.org/post/153154


就分享这么多吧希望对大家有帮助

   
Reply Favorite View the author
All Replies
avatar
i
deepin
2018-08-18 23:47
#1
笨方法飞机票链接:https://github.com/search?q=RTL8723BE
Reply View the author
avatar
abc
deepin
2018-08-19 01:11
#2
我也是这个网卡8723BE,硬件支持linux不太好。
Reply View the author
avatar
i
deepin
2018-08-28 18:15
#3
https://bbs.deepin.org/post/166296
我也是这个网卡8723BE,硬件支持linux不太好。

你找对驱动就好了,我的也是折腾了很久,论坛里有的解决方案好像不适用不知道为什么,不过现在我的用上面发表的方案解决了
Reply View the author