Wi-Fi 어댑터(Intel Corporation Wireless 3165)가 자주 연결 해제됨

Wi-Fi 어댑터(Intel Corporation Wireless 3165)가 자주 연결 해제됨

내 Wi-Fi 어댑터는 5~10분마다 연결이 끊어집니다. 나는 이것이 일부 사용자, 특히 카드가 Intel인 경우 일반적인 문제라는 것을 읽었습니다.

내 컴퓨터에 대한 일부 정보:

$ lspci|grep Network
02:00.0 Network controller: Intel Corporation Wireless 3165 (rev 79)
$ uname -a
Linux rocket 4.15.0-50-generic #54-Ubuntu SMP Mon May 6 18:46:08 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 18.04.1 LTS
Release:    18.04
Codename:   bionic

통나무

dmesg이것은 연결 해제 직전 의 출력입니다 .

[ 1042.712511] wlp2s0: deauthenticating from 8c:0c:90:08:dd:4c by local choice (Reason: 3=DEAUTH_LEAVING)

이는 다음을 사용하여 어댑터를 다시 시작한 후의 출력입니다 sudo service network-manager restart.

[ 2192.019982] iwlwifi 0000:02:00.0 wlp2s0: disabling HT/VHT due to WEP/TKIP use
[ 2192.020067] wlp2s0: associate with 8c:0c:90:08:dd:4c (try 1/3)
[ 2192.031051] wlp2s0: RX AssocResp from 8c:0c:90:08:dd:4c (capab=0x411 status=0 aid=2)
[ 2192.031802] wlp2s0: associated
[ 2192.082048] wlp2s0: Limiting TX power to 30 (30 - 0) dBm as advertised by 8c:0c:90:08:dd:4c

시도한 솔루션

많은 사용자는 /etc/modprobe.d/iwlwifi.conf다음 줄을 추가하여 전원 관리를 비활성화하도록 편집할 것을 제안합니다.

options iwlwifi 11n_disable=1 power_save=0 power_level=5 bt_coex_active=0` at the end of 

기타모듈을 제거하는 것이 좋습니다 acer_wmi:

sudo modprobe -r acer_wmi

기타 제안하다REGDOMAIN변수 를 정의하려면 /etc/default/crda:

sudo iw reg set US
sudo sed -i 's/^REG.*=$/&US/' /etc/default/crda

그 이유도 다음과 같습니다.두 개의 인스턴스가 있는 경우wpa_supplicant:

systemctl list-units

그렇다면 다음 중 하나를 제거할 수 있습니다.

systemctl disable NetworkManager-wait-online.service
systemctl disable net-auto-wired.service
systemctl disable net-auto-wireless.service

마지막으로 Ubuntu 19.04를 사용하여 USB에서 부팅을 시도했지만 문제가 지속되고 로그 메시지는 위와 동일합니다.

어쨌든 이러한 접근 방식을 시도했지만 문제가 해결되지 않았습니다. Wi-Fi 어댑터 연결이 무작위로 끊어지고 항상 로그에 다음 메시지가 표시됩니다.

[ 1042.712511] wlp2s0: deauthenticating from 8c:0c:90:08:dd:4c by local choice (Reason: 3=DEAUTH_LEAVING)

관련 정보