Page 1 of 1
internet speed
Posted: Sat Jan 23, 2010 12:15 pm
by Merlin
Hey guys and gals. I need help with an internet speed issue. I have ATT U-Verse and my wife's laptop runs great completely wireless. My Father in Law's on the other side of the house works great on a wireless adapter ( USB). My PC is slugish and slow loading web pages and often times out. I can play games etc. with no lag or anything so I don't think it is the PC itself but rather some part of the Internet service. ATT used some sort of jumper that pluggs into the wall and is connected to the modem to send the signal to the other room where there is another jumper that connects to my PC. The leds show solid signal but I don't know. Any ideas? I don't have a wireless adapter for my PC and the modem is too far away to run a cable.
Re: internet speed
Posted: Sat Jan 23, 2010 5:58 pm
by skier
i havn't dipped into wireless yet, just ran a 100' Cat5E cord through the floor from the network switch to a plate i hooked up in my wall, cord was only $16, but the plate cost $14

i hate radio shack
sorry i can't help

Re: internet speed
Posted: Sat Jan 23, 2010 11:24 pm
by camaroguy1998
Try borrowing the USB adapter from the laptop and see what the result is!
If it is a positive result consider buying one for your PC!
Re: internet speed
Posted: Sun Jan 24, 2010 7:50 am
by kenc51
With your PC connected as is, do some ping tests
Code: Select all
ping -t www.google.com
ping -t "your modem's IP Address"
ping -t www.legitreviews.com
Let the ping command run for ~30 seconds or so (Press "CTRL+C" to stop the ping), then post back the results
Re: internet speed
Posted: Sun Jan 24, 2010 2:53 pm
by kylepaddock
Code: Select all
Microsoft Windows [Version 6.0.6002]
Copyright (c) 2006 Microsoft Corporation. All rights reserved.
C:\Users\Kyle>ping -t www.google.com
Pinging www.l.google.com [74.125.19.103] with 32 bytes of data:
Reply from 74.125.19.103: bytes=32 time=57ms TTL=54
Reply from 74.125.19.103: bytes=32 time=67ms TTL=54
Reply from 74.125.19.103: bytes=32 time=63ms TTL=54
Reply from 74.125.19.103: bytes=32 time=69ms TTL=54
Reply from 74.125.19.103: bytes=32 time=65ms TTL=54
Reply from 74.125.19.103: bytes=32 time=64ms TTL=54
Reply from 74.125.19.103: bytes=32 time=64ms TTL=54
Ping statistics for 74.125.19.103:
Packets: Sent = 7, Received = 7, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 57ms, Maximum = 69ms, Average = 64ms
Control-C
^C
C:\Users\Kyle>ping -t www.legitreviews.com
Pinging www.legitreviews.com [65.175.79.82] with 32 bytes of data:
Reply from 65.175.79.82: bytes=32 time=124ms TTL=51
Reply from 65.175.79.82: bytes=32 time=104ms TTL=51
Reply from 65.175.79.82: bytes=32 time=105ms TTL=51
Reply from 65.175.79.82: bytes=32 time=112ms TTL=51
Reply from 65.175.79.82: bytes=32 time=108ms TTL=51
Reply from 65.175.79.82: bytes=32 time=110ms TTL=51
Reply from 65.175.79.82: bytes=32 time=105ms TTL=51
Reply from 65.175.79.82: bytes=32 time=103ms TTL=51
Ping statistics for 65.175.79.82:
Packets: Sent = 8, Received = 8, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 103ms, Maximum = 124ms, Average = 108ms
Control-C
^C
C:\Users\Kyle>^A
here is mine FYI
Re: internet speed
Posted: Sun Jan 24, 2010 4:20 pm
by kenc51
Try this,
Delete all your browser temp files, then run "ipconfig /flushdns" via a command prompt.
Close and re-open a browser and test.