Yüksek ping

Başlatan Kyzaghan, 19 Haziran 2017 - 19:09:10

« önceki - sonraki »

0 Üyeler ve 1 Ziyaretçi konuyu incelemekte.

Kyzaghan

Merhaba Arkadaşlar,
Uzun zaman sonra ubuntuya geri dönüş yapayım dedim, ancak daha önce aynı bilgisayara ubuntu kurmuş olmama rağmen şuan ki kurduğum ubuntu 17.04 sürümünde internette yüksek ping mevcut. Dual bot ile windows a geçiyorum değerler normal, sadece linuxda bu şekilde. Kontrol edebileceğim birşey var mı?


root@kyzaghan-ARBA-A7-V6:/home/kyzaghan# ping google.com
PING google.com (172.217.17.206) 56(84) bytes of data.
64 bytes from sof02s22-in-f206.1e100.net (172.217.17.206): icmp_seq=1 ttl=53 time=105 ms
64 bytes from sof02s22-in-f206.1e100.net (172.217.17.206): icmp_seq=2 ttl=53 time=93.9 ms
64 bytes from sof02s22-in-f206.1e100.net (172.217.17.206): icmp_seq=3 ttl=53 time=83.2 ms
64 bytes from sof02s22-in-f206.1e100.net (172.217.17.206): icmp_seq=4 ttl=53 time=2064 ms
64 bytes from sof02s22-in-f206.1e100.net (172.217.17.206): icmp_seq=5 ttl=53 time=2631 ms
64 bytes from sof02s22-in-f206.1e100.net (172.217.17.206): icmp_seq=6 ttl=53 time=2441 ms
64 bytes from sof02s22-in-f206.1e100.net (172.217.17.206): icmp_seq=7 ttl=53 time=3554 ms
64 bytes from sof02s22-in-f206.1e100.net (172.217.17.206): icmp_seq=8 ttl=53 time=4645 ms
64 bytes from sof02s22-in-f206.1e100.net (172.217.17.206): icmp_seq=9 ttl=53 time=4661 ms
64 bytes from sof02s22-in-f206.1e100.net (172.217.17.206): icmp_seq=10 ttl=53 time=4320 ms
64 bytes from sof02s22-in-f206.1e100.net (172.217.17.206): icmp_seq=11 ttl=53 time=3374 ms
64 bytes from sof02s22-in-f206.1e100.net (172.217.17.206): icmp_seq=12 ttl=53 time=3634 ms
64 bytes from sof02s22-in-f206.1e100.net (172.217.17.206): icmp_seq=13 ttl=53 time=2913 ms
64 bytes from sof02s22-in-f206.1e100.net (172.217.17.206): icmp_seq=14 ttl=53 time=1935 ms
64 bytes from sof02s22-in-f206.1e100.net (172.217.17.206): icmp_seq=15 ttl=53 time=988 ms
64 bytes from sof02s22-in-f206.1e100.net (172.217.17.206): icmp_seq=16 ttl=53 time=2416 ms
^C
--- google.com ping statistics ---
18 packets transmitted, 16 received, 11% packet loss, time 17140ms
rtt min/avg/max/mdev = 83.269/2491.502/4661.439/1502.193 ms, pipe 5




sudo iwconfig
wlp3s0    IEEE 802.11  ESSID:"****" 
          Mode:Managed  Frequency:2.422 GHz  Access Point: ****
          Bit Rate=150 Mb/s   Tx-Power=22 dBm   
          Retry short limit:7   RTS thr:off   Fragment thr:off
          Encryption key:off
          Power Management:on
          Link Quality=70/70  Signal level=-36 dBm 
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:95   Missed beacon:0

enp4s0f1  no wireless extensions.

lo        no wireless extensions.




Mesaj tekrarı yüzünden mesajınız birleştirildi. Bu mesajın gönderim tarihi : 19 Haziran 2017 - 19:16:11

Bu kod ile düzeldi, konu kapanabilir.

sudo iwconfig wlp3s0 power off

speakerXXL

Aşağıdaki komutlarla bunu kalıcı hale getirebilirsiniz.

echo -e '#!/bin/sh\n\n/sbin/iwconfig wlp3s0 power off' | sudo tee /etc/pm/power.d/wireless
sudo chmod +x /etc/pm/power.d/wireless