場合によっては、Wi-Fi接続と自宅のWi-Fiモデムとの間のインターネット接続が失われる場合があります。
Lenovo IdeaPad 310ノートブックにLinux LMDEオペレーティングシステムがインストールされているため、次のような状況が頻繁に発生します。
so@notebook:~$ uname -a
Linux notebook 4.9.0-9-amd64 #1 SMP Debian 4.9.168-1 (2019-04-12) x86_64 GNU/Linux
so@notebook:~$ ifconfig
wlp2s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.1.105 netmask 255.255.255.0 broadcast 192.168.1.255
inet6 fe80::59dc:548c:4eb2:a3e5 prefixlen 64 scopeid 0x20<link>
ether c8:3d:d4:3c:23:63 txqueuelen 1000 (Ethernet)
RX packets 50050 bytes 46065327 (43.9 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 40256 bytes 6564953 (6.2 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
ただし、Wi-Fiインターネット接続が失われると、次のような結果が表示されます。
so@notebook:~$ ifconfig
wlp2s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet6 fe80::59dc:548c:4eb2:a3e5 prefixlen 64 scopeid 0x20<link>
ether c8:3d:d4:3c:23:63 txqueuelen 1000 (Ethernet)
RX packets 50203 bytes 46102351 (43.9 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 40387 bytes 6581340 (6.2 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
修正する: 私の意見によると:
so@notebook:~$ lspci -knn | grep Net -A3
02:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8821AE 802.11ac PCIe Wireless Network Adapter [10ec:8821]
Subsystem: Lenovo RTL8821AE 802.11ac PCIe Wireless Network Adapter [17aa:a814]
Kernel driver in use: rtl8821ae
Kernel modules: rtl8821ae
03:00.0 3D controller [0302]: NVIDIA Corporation GM108M [GeForce 920MX] [10de:134f] (rev a2)
それでは、なぜこれが起こるのですか?