site Search:


 
    All Forums Hot Topics Gallery






how-to block ads


 
Search Topic:
Uniqs:
553
Share Topic
Posting?
Post a:
Post a:
Links: ·Belarc Advisor ·Asking Tech Questions ·Athlon XP True Speeds ·BIOS Beep Codes ·Hardware Tech #s
AuthorAll Replies

lmacmil

join:2001-01-26
South Bend, IN

Does this sound like a hardware or software problem?

I'm using an AMD 780G chipset mobo and its built-in network adapter hardwired to my router. OS is Win7 Pro.

Every few days, I go thru a period where I have trouble connecting to the internet. The Firefox message is "the connection was reset." IE gives a message about internet connection problems but the troubleshooter doesn't find anything. Some sites will connect ok, others not at all, and some will connect but display improperly. On an Ebay page, I may get the text and the Ebay hosted pictures but not the 3rd-party hosted pictures.

It seems if it was hardware, it would either work right or not at all. I suppose it could be my ISP (Comcast) since the problem seems to come go randomly.

Any thoughts? (Note: had to try multiple times to bring up the preview before posting. Got that connection reset message yet on other tabs I was able to browse other sites just fine.)

Aranarth

join:2011-11-04
Stanwood, MI

I would first see if you can ping the sites in question.

Personally I would expect a router or internet access issue.

As soon as the issue starts reboot your router and see if the issue goes away if it does there is your issue.



Krisnatharok
Caveat Emptor
Premium
join:2009-02-11
Earth Orbit
kudos:7

reply to lmacmil
I have the similar problems with Comcast, and it doesn't matter what site it is or what computer I am on (we have seven functional computers, an xbox, and two smartphones in the house, so I have a couple avenues to the internet).
--
If we lose this freedom of ours, history will record with the greatest astonishment, those who had the most to lose, did the least to prevent its happening.


lmacmil

join:2001-01-26
South Bend, IN

reply to Aranarth

said by Aranarth:

I would first see if you can ping the sites in question.

Personally I would expect a router or internet access issue.

As soon as the issue starts reboot your router and see if the issue goes away if it does there is your issue.

I rebooted the router and am still having the problem. Then I pinged a couple sites that gave me the connection reset message and both were received with round trip times about about 47ms.

What does that tell you?


Dogg
Premium
join:2003-06-11
Belleville, IL
Reviews:
·Charter

reply to lmacmil
Sounds like an ISP issue. Especially as you can still browse in other tabs. I had a similar issue a few weeks ago when Charter was having a DNS issue.

If it was an internal hardware connectivity issue (ie: PC to router), you would likely get a Windows "network disconnected" message as opposed to a browser message. If it was an external hardware connectivity issue (ie: router out to ISP), you would lose all internet access.
--
Google is your Friend


lmacmil

join:2001-01-26
South Bend, IN

deleted after reposting with correct info.


lmacmil

join:2001-01-26
South Bend, IN

reply to Dogg

said by Dogg:

Sounds like an ISP issue. Especially as you can still browse in other tabs.

Thanks. I am not using the Comcast DNS servers so does that mean it's not a Comcast issue? I switched a couple years ago. Am using OpenDNS servers (208.67.222.222 and 208.67.220.220) but maybe I'll switch back to Comcast or try Google's.

Aranarth

join:2011-11-04
Stanwood, MI
Reviews:
·Frontier Communi..
·WildBlue

reply to lmacmil
Get the network and processor monitor widgets from here:

»pcsupport.about.com/od/toolsofth···dget.htm
»pcsupport.about.com/od/toolsofth···dget.htm

What you want to know is if you are having issues, if your network usage or cpu usage goes through the roof.

If they do, it MIGHT be a virus. This could also be a driver issue or some other issue with your machine.

If everyone on the network is having the same issue then do some speed tests as well and see if you are getting much slower throughput that usual.

Finally if your modem has a stats page page then see if your noise margin has gone up or signal strength has gone down. If so this points to a physical issue with the connection itself.
A new modem may fix the issue or they need to replace the wires to your house.


lmacmil

join:2001-01-26
South Bend, IN

said by Aranarth:

What you want to know is if you are having issues, if your network usage or cpu usage goes through the roof.

Finally if your modem has a stats page page then see if your noise margin has gone up or signal strength has gone down. If so this points to a physical issue with the connection itself.

Thanks. I checked my modem stats and they are the same as they were 2 years ago: 45dbm upstream, 2 dbm down and 39 s/n. I will install the network widget and see what it tells me.


koitsu
Premium,MVM
join:2002-07-16
Mountain View, CA
kudos:19

reply to lmacmil
I would recommend opening up a Command Prompt (assuming you're on Windows here) and doing this (assuming your router is 192.168.1.1):

ping -t 192.168.1.1

And let this run indefinitely. When visiting a web site that results in the problem you see ("connection was reset"), quickly look over at the window running ping and see if you see any errors/anomalies there (such as "Request timed out").

Alternately you can download Ping Plotter which will effectively do the same thing (think of it like a repetitive traceroute) and I can tell you what configuration settings you need to change to increase polling interval + provide more details in case of errors.

You could also do the exact same (in another window, meaning two ping windows going simultaneously) with your cable modem, if it has a LAN-accessible interface. For example most Motorola cable modems will answer/respond on 192.168.100.1 (regardless of what your netblock/network size is), so ping -t 192.168.100.1. Likewise you can visit »192.168.100.1/ to look at logs/signals stats/etc.. There's always the possibility your WAN port on your router, or your Ethernet port on your cable modem, is flaking out.

It would help me if you could tell me the exact models of everything you're using:

* Brand/model of NIC (you say "AMD 780G chipset" but this doesn't necessarily mean you're using an AMD NIC)
* Driver version of NIC
* Brand and model number of router, and if you can find it, firmware version too
* Brand and model number of cable modem

Finally, to answer your question literally: could this be hardware? Yes. Could it be software? Yes. I know first-handedly Realtek has an awful history with driver-level bugs, and there are other NIC models out there which have similar driver-level quirks that manifest themselves badly with the rest of the IP stack. You'd have virtually no way of determining this without a network engineer being present in person to diagnose things, however. Troubleshooting network drivers is not an easy task.

--
Making life hard for others since 1977.
I speak for myself and not my employer/affiliates of my employer.


lmacmil

join:2001-01-26
South Bend, IN

said by koitsu:

It would help me if you could tell me the exact models of everything you're using:

* Brand/model of NIC (you say "AMD 780G chipset" but this doesn't necessarily mean you're using an AMD NIC)
* Driver version of NIC
* Brand and model number of router, and if you can find it, firmware version too
* Brand and model number of cable modem

1) I am using the on-board NIC: Realtek RTL8168C(P)/8111C(P) Family PCI-E Gigabit Ethernet NIC (NDIS 6.20)
2) Device manager tells me it is Microsoft version 7.2.1127.2008
3) Linksys WRT54GL, firmware 4.30.11 (latest version is 4.30.15)
4) Moto SB5100

Thanks.

Saturday, 25-May 16:37:57 Terms of Use & Privacy | feedback | contact | Hosting by nac.net - DSL,Hosting & Co-lo
over 13.5 years online © 1999-2013 dslreports.com.
Most commented news this week
Hot Topics