웹 브라우저에서만 인터넷 연결 문제

웹 브라우저에서만 인터넷 연결 문제

Gnome Shell 3.18을 사용하는 ArchLinux 시스템에서 이상한 문제가 발생했습니다.

갑자기 어떤 웹 브라우저(크롬, FF 등)를 사용해도 더 이상 인터넷 서핑을 할 수 없습니다. 마치 인터넷 연결이 끊긴 것 같습니다. 그러나 인터넷 연결이 켜져 있고 작동 중이며 동일한 컴퓨터에서 좋은 응답 시간(~20ms)으로 google.com과 같은 원격 사이트에 성공적으로 ping을 수행할 수 있습니다.

또한 동일한 라우터/모뎀(예: 내 스마트폰)에 연결된 다른 장치는 문제 없이 인터넷에 액세스할 수 있습니다.

낮은 수준의 작업(핑, DNS 확인 등)이 제대로 작동하므로 이는 "높은 수준" 네트워크 서비스와 관련된 것으로 보입니다. NetworkManager 서비스를 다시 시작해도 도움이 되지 않습니다. Wi-Fi를 끄거나 켜거나 X 세션을 다시 시작해도 도움이 되지 않습니다. 이 상황에서 제가 할 수 있는 일은 컴퓨터를 다시 시작하는 것 뿐입니다. 어떤 아이디어가 있나요?

편집하다:

글쎄, 그런 일이 또 일어났어. 아래 의견의 제안 사항을 바탕으로 몇 가지 결과는 다음과 같습니다.

$ dmesg | grep -i error
[    0.168579] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
[    1.672945] [drm:intel_set_pch_fifo_underrun_reporting [i915]] *ERROR* uncleared pch fifo underrun on pch transcoder A
[    1.672972] [drm:intel_pch_fifo_underrun_irq_handler [i915]] *ERROR* PCH transcoder A FIFO underrun
[ 8222.052784] iwlwifi 0000:01:00.0: Microcode SW error detected.  Restarting 0x2000000.
[ 8222.053633] iwlwifi 0000:01:00.0:                 FH_TSSR_TX_ERROR_REG: 0X00000000
[ 8222.053785] iwlwifi 0000:01:00.0: Start IWL Error Log Dump:


$ route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
0.0.0.0         192.168.1.1     0.0.0.0         UG    600    0        0 wlp1s0

192.168.1.0     0.0.0.0         255.255.255.0   U     600    0        0 wlp1s0


$ ifconfig
lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 0  (Local Loopback)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

