a latência média é de 500 ms quando faço ping em meu PC em uma LAN

0

Na minha rede eu tenho um Raspberry pi connectet via wifi E um pc optiplex 5050 executando uma nova instalação do Ubuntu 17.10 conectada com o adaptador de rede D-LINK DWA-548 / EU. Quando faço ping da framboesa para o pc, a latência média é de 500 ms. No outro lado, a intensidade média do ping do pc para o framboesa é menor que 10 ms. Eu testei a velocidade de download (speedtest-cli) em ambos e os resultados são os mesmos. Não sei se tenho um problema de hardware ou driver no PC

mais detalhes sobre o cartão sem fio pci com lshw - rede de classe lspci lista de rfkill tudo

root@zed-home:/home/tza# lshw -class network
  *-network
       description: Interface réseau sans fil
       produit: RT5392 PCIe Wireless Network Adapter
       fabriquant: Ralink corp.
       identifiant matériel: 0
       information bus: pci@0000:02:00.0
       nom logique: wlp2s0
       version: 00
       numéro de série: 40:9b:cd:02:ed:48
       bits: 32 bits
       horloge: 33MHz
       fonctionnalités: pm msi pciexpress bus_master cap_list ethernet physical wireless
       configuration: broadcast=yes driver=rt2800pci driverversion=4.13.0-38-generic firmware=0.40 ip=192.168.1.52 latency=0 link=yes multicast=yes wireless=IEEE 802.11
       ressources: irq:16 mémoire:f7100000-f710ffff
  *-network
       description: Ethernet interface
       produit: Ethernet Connection (5) I219-V
       fabriquant: Intel Corporation
       identifiant matériel: 1f.6
       information bus: pci@0000:00:1f.6
       nom logique: enp0s31f6
       version: 00
       numéro de série: 50:9a:4c:31:e0:99
       capacité: 1Gbit/s
       bits: 32 bits
       horloge: 33MHz
       fonctionnalités: pm msi bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=e1000e driverversion=3.2.6-k firmware=0.1-4 latency=0 link=no multicast=yes port=twisted pair
       ressources: irq:124 mémoire:f7200000-f721ffff
root@zed-home:/home/tza# lspci
00:00.0 Host bridge: Intel Corporation Device 591f (rev 05)
00:01.0 PCI bridge: Intel Corporation Skylake PCIe Controller (x16) (rev 05)
00:14.0 USB controller: Intel Corporation 200 Series PCH USB 3.0 xHCI Controller
00:14.2 Signal processing controller: Intel Corporation 200 Series PCH Thermal Subsystem
00:16.0 Communication controller: Intel Corporation 200 Series PCH CSME HECI #1
00:17.0 SATA controller: Intel Corporation 200 Series PCH SATA controller [AHCI mode]
00:1d.0 PCI bridge: Intel Corporation 200 Series PCH PCI Express Root Port #9 (rev f0)
00:1f.0 ISA bridge: Intel Corporation 200 Series PCH LPC Controller (Q270)
00:1f.2 Memory controller: Intel Corporation 200 Series PCH PMC
00:1f.3 Audio device: Intel Corporation 200 Series PCH HD Audio
00:1f.4 SMBus: Intel Corporation 200 Series PCH SMBus Controller
00:1f.6 Ethernet controller: Intel Corporation Ethernet Connection (5) I219-V
01:00.0 VGA compatible controller: NVIDIA Corporation GP108 (rev a1)
01:00.1 Audio device: NVIDIA Corporation GP108 High Definition Audio Controller (rev a1)
02:00.0 Network controller: Ralink corp. RT5392 PCIe Wireless Network Adapter
root@zed-home:/home/tza# rfkill list all
0: phy0: Wireless LAN
        Soft blocked: no
        Hard blocked: no
root@zed-home:/home/tza#
    
por T.Zed 24.04.2018 / 09:04

1 resposta

0

a solução foi editar o default-wifi-powersave-on.conf

/etc/NetworkManager/conf.d/default-wifi-powersave-on.conf

e altere wifi.powersave = 3 para wifi.powersave = 0
Fonte: link

    
por T.Zed 24.04.2018 / 11:40