我已经在 Windows 旁边安装了 ubuntu 18.04。我可以看到有 wifi 问题,它没有从远处捕获 wifi 信号,而 Windows 从相同距离捕获信号。
我已经尝试了很多方法来解决这个问题,但无法找到解决方法。
使用以下修复程序进行了检查,但没有运气:
以下解决方案适用于同一台笔记本电脑的 ubuntu 14.04。
sudo add-apt-repository ppa:hanipouspilot/rtlwifi
sudo apt-get update
sudo apt-get install rtlwifi-new-dkms
Run Code Online (Sandbox Code Playgroud)
但是它在 ubuntu 18.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 …Run Code Online (Sandbox Code Playgroud)