Windowsの横にubuntu 18.04をインストールしました。私はwifiの問題があることを確認できます。窓が同じ距離から信号をキャッチする場合、距離からwifi信号をキャッチしません。
私はこれを理解するために多くの方法を試しましたが、これに対する修正を見つけることができません。
以下の修正でチェックしましたが運はありません:
以下のソリューションは、同じラップトップのubuntu 14.04で機能します。
sudo add-apt-repository ppa:hanipouspilot/rtlwifi
sudo apt-get update
sudo apt-get install rtlwifi-new-dkms
しかし、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 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: rtl8723be
の出力 grep 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-generic