High Latency to Router
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
0
down vote
favorite
I've been trying to set up an Ubuntu rig with a USB wireless adapter. I am getting some really high latency times, and it shows when SSH'ing into the rig. I'm not sure where to go as I don't see any errors, and I'm well within range of the AP. Trying the adapter in another machine works fine as well.
This is a headless system, using wpa_supplicant from the command line to handle the connection. What could I be doing wrong?
uname -a
Linux [hostname] 4.4.0-127-generic #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
iwconfig
wlx[mac address] IEEE 802.11bgn ESSID:"HomeESSID"
Mode:Managed Frequency:2.442 GHz Access Point: [ap mac address]
Bit Rate=90 Mb/s Tx-Power=30 dBm
Retry short limit:7 RTS thr:off Fragment thr:off
Power Management:off
Link Quality=68/70 Signal level=-42 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:35 Missed beacon:0
ping 192.168.20.1
PING 192.168.20.1 (192.168.20.1) 56(84) bytes of data.
64 bytes from 192.168.20.1: icmp_seq=1 ttl=64 time=11530 ms
64 bytes from 192.168.20.1: icmp_seq=2 ttl=64 time=10521 ms
64 bytes from 192.168.20.1: icmp_seq=10 ttl=64 time=2458 ms
64 bytes from 192.168.20.1: icmp_seq=11 ttl=64 time=31987 ms
64 bytes from 192.168.20.1: icmp_seq=12 ttl=64 time=30980 ms
64 bytes from 192.168.20.1: icmp_seq=13 ttl=64 time=29981 ms
64 bytes from 192.168.20.1: icmp_seq=14 ttl=64 time=28974 ms
64 bytes from 192.168.20.1: icmp_seq=15 ttl=64 time=27966 ms
64 bytes from 192.168.20.1: icmp_seq=16 ttl=64 time=26958 ms
64 bytes from 192.168.20.1: icmp_seq=17 ttl=64 time=25950 ms
64 bytes from 192.168.20.1: icmp_seq=18 ttl=64 time=24942 ms
64 bytes from 192.168.20.1: icmp_seq=19 ttl=64 time=23934 ms
64 bytes from 192.168.20.1: icmp_seq=20 ttl=64 time=22926 ms
64 bytes from 192.168.20.1: icmp_seq=21 ttl=64 time=21918 ms
64 bytes from 192.168.20.1: icmp_seq=22 ttl=64 time=20910 ms
64 bytes from 192.168.20.1: icmp_seq=23 ttl=64 time=19902 ms
64 bytes from 192.168.20.1: icmp_seq=24 ttl=64 time=22339 ms
64 bytes from 192.168.20.1: icmp_seq=25 ttl=64 time=21332 ms
64 bytes from 192.168.20.1: icmp_seq=26 ttl=64 time=20324 ms
64 bytes from 192.168.20.1: icmp_seq=27 ttl=64 time=19316 ms
64 bytes from 192.168.20.1: icmp_seq=28 ttl=64 time=18308 ms
^C
--- 192.168.20.1 ping statistics ---
59 packets transmitted, 28 received, 52% packet loss, time 58440ms
rtt min/avg/max/mdev = 2458.831/18175.113/31987.997/9136.676 ms, pipe 32
lsusb / dmesg
Bus 008 Device 003: ID 148f:7601 Ralink Technology, Corp. MT7601U Wireless Adapter
[ 2.158764] hub 8-1:1.0: USB hub found
[ 2.159136] hub 8-1:1.0: 4 ports detected
[ 2.439281] usb 8-1.1: new high-speed USB device number 3 using xhci_hcd
[ 2.661345] usb 8-1.1: New USB device found, idVendor=148f, idProduct=7601
[ 2.661351] usb 8-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2.661356] usb 8-1.1: Product: 802.11 n WLAN
[ 2.661360] usb 8-1.1: SerialNumber: 1.0
[ 6.551566] usb 8-1.1: reset high-speed USB device number 3 using xhci_hcd
[ 6.646417] mt7601u 8-1.1:1.0: ASIC revision: 76010001 MAC revision: 76010500
[ 6.649731] mt7601u 8-1.1:1.0: Firmware Version: 0.1.00 Build: 7640 Build time: 201302052146____
[ 7.031385] mt7601u 8-1.1:1.0: EEPROM ver:0c fae:00
[ 7.031943] mt7601u 8-1.1:1.0: EEPROM country region 01 (channels 1-13)
[ 7.262458] mt7601u 8-1.1:1.0 wlx[mac address]: renamed from wlan0
wireless
add a comment |Â
up vote
0
down vote
favorite
I've been trying to set up an Ubuntu rig with a USB wireless adapter. I am getting some really high latency times, and it shows when SSH'ing into the rig. I'm not sure where to go as I don't see any errors, and I'm well within range of the AP. Trying the adapter in another machine works fine as well.
This is a headless system, using wpa_supplicant from the command line to handle the connection. What could I be doing wrong?
uname -a
Linux [hostname] 4.4.0-127-generic #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
iwconfig
wlx[mac address] IEEE 802.11bgn ESSID:"HomeESSID"
Mode:Managed Frequency:2.442 GHz Access Point: [ap mac address]
Bit Rate=90 Mb/s Tx-Power=30 dBm
Retry short limit:7 RTS thr:off Fragment thr:off
Power Management:off
Link Quality=68/70 Signal level=-42 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:35 Missed beacon:0
ping 192.168.20.1
PING 192.168.20.1 (192.168.20.1) 56(84) bytes of data.
64 bytes from 192.168.20.1: icmp_seq=1 ttl=64 time=11530 ms
64 bytes from 192.168.20.1: icmp_seq=2 ttl=64 time=10521 ms
64 bytes from 192.168.20.1: icmp_seq=10 ttl=64 time=2458 ms
64 bytes from 192.168.20.1: icmp_seq=11 ttl=64 time=31987 ms
64 bytes from 192.168.20.1: icmp_seq=12 ttl=64 time=30980 ms
64 bytes from 192.168.20.1: icmp_seq=13 ttl=64 time=29981 ms
64 bytes from 192.168.20.1: icmp_seq=14 ttl=64 time=28974 ms
64 bytes from 192.168.20.1: icmp_seq=15 ttl=64 time=27966 ms
64 bytes from 192.168.20.1: icmp_seq=16 ttl=64 time=26958 ms
64 bytes from 192.168.20.1: icmp_seq=17 ttl=64 time=25950 ms
64 bytes from 192.168.20.1: icmp_seq=18 ttl=64 time=24942 ms
64 bytes from 192.168.20.1: icmp_seq=19 ttl=64 time=23934 ms
64 bytes from 192.168.20.1: icmp_seq=20 ttl=64 time=22926 ms
64 bytes from 192.168.20.1: icmp_seq=21 ttl=64 time=21918 ms
64 bytes from 192.168.20.1: icmp_seq=22 ttl=64 time=20910 ms
64 bytes from 192.168.20.1: icmp_seq=23 ttl=64 time=19902 ms
64 bytes from 192.168.20.1: icmp_seq=24 ttl=64 time=22339 ms
64 bytes from 192.168.20.1: icmp_seq=25 ttl=64 time=21332 ms
64 bytes from 192.168.20.1: icmp_seq=26 ttl=64 time=20324 ms
64 bytes from 192.168.20.1: icmp_seq=27 ttl=64 time=19316 ms
64 bytes from 192.168.20.1: icmp_seq=28 ttl=64 time=18308 ms
^C
--- 192.168.20.1 ping statistics ---
59 packets transmitted, 28 received, 52% packet loss, time 58440ms
rtt min/avg/max/mdev = 2458.831/18175.113/31987.997/9136.676 ms, pipe 32
lsusb / dmesg
Bus 008 Device 003: ID 148f:7601 Ralink Technology, Corp. MT7601U Wireless Adapter
[ 2.158764] hub 8-1:1.0: USB hub found
[ 2.159136] hub 8-1:1.0: 4 ports detected
[ 2.439281] usb 8-1.1: new high-speed USB device number 3 using xhci_hcd
[ 2.661345] usb 8-1.1: New USB device found, idVendor=148f, idProduct=7601
[ 2.661351] usb 8-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2.661356] usb 8-1.1: Product: 802.11 n WLAN
[ 2.661360] usb 8-1.1: SerialNumber: 1.0
[ 6.551566] usb 8-1.1: reset high-speed USB device number 3 using xhci_hcd
[ 6.646417] mt7601u 8-1.1:1.0: ASIC revision: 76010001 MAC revision: 76010500
[ 6.649731] mt7601u 8-1.1:1.0: Firmware Version: 0.1.00 Build: 7640 Build time: 201302052146____
[ 7.031385] mt7601u 8-1.1:1.0: EEPROM ver:0c fae:00
[ 7.031943] mt7601u 8-1.1:1.0: EEPROM country region 01 (channels 1-13)
[ 7.262458] mt7601u 8-1.1:1.0 wlx[mac address]: renamed from wlan0
wireless
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I've been trying to set up an Ubuntu rig with a USB wireless adapter. I am getting some really high latency times, and it shows when SSH'ing into the rig. I'm not sure where to go as I don't see any errors, and I'm well within range of the AP. Trying the adapter in another machine works fine as well.
This is a headless system, using wpa_supplicant from the command line to handle the connection. What could I be doing wrong?
uname -a
Linux [hostname] 4.4.0-127-generic #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
iwconfig
wlx[mac address] IEEE 802.11bgn ESSID:"HomeESSID"
Mode:Managed Frequency:2.442 GHz Access Point: [ap mac address]
Bit Rate=90 Mb/s Tx-Power=30 dBm
Retry short limit:7 RTS thr:off Fragment thr:off
Power Management:off
Link Quality=68/70 Signal level=-42 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:35 Missed beacon:0
ping 192.168.20.1
PING 192.168.20.1 (192.168.20.1) 56(84) bytes of data.
64 bytes from 192.168.20.1: icmp_seq=1 ttl=64 time=11530 ms
64 bytes from 192.168.20.1: icmp_seq=2 ttl=64 time=10521 ms
64 bytes from 192.168.20.1: icmp_seq=10 ttl=64 time=2458 ms
64 bytes from 192.168.20.1: icmp_seq=11 ttl=64 time=31987 ms
64 bytes from 192.168.20.1: icmp_seq=12 ttl=64 time=30980 ms
64 bytes from 192.168.20.1: icmp_seq=13 ttl=64 time=29981 ms
64 bytes from 192.168.20.1: icmp_seq=14 ttl=64 time=28974 ms
64 bytes from 192.168.20.1: icmp_seq=15 ttl=64 time=27966 ms
64 bytes from 192.168.20.1: icmp_seq=16 ttl=64 time=26958 ms
64 bytes from 192.168.20.1: icmp_seq=17 ttl=64 time=25950 ms
64 bytes from 192.168.20.1: icmp_seq=18 ttl=64 time=24942 ms
64 bytes from 192.168.20.1: icmp_seq=19 ttl=64 time=23934 ms
64 bytes from 192.168.20.1: icmp_seq=20 ttl=64 time=22926 ms
64 bytes from 192.168.20.1: icmp_seq=21 ttl=64 time=21918 ms
64 bytes from 192.168.20.1: icmp_seq=22 ttl=64 time=20910 ms
64 bytes from 192.168.20.1: icmp_seq=23 ttl=64 time=19902 ms
64 bytes from 192.168.20.1: icmp_seq=24 ttl=64 time=22339 ms
64 bytes from 192.168.20.1: icmp_seq=25 ttl=64 time=21332 ms
64 bytes from 192.168.20.1: icmp_seq=26 ttl=64 time=20324 ms
64 bytes from 192.168.20.1: icmp_seq=27 ttl=64 time=19316 ms
64 bytes from 192.168.20.1: icmp_seq=28 ttl=64 time=18308 ms
^C
--- 192.168.20.1 ping statistics ---
59 packets transmitted, 28 received, 52% packet loss, time 58440ms
rtt min/avg/max/mdev = 2458.831/18175.113/31987.997/9136.676 ms, pipe 32
lsusb / dmesg
Bus 008 Device 003: ID 148f:7601 Ralink Technology, Corp. MT7601U Wireless Adapter
[ 2.158764] hub 8-1:1.0: USB hub found
[ 2.159136] hub 8-1:1.0: 4 ports detected
[ 2.439281] usb 8-1.1: new high-speed USB device number 3 using xhci_hcd
[ 2.661345] usb 8-1.1: New USB device found, idVendor=148f, idProduct=7601
[ 2.661351] usb 8-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2.661356] usb 8-1.1: Product: 802.11 n WLAN
[ 2.661360] usb 8-1.1: SerialNumber: 1.0
[ 6.551566] usb 8-1.1: reset high-speed USB device number 3 using xhci_hcd
[ 6.646417] mt7601u 8-1.1:1.0: ASIC revision: 76010001 MAC revision: 76010500
[ 6.649731] mt7601u 8-1.1:1.0: Firmware Version: 0.1.00 Build: 7640 Build time: 201302052146____
[ 7.031385] mt7601u 8-1.1:1.0: EEPROM ver:0c fae:00
[ 7.031943] mt7601u 8-1.1:1.0: EEPROM country region 01 (channels 1-13)
[ 7.262458] mt7601u 8-1.1:1.0 wlx[mac address]: renamed from wlan0
wireless
I've been trying to set up an Ubuntu rig with a USB wireless adapter. I am getting some really high latency times, and it shows when SSH'ing into the rig. I'm not sure where to go as I don't see any errors, and I'm well within range of the AP. Trying the adapter in another machine works fine as well.
This is a headless system, using wpa_supplicant from the command line to handle the connection. What could I be doing wrong?
uname -a
Linux [hostname] 4.4.0-127-generic #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
iwconfig
wlx[mac address] IEEE 802.11bgn ESSID:"HomeESSID"
Mode:Managed Frequency:2.442 GHz Access Point: [ap mac address]
Bit Rate=90 Mb/s Tx-Power=30 dBm
Retry short limit:7 RTS thr:off Fragment thr:off
Power Management:off
Link Quality=68/70 Signal level=-42 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:35 Missed beacon:0
ping 192.168.20.1
PING 192.168.20.1 (192.168.20.1) 56(84) bytes of data.
64 bytes from 192.168.20.1: icmp_seq=1 ttl=64 time=11530 ms
64 bytes from 192.168.20.1: icmp_seq=2 ttl=64 time=10521 ms
64 bytes from 192.168.20.1: icmp_seq=10 ttl=64 time=2458 ms
64 bytes from 192.168.20.1: icmp_seq=11 ttl=64 time=31987 ms
64 bytes from 192.168.20.1: icmp_seq=12 ttl=64 time=30980 ms
64 bytes from 192.168.20.1: icmp_seq=13 ttl=64 time=29981 ms
64 bytes from 192.168.20.1: icmp_seq=14 ttl=64 time=28974 ms
64 bytes from 192.168.20.1: icmp_seq=15 ttl=64 time=27966 ms
64 bytes from 192.168.20.1: icmp_seq=16 ttl=64 time=26958 ms
64 bytes from 192.168.20.1: icmp_seq=17 ttl=64 time=25950 ms
64 bytes from 192.168.20.1: icmp_seq=18 ttl=64 time=24942 ms
64 bytes from 192.168.20.1: icmp_seq=19 ttl=64 time=23934 ms
64 bytes from 192.168.20.1: icmp_seq=20 ttl=64 time=22926 ms
64 bytes from 192.168.20.1: icmp_seq=21 ttl=64 time=21918 ms
64 bytes from 192.168.20.1: icmp_seq=22 ttl=64 time=20910 ms
64 bytes from 192.168.20.1: icmp_seq=23 ttl=64 time=19902 ms
64 bytes from 192.168.20.1: icmp_seq=24 ttl=64 time=22339 ms
64 bytes from 192.168.20.1: icmp_seq=25 ttl=64 time=21332 ms
64 bytes from 192.168.20.1: icmp_seq=26 ttl=64 time=20324 ms
64 bytes from 192.168.20.1: icmp_seq=27 ttl=64 time=19316 ms
64 bytes from 192.168.20.1: icmp_seq=28 ttl=64 time=18308 ms
^C
--- 192.168.20.1 ping statistics ---
59 packets transmitted, 28 received, 52% packet loss, time 58440ms
rtt min/avg/max/mdev = 2458.831/18175.113/31987.997/9136.676 ms, pipe 32
lsusb / dmesg
Bus 008 Device 003: ID 148f:7601 Ralink Technology, Corp. MT7601U Wireless Adapter
[ 2.158764] hub 8-1:1.0: USB hub found
[ 2.159136] hub 8-1:1.0: 4 ports detected
[ 2.439281] usb 8-1.1: new high-speed USB device number 3 using xhci_hcd
[ 2.661345] usb 8-1.1: New USB device found, idVendor=148f, idProduct=7601
[ 2.661351] usb 8-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2.661356] usb 8-1.1: Product: 802.11 n WLAN
[ 2.661360] usb 8-1.1: SerialNumber: 1.0
[ 6.551566] usb 8-1.1: reset high-speed USB device number 3 using xhci_hcd
[ 6.646417] mt7601u 8-1.1:1.0: ASIC revision: 76010001 MAC revision: 76010500
[ 6.649731] mt7601u 8-1.1:1.0: Firmware Version: 0.1.00 Build: 7640 Build time: 201302052146____
[ 7.031385] mt7601u 8-1.1:1.0: EEPROM ver:0c fae:00
[ 7.031943] mt7601u 8-1.1:1.0: EEPROM country region 01 (channels 1-13)
[ 7.262458] mt7601u 8-1.1:1.0 wlx[mac address]: renamed from wlan0
wireless
asked Jun 7 at 1:33
Jeff
1012
1012
add a comment |Â
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1044323%2fhigh-latency-to-router%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password