Kubuntu 17.04 Zesty에서 오류 21 (net :: ERR_NETWORK_CHANGED)이 계속 발생합니다. 새로 고침 후 페이지가 제대로로드됩니다. 이 오류로 인해 다운로드가 중단되었습니다. Firefox에서는 모든 것이 정상입니다.
이 오류의 원인은 무엇입니까? 다른 웹 브라우저에서는 오류가 발생하지 않기 때문에 WiFi 드라이버로 인한 것이라고 생각하지 않습니다.
sudo apt list google-chrome-stable
google-chrome-stable/stable,now 56.0.2924.87-1 amd64 [installed]
lspci | grep -i network
02:00.0 Network controller: Qualcomm Atheros QCA9565 / AR9565 Wireless Network Adapter (rev 01)
sudo modprobe ath9k && dmesg | grep ath
[ 20.522563] ath: phy0: WB335 1-ANT card detected
[ 20.522564] ath: phy0: Set BT/WLAN RX diversity capability
[ 20.532780] ath: phy0: Enable LNA combining
[ 20.534814] ath: phy0: ASPM enabled: 0x43
[ 20.534817] ath: EEPROM regdomain: 0x6a
[ 20.534818] ath: EEPROM indicates we should expect a direct regpair map
[ 20.534819] ath: Country alpha2 being used: 00
[ 20.534820] ath: Regpair used: 0x6a
[ 20.731920] usbcore: registered new interface driver ath3k
[ 20.895278] ath9k 0000:02:00.0 wlo1: renamed from wlan0
[ 22.460435] audit: type=1400 audit(1487757197.106:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/telepathy/mission-control-5" pid=758 comm="apparmor_parser"
[ 22.460438] audit: type=1400 audit(1487757197.106:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/telepathy/telepathy-*" pid=758 comm="apparmor_parser"
[ 22.460440] audit: type=1400 audit(1487757197.106:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/telepathy/telepathy-*//pxgsettings" pid=758 comm="apparmor_parser"
[ 87.919856] ath: EEPROM regdomain: 0x8268
[ 87.919857] ath: EEPROM indicates we should expect a country code
[ 87.919858] ath: doing EEPROM country->regdmn map search
[ 87.919859] ath: country maps to regdmn code: 0x37
[ 87.919860] ath: Country alpha2 being used: PL
[ 87.919860] ath: Regpair used: 0x37
[ 87.919861] ath: regdomain 0x8268 dynamically updated by country IE
[ 1269.886049] ath: phy0: ASPM enabled: 0x43
[ 1274.311544] ath: EEPROM regdomain: 0x8268
[ 1274.311546] ath: EEPROM indicates we should expect a country code
[ 1274.311547] ath: doing EEPROM country->regdmn map search
[ 1274.311547] ath: country maps to regdmn code: 0x37
[ 1274.311548] ath: Country alpha2 being used: PL
[ 1274.311549] ath: Regpair used: 0x37
[ 1274.311550] ath: regdomain 0x8268 dynamically updated by country I
이자형
1
우분투를 zesty (17.04)로 업그레이드 한 후에도 같은 문제가 나타납니다
—
GregL83
ipv6를 비활성화하면 문제가 "수정"되었으나 장기 해결책은 아닙니다.
—
GregL83
Ubuntu 16.10과 동일하며 연결된 네트워크의 IP 버전 (v4 또는 v6)에 관계없이 발생합니다. 다른 사이트보다 일부 사이트에서 더 일반적입니다. 이더넷 연결에서도 발생합니다. 같은 컴퓨터의 Firefox에서는 발생하지 않습니다. 이것은 매우 자극적입니다. 곧 해결책을 찾을 것입니다!
—
거스