Page 1 of 2 12 LastLast
Results 1 to 16 of 17

Thread: Recommend a PCIe wifi adaptor

  1. #1
    Banhammer in peace PeterB kalniel's Avatar
    Join Date
    Aug 2005
    Posts
    31,025
    Thanks
    1,871
    Thanked
    3,383 times in 2,720 posts
    • kalniel's system
      • Motherboard:
      • Gigabyte Z390 Aorus Ultra
      • CPU:
      • Intel i9 9900k
      • Memory:
      • 32GB DDR4 3200 CL16
      • Storage:
      • 1TB Samsung 970Evo+ NVMe
      • Graphics card(s):
      • nVidia GTX 1060 6GB
      • PSU:
      • Seasonic 600W
      • Case:
      • Cooler Master HAF 912
      • Operating System:
      • Win 10 Pro x64
      • Monitor(s):
      • Dell S2721DGF
      • Internet:
      • rubbish

    Recommend a PCIe wifi adaptor

    So I have been gaming on a PCI Edimax (ralink) 802.11g adaptor and it's been great. An imminent broadband upgrade (if the ISP engineer every actually keeps an appointment) has pushed me to looking at an upgraded card for N or AC networking. So what cards are recommended?

    I've tried a TP-link N900 PCIe adaptor which was cheap, but it added on average 5ms to the ping over the same .g network compared to the PCI card. I don't know if that's PCIe latency or just the card being worse.

    The access point is on a different floor but range isn't a major concern (got -57dBm signal with the cheap card) - latency is more important for me.
    Last edited by kalniel; 16-12-2014 at 11:49 AM.

  2. #2
    root Member DanceswithUnix's Avatar
    Join Date
    Jan 2006
    Location
    In the middle of a core dump
    Posts
    12,986
    Thanks
    781
    Thanked
    1,588 times in 1,343 posts
    • DanceswithUnix's system
      • Motherboard:
      • Asus X470-PRO
      • CPU:
      • 5900X
      • Memory:
      • 32GB 3200MHz ECC
      • Storage:
      • 2TB Linux, 2TB Games (Win 10)
      • Graphics card(s):
      • Asus Strix RX Vega 56
      • PSU:
      • 650W Corsair TX
      • Case:
      • Antec 300
      • Operating System:
      • Fedora 39 + Win 10 Pro 64 (yuk)
      • Monitor(s):
      • Benq XL2730Z 1440p + Iiyama 27" 1440p
      • Internet:
      • Zen 900Mb/900Mb (CityFibre FttP)

    Re: Recommend a PCIe wifi adaptor

    For latency I expect you would be better off with Homeplug AV.

    From Linux server downstairs to a Win7 box upstairs, how does this compare with your wifi?


    $ ping -c 10 192.168.100.4
    PING 192.168.100.4 (192.168.100.4) 56(84) bytes of data.
    64 bytes from 192.168.100.4: icmp_seq=1 ttl=128 time=4.46 ms
    64 bytes from 192.168.100.4: icmp_seq=2 ttl=128 time=3.02 ms
    64 bytes from 192.168.100.4: icmp_seq=3 ttl=128 time=2.94 ms
    64 bytes from 192.168.100.4: icmp_seq=4 ttl=128 time=14.0 ms
    64 bytes from 192.168.100.4: icmp_seq=5 ttl=128 time=4.82 ms
    64 bytes from 192.168.100.4: icmp_seq=6 ttl=128 time=16.5 ms
    64 bytes from 192.168.100.4: icmp_seq=7 ttl=128 time=2.22 ms
    64 bytes from 192.168.100.4: icmp_seq=8 ttl=128 time=2.92 ms
    64 bytes from 192.168.100.4: icmp_seq=9 ttl=128 time=2.26 ms
    64 bytes from 192.168.100.4: icmp_seq=10 ttl=128 time=2.53 ms

    --- 192.168.100.4 ping statistics ---
    10 packets transmitted, 10 received, 0% packet loss, time 9015ms
    rtt min/avg/max/mdev = 2.227/5.579/16.567/4.960 ms

  3. #3
    Banhammer in peace PeterB kalniel's Avatar
    Join Date
    Aug 2005
    Posts
    31,025
    Thanks
    1,871
    Thanked
    3,383 times in 2,720 posts
    • kalniel's system
      • Motherboard:
      • Gigabyte Z390 Aorus Ultra
      • CPU:
      • Intel i9 9900k
      • Memory:
      • 32GB DDR4 3200 CL16
      • Storage:
      • 1TB Samsung 970Evo+ NVMe
      • Graphics card(s):
      • nVidia GTX 1060 6GB
      • PSU:
      • Seasonic 600W
      • Case:
      • Cooler Master HAF 912
      • Operating System:
      • Win 10 Pro x64
      • Monitor(s):
      • Dell S2721DGF
      • Internet:
      • rubbish

    Re: Recommend a PCIe wifi adaptor

    PS C:\> ping -n 10 192.168.1.254

    Pinging 192.168.1.254 with 32 bytes of data:
    Reply from 192.168.1.254: bytes=32 time=2ms TTL=64
    Reply from 192.168.1.254: bytes=32 time=2ms TTL=64
    Reply from 192.168.1.254: bytes=32 time=1ms TTL=64
    Reply from 192.168.1.254: bytes=32 time=2ms TTL=64
    Reply from 192.168.1.254: bytes=32 time=2ms TTL=64
    Reply from 192.168.1.254: bytes=32 time=1ms TTL=64
    Reply from 192.168.1.254: bytes=32 time=2ms TTL=64
    Reply from 192.168.1.254: bytes=32 time=2ms TTL=64
    Reply from 192.168.1.254: bytes=32 time=1ms TTL=64
    Reply from 192.168.1.254: bytes=32 time=2ms TTL=64

    Ping statistics for 192.168.1.254:
    Packets: Sent = 10, Received = 10, Lost = 0 (0% loss),
    Approximate round trip times in milli-seconds:
    Minimum = 1ms, Maximum = 2ms, Average = 1ms

    So, worse The 5ms difference was noticeable to external sites, though I guess I can't account for it if connection to router is still as quick :/

    *shrugs* guess it's not really anything to be bothered about. Ping to google dns is perfectly acceptable, was just a little better with old card

    PS C:\> ping -n 10 8.8.8.8

    Pinging 8.8.8.8 with 32 bytes of data:
    Reply from 8.8.8.8: bytes=32 time=28ms TTL=58
    Reply from 8.8.8.8: bytes=32 time=35ms TTL=58
    Reply from 8.8.8.8: bytes=32 time=27ms TTL=58
    Reply from 8.8.8.8: bytes=32 time=28ms TTL=58
    Reply from 8.8.8.8: bytes=32 time=28ms TTL=58
    Reply from 8.8.8.8: bytes=32 time=31ms TTL=58
    Reply from 8.8.8.8: bytes=32 time=27ms TTL=58
    Reply from 8.8.8.8: bytes=32 time=28ms TTL=58
    Reply from 8.8.8.8: bytes=32 time=28ms TTL=58
    Reply from 8.8.8.8: bytes=32 time=32ms TTL=58

    Ping statistics for 8.8.8.8:
    Packets: Sent = 10, Received = 10, Lost = 0 (0% loss),
    Approximate round trip times in milli-seconds:
    Minimum = 27ms, Maximum = 35ms, Average = 29ms
    Last edited by kalniel; 16-12-2014 at 07:29 PM.

  4. #4
    DDY
    DDY is offline
    Senior Member DDY's Avatar
    Join Date
    Jun 2006
    Posts
    2,838
    Thanks
    184
    Thanked
    624 times in 432 posts
    • DDY's system
      • Motherboard:
      • ASRock Z390M Pro 4
      • CPU:
      • i5 9600k
      • Memory:
      • 32GB (2x16GB) 3600MHz
      • Storage:
      • Adata SX8200 NVME 1TB
      • Graphics card(s):
      • RX 5700
      • PSU:
      • Seasonic Focus Gold 550W
      • Operating System:
      • Win 7 Pro
      • Monitor(s):
      • Dell U2715H

    Re: Recommend a PCIe wifi adaptor

    I've had good results with Intel WiFi chipsets.

    I just did ping tests on my Dell Latitude E6400 and E7440 laptops fitted with Intel 5300 and 7260 cards respectively, both average 1ms ping to the WiFi AP in the next room.

    For a desktop, I can recommend the same Intel based mini PCIe cards with a mini PCIe to PCIe adapter, such as these:

    http://www.ebay.co.uk/sch/i.html?_fr...eless&_sacat=0

  5. Received thanks from:

    Apex (09-01-2015),kalniel (16-12-2014)

  6. #5
    Banhammer in peace PeterB kalniel's Avatar
    Join Date
    Aug 2005
    Posts
    31,025
    Thanks
    1,871
    Thanked
    3,383 times in 2,720 posts
    • kalniel's system
      • Motherboard:
      • Gigabyte Z390 Aorus Ultra
      • CPU:
      • Intel i9 9900k
      • Memory:
      • 32GB DDR4 3200 CL16
      • Storage:
      • 1TB Samsung 970Evo+ NVMe
      • Graphics card(s):
      • nVidia GTX 1060 6GB
      • PSU:
      • Seasonic 600W
      • Case:
      • Cooler Master HAF 912
      • Operating System:
      • Win 10 Pro x64
      • Monitor(s):
      • Dell S2721DGF
      • Internet:
      • rubbish

    Re: Recommend a PCIe wifi adaptor

    Quote Originally Posted by DDY View Post
    For a desktop, I can recommend the same Intel based mini PCIe cards with a mini PCIe to PCIe adapter, such as these:

    http://www.ebay.co.uk/sch/i.html?_fr...eless&_sacat=0
    Ooh there's an idea. Thanks. I quite like the killer wifi mini cards but didn't think I'd be able to use them.

    I've just been playing with optimising TCP and the ping is now quite close to my old card, so I wonder if I had also optimised that in the very distant past and there's actually no significant difference.

  7. #6
    Treasure Hunter extraordinaire herulach's Avatar
    Join Date
    Apr 2005
    Location
    Bolton
    Posts
    5,618
    Thanks
    18
    Thanked
    172 times in 159 posts
    • herulach's system
      • Motherboard:
      • MSI Z97 MPower
      • CPU:
      • i7 4790K
      • Memory:
      • 8GB Vengeance LP
      • Storage:
      • 1TB WD Blue + 250GB 840 EVo
      • Graphics card(s):
      • 2* Palit GTX 970 Jetstream
      • PSU:
      • EVGA Supernova G2 850W
      • Case:
      • CM HAF Stacker 935, 2*360 Rad WC Loop w/EK blocks.
      • Operating System:
      • Windows 8.1
      • Monitor(s):
      • Crossover 290HD & LG L1980Q
      • Internet:
      • 120mb Virgin Media

    Re: Recommend a PCIe wifi adaptor

    Quote Originally Posted by kalniel View Post
    Ooh there's an idea. Thanks. I quite like the killer wifi mini cards but didn't think I'd be able to use them.

    I've just been playing with optimising TCP and the ping is now quite close to my old card, so I wonder if I had also optimised that in the very distant past and there's actually no significant difference.
    I have an asus PCE AC68, which is awesome. sustained 900mbs transfer speeds to the matching AC66U router. Ping looks like:
    Gaming PC to Router
    Code:
    Pinging 192.168.1.1 with 32 bytes of data:
    Reply from 192.168.1.1: bytes=32 time<1ms TTL=64
    Reply from 192.168.1.1: bytes=32 time<1ms TTL=64
    Reply from 192.168.1.1: bytes=32 time=1ms TTL=64
    Reply from 192.168.1.1: bytes=32 time<1ms TTL=64
    Reply from 192.168.1.1: bytes=32 time<1ms TTL=64
    Reply from 192.168.1.1: bytes=32 time=1ms TTL=64
    Reply from 192.168.1.1: bytes=32 time<1ms TTL=64
    Reply from 192.168.1.1: bytes=32 time<1ms TTL=64
    Reply from 192.168.1.1: bytes=32 time<1ms TTL=64
    Reply from 192.168.1.1: bytes=32 time<1ms TTL=64
    
    Ping statistics for 192.168.1.1:
        Packets: Sent = 10, Received = 10, Lost = 0 (0% loss),
    Approximate round trip times in milli-seconds:
        Minimum = 0ms, Maximum = 1ms, Average = 0ms
    Microserver to router

    Code:
    PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data.
    64 bytes from 192.168.1.1: icmp_seq=1 ttl=64 time=0.268 ms
    64 bytes from 192.168.1.1: icmp_seq=2 ttl=64 time=0.286 ms
    64 bytes from 192.168.1.1: icmp_seq=3 ttl=64 time=0.299 ms
    64 bytes from 192.168.1.1: icmp_seq=4 ttl=64 time=0.295 ms
    64 bytes from 192.168.1.1: icmp_seq=5 ttl=64 time=0.311 ms
    64 bytes from 192.168.1.1: icmp_seq=6 ttl=64 time=0.293 ms
    64 bytes from 192.168.1.1: icmp_seq=7 ttl=64 time=0.305 ms
    64 bytes from 192.168.1.1: icmp_seq=8 ttl=64 time=0.311 ms
    64 bytes from 192.168.1.1: icmp_seq=9 ttl=64 time=0.321 ms
    64 bytes from 192.168.1.1: icmp_seq=10 ttl=64 time=0.301 ms
    --- 192.168.1.1 ping statistics ---
    10 packets transmitted, 10 received, 0% packet loss, time 8998ms
    rtt min/avg/max/mdev = 0.268/0.299/0.321/0.014 ms
    WIFI to 8.8.8.8
    Code:
    Pinging 8.8.8.8 with 32 bytes of data:
    Reply from 8.8.8.8: bytes=32 time=15ms TTL=55
    Reply from 8.8.8.8: bytes=32 time=16ms TTL=55
    Reply from 8.8.8.8: bytes=32 time=17ms TTL=55
    Reply from 8.8.8.8: bytes=32 time=17ms TTL=55
    Reply from 8.8.8.8: bytes=32 time=16ms TTL=55
    Reply from 8.8.8.8: bytes=32 time=15ms TTL=55
    Reply from 8.8.8.8: bytes=32 time=16ms TTL=55
    Reply from 8.8.8.8: bytes=32 time=19ms TTL=55
    Reply from 8.8.8.8: bytes=32 time=16ms TTL=55
    Reply from 8.8.8.8: bytes=32 time=18ms TTL=55
    
    Ping statistics for 8.8.8.8:
        Packets: Sent = 10, Received = 10, Lost = 0 (0% loss),
    Approximate round trip times in milli-seconds:
        Minimum = 15ms, Maximum = 19ms, Average = 16ms
    Microserver to 8.8.8.8
    Code:
    PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
    64 bytes from 8.8.8.8: icmp_seq=1 ttl=55 time=16.2 ms
    64 bytes from 8.8.8.8: icmp_seq=2 ttl=55 time=15.3 ms
    64 bytes from 8.8.8.8: icmp_seq=3 ttl=55 time=15.7 ms
    64 bytes from 8.8.8.8: icmp_seq=4 ttl=55 time=18.8 ms
    64 bytes from 8.8.8.8: icmp_seq=5 ttl=55 time=15.6 ms
    64 bytes from 8.8.8.8: icmp_seq=6 ttl=55 time=17.8 ms
    64 bytes from 8.8.8.8: icmp_seq=7 ttl=55 time=15.7 ms
    64 bytes from 8.8.8.8: icmp_seq=8 ttl=55 time=20.1 ms
    64 bytes from 8.8.8.8: icmp_seq=9 ttl=55 time=16.0 ms
    64 bytes from 8.8.8.8: icmp_seq=10 ttl=55 time=15.2 ms
    
    --- 8.8.8.8 ping statistics ---
    10 packets transmitted, 10 received, 0% packet loss, time 9011ms
    rtt min/avg/max/mdev = 15.255/16.682/20.128/1.595 ms
    So essentially the same speed, however I suspect it might depend as much on the quality of the router as the network card. Did you see the same problem across multiple devices?

  8. #7
    Banhammer in peace PeterB kalniel's Avatar
    Join Date
    Aug 2005
    Posts
    31,025
    Thanks
    1,871
    Thanked
    3,383 times in 2,720 posts
    • kalniel's system
      • Motherboard:
      • Gigabyte Z390 Aorus Ultra
      • CPU:
      • Intel i9 9900k
      • Memory:
      • 32GB DDR4 3200 CL16
      • Storage:
      • 1TB Samsung 970Evo+ NVMe
      • Graphics card(s):
      • nVidia GTX 1060 6GB
      • PSU:
      • Seasonic 600W
      • Case:
      • Cooler Master HAF 912
      • Operating System:
      • Win 10 Pro x64
      • Monitor(s):
      • Dell S2721DGF
      • Internet:
      • rubbish

    Re: Recommend a PCIe wifi adaptor

    That is impressive.

    No I've not bothered to test different devices. Router is terrible at the moment (O2 wireless box II) but it will hopefully become the home hub 5 which should be a bit better (along with fibre and all that jazz). Just trying to work out if it was worth trying something better than el-cheapo adaptor. We'll see I guess

  9. #8
    root Member DanceswithUnix's Avatar
    Join Date
    Jan 2006
    Location
    In the middle of a core dump
    Posts
    12,986
    Thanks
    781
    Thanked
    1,588 times in 1,343 posts
    • DanceswithUnix's system
      • Motherboard:
      • Asus X470-PRO
      • CPU:
      • 5900X
      • Memory:
      • 32GB 3200MHz ECC
      • Storage:
      • 2TB Linux, 2TB Games (Win 10)
      • Graphics card(s):
      • Asus Strix RX Vega 56
      • PSU:
      • 650W Corsair TX
      • Case:
      • Antec 300
      • Operating System:
      • Fedora 39 + Win 10 Pro 64 (yuk)
      • Monitor(s):
      • Benq XL2730Z 1440p + Iiyama 27" 1440p
      • Internet:
      • Zen 900Mb/900Mb (CityFibre FttP)

    Re: Recommend a PCIe wifi adaptor

    Interestingly pinging the other way from Windows box to Linux box shows:

    >ping -n 10 gate

    Pinging gate.internal [192.168.100.1] with 32 bytes of data:
    Reply from 192.168.100.1: bytes=32 time=2ms TTL=64
    Reply from 192.168.100.1: bytes=32 time=2ms TTL=64
    Reply from 192.168.100.1: bytes=32 time=1ms TTL=64
    Reply from 192.168.100.1: bytes=32 time=12ms TTL=64
    Reply from 192.168.100.1: bytes=32 time=4ms TTL=64
    Reply from 192.168.100.1: bytes=32 time=2ms TTL=64
    Reply from 192.168.100.1: bytes=32 time=2ms TTL=64
    Reply from 192.168.100.1: bytes=32 time=2ms TTL=64
    Reply from 192.168.100.1: bytes=32 time=2ms TTL=64
    Reply from 192.168.100.1: bytes=32 time=14ms TTL=64

    Ping statistics for 192.168.100.1:
    Packets: Sent = 10, Received = 10, Lost = 0 (0% loss),
    Approximate round trip times in milli-seconds:
    Minimum = 1ms, Maximum = 14ms, Average = 4ms

    I expect the >10ms packets are caused by the webcam data being sent from another homeplug so there is some contention going on.

  10. #9
    Anthropomorphic Personification shaithis's Avatar
    Join Date
    Apr 2004
    Location
    The Last Aerie
    Posts
    10,857
    Thanks
    645
    Thanked
    872 times in 736 posts
    • shaithis's system
      • Motherboard:
      • Asus P8Z77 WS
      • CPU:
      • i7 3770k @ 4.5GHz
      • Memory:
      • 32GB HyperX 1866
      • Storage:
      • Lots!
      • Graphics card(s):
      • Sapphire Fury X
      • PSU:
      • Corsair HX850
      • Case:
      • Corsair 600T (White)
      • Operating System:
      • Windows 10 x64
      • Monitor(s):
      • 2 x Dell 3007
      • Internet:
      • Zen 80Mb Fibre

    Re: Recommend a PCIe wifi adaptor

    Quote Originally Posted by DDY View Post
    I just did ping tests on my Dell Latitude E6400 and E7440 laptops fitted with Intel 5300 and 7260 cards respectively, both average 1ms ping to the WiFi AP in the next room.

    For a desktop, I can recommend the same Intel based mini PCIe cards with a mini PCIe to PCIe adapter, such as these:
    I'm using the 7260 in my HTPC and laptop, can't really grumble with them either. Very good performance and still cheap if you shop around. IIRC I managed to grab the desktop kits for around £30.
    Main PC: Asus Rampage IV Extreme / 3960X@4.5GHz / Antec H1200 Pro / 32GB DDR3-1866 Quad Channel / Sapphire Fury X / Areca 1680 / 850W EVGA SuperNOVA Gold 2 / Corsair 600T / 2x Dell 3007 / 4 x 250GB SSD + 2 x 80GB SSD / 4 x 1TB HDD (RAID 10) / Windows 10 Pro, Yosemite & Ubuntu
    HTPC: AsRock Z77 Pro 4 / 3770K@4.2GHz / 24GB / GTX 1080 / SST-LC20 / Antec TP-550 / Hisense 65k5510 4K TV / HTC Vive / 2 x 240GB SSD + 12TB HDD Space / Race Seat / Logitech G29 / Win 10 Pro
    HTPC2: Asus AM1I-A / 5150 / 4GB / Corsair Force 3 240GB / Silverstone SST-ML05B + ST30SF / Samsung UE60H6200 TV / Windows 10 Pro
    Spare/Loaner: Gigabyte EX58-UD5 / i950 / 12GB / HD7870 / Corsair 300R / Silverpower 700W modular
    NAS 1: HP N40L / 12GB ECC RAM / 2 x 3TB Arrays || NAS 2: Dell PowerEdge T110 II / 24GB ECC RAM / 2 x 3TB Hybrid arrays || Network:Buffalo WZR-1166DHP w/DD-WRT + HP ProCurve 1800-24G
    Laptop: Dell Precision 5510 Printer: HP CP1515n || Phone: Huawei P30 || Other: Samsung Galaxy Tab 4 Pro 10.1 CM14 / Playstation 4 + G29 + 2TB Hybrid drive

  11. #10
    Banhammer in peace PeterB kalniel's Avatar
    Join Date
    Aug 2005
    Posts
    31,025
    Thanks
    1,871
    Thanked
    3,383 times in 2,720 posts
    • kalniel's system
      • Motherboard:
      • Gigabyte Z390 Aorus Ultra
      • CPU:
      • Intel i9 9900k
      • Memory:
      • 32GB DDR4 3200 CL16
      • Storage:
      • 1TB Samsung 970Evo+ NVMe
      • Graphics card(s):
      • nVidia GTX 1060 6GB
      • PSU:
      • Seasonic 600W
      • Case:
      • Cooler Master HAF 912
      • Operating System:
      • Win 10 Pro x64
      • Monitor(s):
      • Dell S2721DGF
      • Internet:
      • rubbish

    Re: Recommend a PCIe wifi adaptor

    So new broadband is better, but home hub 5 is actually a bit slower in latency terms than the old O2 wireless box 2 (with the same cheap adaptor)
    Code:
    PS C:\> ping -n 10 192.168.1.254
    
    Pinging 192.168.1.254 with 32 bytes of data:
    Reply from 192.168.1.254: bytes=32 time=4ms TTL=6
    Reply from 192.168.1.254: bytes=32 time=4ms TTL=6
    Reply from 192.168.1.254: bytes=32 time=4ms TTL=6
    Reply from 192.168.1.254: bytes=32 time=4ms TTL=6
    Reply from 192.168.1.254: bytes=32 time=7ms TTL=6
    Reply from 192.168.1.254: bytes=32 time=4ms TTL=6
    Reply from 192.168.1.254: bytes=32 time=4ms TTL=6
    Reply from 192.168.1.254: bytes=32 time=4ms TTL=6
    Reply from 192.168.1.254: bytes=32 time=4ms TTL=6
    Reply from 192.168.1.254: bytes=32 time=4ms TTL=6
    
    Ping statistics for 192.168.1.254:
        Packets: Sent = 10, Received = 10, Lost = 0 (0% loss),
    Approximate round trip times in milli-seconds:
        Minimum = 4ms, Maximum = 7ms, Average = 4ms
    Code:
    PS C:\> ping -n 10 8.8.8.8
    
    Pinging 8.8.8.8 with 32 bytes of data:
    Reply from 8.8.8.8: bytes=32 time=14ms TTL=53
    Reply from 8.8.8.8: bytes=32 time=13ms TTL=53
    Reply from 8.8.8.8: bytes=32 time=13ms TTL=53
    Reply from 8.8.8.8: bytes=32 time=13ms TTL=53
    Reply from 8.8.8.8: bytes=32 time=13ms TTL=53
    Reply from 8.8.8.8: bytes=32 time=13ms TTL=53
    Reply from 8.8.8.8: bytes=32 time=13ms TTL=53
    Reply from 8.8.8.8: bytes=32 time=13ms TTL=53
    Reply from 8.8.8.8: bytes=32 time=14ms TTL=53
    Reply from 8.8.8.8: bytes=32 time=14ms TTL=53
    
    Ping statistics for 8.8.8.8:
        Packets: Sent = 10, Received = 10, Lost = 0 (0% loss),
    Approximate round trip times in milli-seconds:
        Minimum = 13ms, Maximum = 14ms, Average = 13ms
    Worst thing is the TP-Link drivers - even latest ones available are causing DPC latency spikes that may get in the way of my audio work, need to test effect.

  12. #11
    Banned
    Join Date
    Jun 2008
    Posts
    2,129
    Thanks
    13
    Thanked
    189 times in 160 posts

    Re: Recommend a PCIe wifi adaptor

    All depends on the game. If it's ping to win (ie FPS) then use either homeplugs or a proper cable.

    If not, wireless is fine. Just make sure it's on the right channel and it's not 'rate flapping'.
    Last edited by abaxas; 04-01-2015 at 03:26 PM. Reason: inserted not

  13. #12
    Senior Member MrRockliffe's Avatar
    Join Date
    Sep 2013
    Location
    Hampshire
    Posts
    1,586
    Thanks
    228
    Thanked
    133 times in 112 posts
    • MrRockliffe's system
      • Motherboard:
      • Z270i Strix
      • CPU:
      • i7 6700K
      • Memory:
      • 16GB DDR4 Vengeance
      • Storage:
      • 500GB 850 Evo, 500GB 860 EVO
      • Graphics card(s):
      • MSI GTX 1070 Ti Gaming
      • PSU:
      • 550W Supernova G2
      • Case:
      • NZXT H200
      • Operating System:
      • Windows 10
      • Monitor(s):
      • Asus PB278Q
      • Internet:
      • Hyperoptic 150Mb

    Re: Recommend a PCIe wifi adaptor

    I've currently got a TP Link 5GHz wireless kit. Pretty good range, but I feel I need AC at times for that extra through-put when streaming to devices in the house.

    Could someone recommend a good wireless AC kit and where to get the stuff? PCIe preferably. Or, maybe a wired home plugs (good for gaming).

    Currently get roughly 18 ping in games such as titanfall.

  14. #13
    Registered+
    Join Date
    Oct 2014
    Location
    Norwich, Norfolk, United Kingdom
    Posts
    26
    Thanks
    0
    Thanked
    0 times in 0 posts

    Re: Recommend a PCIe wifi adaptor

    Not pcie, but im using a usb3 asus 1200ac adaptor, and its been brilliant

  15. #14
    Senior Member MrRockliffe's Avatar
    Join Date
    Sep 2013
    Location
    Hampshire
    Posts
    1,586
    Thanks
    228
    Thanked
    133 times in 112 posts
    • MrRockliffe's system
      • Motherboard:
      • Z270i Strix
      • CPU:
      • i7 6700K
      • Memory:
      • 16GB DDR4 Vengeance
      • Storage:
      • 500GB 850 Evo, 500GB 860 EVO
      • Graphics card(s):
      • MSI GTX 1070 Ti Gaming
      • PSU:
      • 550W Supernova G2
      • Case:
      • NZXT H200
      • Operating System:
      • Windows 10
      • Monitor(s):
      • Asus PB278Q
      • Internet:
      • Hyperoptic 150Mb

    Re: Recommend a PCIe wifi adaptor

    Prefer PCIe because I easily fill up USB ports on my computer with peripherals and external hard drives
    XBOX Live - Sheep Sardine | Origin - MrRockliffe | Steam - MrRockliffe |

    Add me

  16. #15
    Treasure Hunter extraordinaire herulach's Avatar
    Join Date
    Apr 2005
    Location
    Bolton
    Posts
    5,618
    Thanks
    18
    Thanked
    172 times in 159 posts
    • herulach's system
      • Motherboard:
      • MSI Z97 MPower
      • CPU:
      • i7 4790K
      • Memory:
      • 8GB Vengeance LP
      • Storage:
      • 1TB WD Blue + 250GB 840 EVo
      • Graphics card(s):
      • 2* Palit GTX 970 Jetstream
      • PSU:
      • EVGA Supernova G2 850W
      • Case:
      • CM HAF Stacker 935, 2*360 Rad WC Loop w/EK blocks.
      • Operating System:
      • Windows 8.1
      • Monitor(s):
      • Crossover 290HD & LG L1980Q
      • Internet:
      • 120mb Virgin Media

    Re: Recommend a PCIe wifi adaptor

    Quote Originally Posted by MrRockliffe View Post
    Prefer PCIe because I easily fill up USB ports on my computer with peripherals and external hard drives
    I sound like a stuck record, but I tried quite a few ac setup's and found for throughput I couldn't beat the top end Asus kit, as you'd expect given the price. That may be as much to do with antenna positioning due to the nifty little antenna stand you get.

    As far as ping goes, even on 2.4ghz n kit that the current lot replaces (connected direct to a 'super'hub 2 no less) I was still reliably pinging sub 15 to most bf4 servers and noticed no difference at all over a wire.

    Top tip, connect all the stuff you care about over 5ghz and the rest on 2.4. Provided everything I'd n it should be able to manage everything (we regular I have 2hd video streams on the 2.4g network and game e quite happily on the 5g

  17. #16
    Senior Member MrRockliffe's Avatar
    Join Date
    Sep 2013
    Location
    Hampshire
    Posts
    1,586
    Thanks
    228
    Thanked
    133 times in 112 posts
    • MrRockliffe's system
      • Motherboard:
      • Z270i Strix
      • CPU:
      • i7 6700K
      • Memory:
      • 16GB DDR4 Vengeance
      • Storage:
      • 500GB 850 Evo, 500GB 860 EVO
      • Graphics card(s):
      • MSI GTX 1070 Ti Gaming
      • PSU:
      • 550W Supernova G2
      • Case:
      • NZXT H200
      • Operating System:
      • Windows 10
      • Monitor(s):
      • Asus PB278Q
      • Internet:
      • Hyperoptic 150Mb

    Re: Recommend a PCIe wifi adaptor

    I only have my laptop and computer connected via 5GHz, everything else is wired or 2.4
    XBOX Live - Sheep Sardine | Origin - MrRockliffe | Steam - MrRockliffe |

    Add me

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •