가끔 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)
그렇다면 왜 이런 일이 발생합니까?