이번 주에 Ubuntu 18.04 LTS를 설치했는데 지금은 wifi 연결에 문제가 있습니다. WiFi 연결은 5-10 분마다 자동으로 연결이 끊어 지지만 wifi 신호는 여전히 정상입니다.
검색을하고 이전 버전의 Ubuntu에 대한 답변을 찾아서 시도했지만 문제가 해결되지 않았습니다.
무선 어댑터 정보는 다음과 같습니다.
description: Wireless interface
product: QCA9565 / AR9565 Wireless Network Adapter
vendor: Qualcomm Atheros
physical id: 0
bus info: pci@0000:02:00.0
logical name: wlp2s0
version: 01
serial: a4:db:30:03:32:8c
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list rom ethernet physical wireless
configuration: broadcast=yes driver=ath9k driverversion=4.15.0-20-generic firmware=N/A ip=10.0.138.105 latency=0 link=yes multicast=yes wireless=IEEE 802.11
resources: irq:18 memory:f0600000-f067ffff memory:f0680000-f068ffff
man journalctl
. 이 --follow
옵션은 다음과 같이 문서화되어 있습니다.Show only the most recent journal entries, and continuously print new entries as they are appended to the journal
resolvconf
패키지 를 설치 nameserver 8.8.8.8
하고 /etc/resolvconf/resolv.conf.d/tail
파일에 추가 하고 명령을 /etc/resolv.conf
사용하여 파일을 재생성 하는 것 sudo resolvconf -u
입니다. 두 번째는 /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf
파일 을 편집 하고로 변경 wifi.powersave = 3
하는 것 wifi.powersave = 0
입니다.
journalctl --follow
터미널 창에서 실행 하여 자세한 정보를 얻을 수 있습니다 . 그런 다음 WiFi가 끊어지면 메시지를보십시오.