My wireless adapter is a D-Link DWA 182, usb, with a Realtek RTL8812AU chipset. After installing the driver from here “https://github.com/gnab/rtl8812au” (since the one from Realtek and D-Link sites would not for for kernels above 3.9) the adapter was up and running. Playing CS:GO i found some massive lag spikes (which do not happen if i move the usb adapter to a windows pc connected to the same network). Pinging both google and my router, i found out that every 10-15 secconds i have a delay of over 2000 Ms to the router. Switching the network from Network Manager to Wicked solves the problem a bit, instead of 2000 Ms i get now between 150-200Ms spikes to the router. Packet loss is down to 0% on all pings. I played a bit with the MTU but it didn’t change anything. Any ideeas how can i trace what my wireless adapter is doing every 10-15 secconds to identify the problem ? IPV 6 is turned off on both the router and card. Below some info :
Opensuse 13.2, x64, KDE. Wrote it in first post :).
linux-oiv7:/home/nradu/Downloads/rtl8812au-master # lsusb
Bus 002 Device 004: ID 1e7d:2e22 ROCCAT
Bus 002 Device 003: ID 1e7d:3138 ROCCAT
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 006 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 005 Device 002: ID 2001:3315 D-Link Corp.
Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
PING 192.168.8.1 (192.168.8.1) 56(84) bytes of data.
64 bytes from 192.168.8.1: icmp_seq=1 ttl=64 time=55.7 ms
64 bytes from 192.168.8.1: icmp_seq=2 ttl=64 time=6.46 ms
64 bytes from 192.168.8.1: icmp_seq=3 ttl=64 time=11.5 ms
64 bytes from 192.168.8.1: icmp_seq=4 ttl=64 time=9.91 ms
64 bytes from 192.168.8.1: icmp_seq=5 ttl=64 time=7.89 ms
64 bytes from 192.168.8.1: icmp_seq=6 ttl=64 time=6.01 ms
64 bytes from 192.168.8.1: icmp_seq=7 ttl=64 time=6.66 ms
64 bytes from 192.168.8.1: icmp_seq=8 ttl=64 time=6.62 ms
64 bytes from 192.168.8.1: icmp_seq=9 ttl=64 time=12.7 ms
64 bytes from 192.168.8.1: icmp_seq=10 ttl=64 time=10.7 ms
64 bytes from 192.168.8.1: icmp_seq=11 ttl=64 time=8.89 ms
64 bytes from 192.168.8.1: icmp_seq=12 ttl=64 time=3400 ms
64 bytes from 192.168.8.1: icmp_seq=13 ttl=64 time=2400 ms
64 bytes from 192.168.8.1: icmp_seq=14 ttl=64 time=1400 ms
64 bytes from 192.168.8.1: icmp_seq=15 ttl=64 time=400 ms
64 bytes from 192.168.8.1: icmp_seq=16 ttl=64 time=1.99 ms
There is no other device connected to the network. There is no traffic at the moment. Placing the usb adapter in my wife’s laptop (windows) all pings are at 4-5 ms. It might be the driver, but then again, switching from network manager to wicked (as mentioned) improves the situation (but does not solve it).