wlp1s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.1.106  netmask 255.255.255.0  broadcast 192.168.1.255
        inet6 fe80::caf7:33ff:fe83:a707  prefixlen 64  scopeid 0x20<link>
        ether c8:f7:33:83:a7:07  txqueuelen 1000  (Ethernet)
        RX packets 70868  bytes 26910489 (25.6 MiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 64154  bytes 26357208 (25.1 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

편집 2:

    ls -al /lib/firmware/ | grep iwlwifi
-rw-r--r--   1 root root  335056 10 dic 16.09 iwlwifi-1000-3.ucode
-rw-r--r--   1 root root  337520 10 dic 16.09 iwlwifi-1000-5.ucode
-rw-r--r--   1 root root  337572 10 dic 16.09 iwlwifi-100-5.ucode
-rw-r--r--   1 root root  689680 10 dic 16.09 iwlwifi-105-6.ucode
-rw-r--r--   1 root root  701228 10 dic 16.09 iwlwifi-135-6.ucode
-rw-r--r--   1 root root  695876 10 dic 16.09 iwlwifi-2000-6.ucode
-rw-r--r--   1 root root  707392 10 dic 16.09 iwlwifi-2030-6.ucode
-rw-r--r--   1 root root  609892 10 dic 16.09 iwlwifi-3160-10.ucode
-rw-r--r--   1 root root  683996 10 dic 16.09 iwlwifi-3160-12.ucode
-rw-r--r--   1 root root  688616 10 dic 16.09 iwlwifi-3160-13.ucode
-rw-r--r--   1 root root  918212 10 dic 16.09 iwlwifi-3160-16.ucode
-rw-r--r--   1 root root  670484 10 dic 16.09 iwlwifi-3160-7.ucode
-rw-r--r--   1 root root  667284 10 dic 16.09 iwlwifi-3160-8.ucode
-rw-r--r--   1 root root  669872 10 dic 16.09 iwlwifi-3160-9.ucode
-rw-r--r--   1 root root  150100 10 dic 16.09 iwlwifi-3945-2.ucode
-rw-r--r--   1 root root  187972 10 dic 16.09 iwlwifi-4965-2.ucode
-rw-r--r--   1 root root  345008 10 dic 16.09 iwlwifi-5000-1.ucode
-rw-r--r--   1 root root  353240 10 dic 16.09 iwlwifi-5000-2.ucode
-rw-r--r--   1 root root  340696 10 dic 16.09 iwlwifi-5000-5.ucode
-rw-r--r--   1 root root  337400 10 dic 16.09 iwlwifi-5150-2.ucode
-rw-r--r--   1 root root  454608 10 dic 16.09 iwlwifi-6000-4.ucode
-rw-r--r--   1 root root  444128 10 dic 16.09 iwlwifi-6000g2a-5.ucode
-rw-r--r--   1 root root  677296 10 dic 16.09 iwlwifi-6000g2a-6.ucode
-rw-r--r--   1 root root  460236 10 dic 16.09 iwlwifi-6000g2b-5.ucode
-rw-r--r--   1 root root  679436 10 dic 16.09 iwlwifi-6000g2b-6.ucode
-rw-r--r--   1 root root  463692 10 dic 16.09 iwlwifi-6050-4.ucode
-rw-r--r--   1 root root  469780 10 dic 16.09 iwlwifi-6050-5.ucode
-rw-r--r--   1 root root  672352 10 dic 16.09 iwlwifi-7260-10.ucode
-rw-r--r--   1 root root  782300 10 dic 16.09 iwlwifi-7260-12.ucode
-rw-r--r--   1 root root  786920 10 dic 16.09 iwlwifi-7260-13.ucode
-rw-r--r--   1 root root 1049284 10 dic 16.09 iwlwifi-7260-16.ucode
-rw-r--r--   1 root root  683236 10 dic 16.09 iwlwifi-7260-7.ucode
-rw-r--r--   1 root root  679780 10 dic 16.09 iwlwifi-7260-8.ucode
-rw-r--r--   1 root root  680508 10 dic 16.09 iwlwifi-7260-9.ucode
-rw-r--r--   1 root root  736844 10 dic 16.09 iwlwifi-7265-10.ucode
-rw-r--r--   1 root root  880604 10 dic 16.09 iwlwifi-7265-12.ucode
-rw-r--r--   1 root root  885224 10 dic 16.09 iwlwifi-7265-13.ucode
-rw-r--r--   1 root root 1180356 10 dic 16.09 iwlwifi-7265-16.ucode
-rw-r--r--   1 root root  690452 10 dic 16.09 iwlwifi-7265-8.ucode
-rw-r--r--   1 root root  697828 10 dic 16.09 iwlwifi-7265-9.ucode
-rw-r--r--   1 root root  740436 10 dic 16.09 iwlwifi-7265D-10.ucode
-rw-r--r--   1 root root 1002800 10 dic 16.09 iwlwifi-7265D-12.ucode
-rw-r--r--   1 root root 1008692 10 dic 16.09 iwlwifi-7265D-13.ucode
-rw-r--r--   1 root root 1384500 10 dic 16.09 iwlwifi-7265D-16.ucode
-rw-r--r--   1 root root 1745176 10 dic 16.09 iwlwifi-8000C-13.ucode
-rw-r--r--   1 root root 2351636 10 dic 16.09 iwlwifi-8000C-16.ucode


$ modinfo iwlwifi | grep -e 7260 -e version
firmware:       iwlwifi-7260-12.ucode
vermagic:       4.3.3-2-ck SMP preempt mod_unload modversions 

관련 정보