我在Windows上安装了ubuntu18.04。我可以看到,存在wifi问题,它不能从窗口从相同距离捕捉到无线电信号的距离捕捉到wifi信号。
我已经尝试了很多方法来解决这个问题,但却找不到解决办法。
使用下面的修复程序进行检查,但没有运气:
下面的解决方案适用于同一台笔记本电脑的ubuntu14.04。
sudo add-apt-repository ppa:hanipouspilot/rtlwifi
sudo apt-get update
sudo apt-get install rtlwifi-new-dkms但是它在ubuntu18.04的更新命令中给出了下面的错误:
Get:16 http://in.archive.ubuntu.com/ubuntu bionic-backports/universe amd64 DEP-11 Metadata [5,100 B]
Reading package lists... Done
E: The repository 'http://ppa.launchpad.net/hanipouspilot/rtlwifi/ubuntu bionic Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.lspci -knn | grep Net -A3输出
13:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8723BE PCIe Wireless Network Adapter [10ec:b723]
Subsystem: Hewlett-Packard Company RTL8723BE PCIe Wireless Network Adapter [103c:81c1]
Kernel driver in use: rtl8723be
Kernel modules: rtl8723begrep rtl8723be /etc/modprobe.d/*输出
/etc/modprobe.d/50-rtl8723be.conf:options rtl8723be ant_sel=2
/etc/modprobe.d/rtl8723-ant-sel.conf:options rtl8723be ant_sel=1
/etc/modprobe.d/rtl8723be.conf:options rtl8723be ant_sel=2
/etc/modprobe.d/rtl8723be.con:options rtl8723be ant_sel=2内核版本:4.15.0-29-泛型
发布于 2018-07-22 13:20:25
你在运行命令时做错了事。你有重复的条目。
在终点站运行
cd /etc/modprobe.d
sudo rm 50-rtl8723be.conf rtl8723-ant-sel.conf rtl8723be.conf rtl8723be.con现在你干净了,你可以跑了
sudo tee /etc/modprobe.d/rtl8723be.conf <<< "options rtl8723be ant_sel=1"现在重新启动并测试。
发布于 2018-09-14 11:58:38
这是Realtek RTL8723BE控制器驱动程序的一个问题。这样做:
注意:每次内核更新之后,您需要重新构建模块。
发布于 2018-10-04 17:29:25
是。这个问题是因为默认的Ubuntu驱动程序提供了微弱的WiFi信号体验。另外,我使用的是安装Ubuntu18.4.1的惠普笔记本电脑。所以,这是对我来说最简单的程序。
此脚本已在Ubuntu16.04.3 LTS上成功测试
最初,您将需要一个互联网连接。所以,你可以坐在你的路由器附近或连接到局域网。
您可以使用iwconfig命令进行检查。为那个开放的新航站楼
请告诉我您对navilg0409@gmail.com的反馈、建议或任何错误
本程序视频指南在YouTube。
https://askubuntu.com/questions/1058379
复制相似问题