PC Review


Reply
Thread Tools Rate Thread

browser hangs in downloads

 
 
GBA
Guest
Posts: n/a
 
      29th Apr 2010
hi folks,

have xp/sp3 with 768Ram & 400meghz...have turned off windows firewall and do
not have antivirus at the moment (trying to rule them out)...

both IE8 (set to all default values) and Firefox will hang during any
significant download. Streaming video in example always hangs....but so will
just some web pages that are particularly busy.....browses fine for most
other sites for awhile but will also sometimes just hang.

when can't reach a site - xp will pop up offer network diagnostic feature -
- and that will clear up the problem (though a download has to restart from
beginning and still will never complete...

I ruled out IE8 by trying Firefox....and I don't really think it is a
virus........have looked at the logs offered during the Network Diagnostics
and I see a line about semaphore timeout...

anyone knowing about this? would really appreciate some help on this....

 
Reply With Quote
 
 
 
 
Lem
Guest
Posts: n/a
 
      29th Apr 2010
GBA wrote:
> hi folks,
>
> have xp/sp3 with 768Ram & 400meghz...have turned off windows firewall and do
> not have antivirus at the moment (trying to rule them out)...
>
> both IE8 (set to all default values) and Firefox will hang during any
> significant download. Streaming video in example always hangs....but so will
> just some web pages that are particularly busy.....browses fine for most
> other sites for awhile but will also sometimes just hang.
>
> when can't reach a site - xp will pop up offer network diagnostic feature -
> - and that will clear up the problem (though a download has to restart from
> beginning and still will never complete...
>
> I ruled out IE8 by trying Firefox....and I don't really think it is a
> virus........have looked at the logs offered during the Network Diagnostics
> and I see a line about semaphore timeout...
>
> anyone knowing about this? would really appreciate some help on this....
>


1. You left out the important part -- how are you connected to the Internet?
2. It's a bad idea to be connected directly to the Internet with no
firewall and no antivirus app.
3. Quote all error messages in full.

--
Lem

Apollo 11 - 40 years ago:
http://www.nasa.gov/mission_pages/ap...0th/index.html
 
Reply With Quote
 
John Wunderlich
Guest
Posts: n/a
 
      29th Apr 2010
=?Utf-8?B?R0JB?= <(E-Mail Removed)> wrote in
newsBD77340-AB39-4D09-9C37-(E-Mail Removed):

> hi folks,
>
> have xp/sp3 with 768Ram & 400meghz...have turned off windows
> firewall and do not have antivirus at the moment (trying to rule
> them out)...
>
> both IE8 (set to all default values) and Firefox will hang during
> any significant download. Streaming video in example always
> hangs....but so will just some web pages that are particularly
> busy.....browses fine for most other sites for awhile but will
> also sometimes just hang.
>
> when can't reach a site - xp will pop up offer network diagnostic
> feature - - and that will clear up the problem (though a download
> has to restart from beginning and still will never complete...
>
> I ruled out IE8 by trying Firefox....and I don't really think it
> is a virus........have looked at the logs offered during the
> Network Diagnostics and I see a line about semaphore timeout...
>
> anyone knowing about this? would really appreciate some help on
> this....
>


There are a lot of details lacking, but to me the symptoms point to a
MTU value being set too high. The absolute max MTU is 1500 but you
must subtract bytes for headers. Even more bytes must be subtracted
for DSL, and yet more must be subtracted for VPN.

Setting the value too high will force the network to fracture packets
that are too big. This works for a while but soon things get scrambled
and everything halts. This is why this problem is most apparent when
doing downloads.

To rule this out as your problem, change the MTU to an extremely
conservative value of 1300 (assuming you aren't using a dial-up
connection) with the program "DrTCP" available at:
<http://www.dslreports.com/drtcp>
Run it and set MaxMTU to 1300. Reboot machine. If you problem goes
away, then this is your problem. Otherwise you've ruled this out.

You might try the "Tweak Tool" as well:
<http://www.dslreports.com/tweaks>

HTH,
John
 
Reply With Quote
 
GBA
Guest
Posts: n/a
 
      29th Apr 2010

sorry for leaving out info; am connected directly to a TimeWarner cable
modem.

the firewall/antivirus are off just as a trouble shooting need....

my MTU field was blank - so I put in 1300.

one more thing - downloads such as a file attachment to an email seem to
work....at least so far I've done a couple upto 2M and they've worked ok...

it is the streaming media that really never works at all or at least not for
very long....I went to youtube and tried it after the 1300 MTU entry and the
download to fireup the video went again into hang mode of never ending....of
course I never let it run forever to see if it ever completes....

in the dslreports...mine were not all at default like their example; mine are:
scale: yes
timestamp: no
select acks: yes
path mtu disc yes
black hole: no
max dup: 2
ttl: 64

and then went to <http://www.dslreports.com/tweaks> and saw my java applets
weren't working....so haven't resolved that point....


"John Wunderlich" wrote:

> =?Utf-8?B?R0JB?= <(E-Mail Removed)> wrote in
> newsBD77340-AB39-4D09-9C37-(E-Mail Removed):
>
> > hi folks,
> >
> > have xp/sp3 with 768Ram & 400meghz...have turned off windows
> > firewall and do not have antivirus at the moment (trying to rule
> > them out)...
> >
> > both IE8 (set to all default values) and Firefox will hang during
> > any significant download. Streaming video in example always
> > hangs....but so will just some web pages that are particularly
> > busy.....browses fine for most other sites for awhile but will
> > also sometimes just hang.
> >
> > when can't reach a site - xp will pop up offer network diagnostic
> > feature - - and that will clear up the problem (though a download
> > has to restart from beginning and still will never complete...
> >
> > I ruled out IE8 by trying Firefox....and I don't really think it
> > is a virus........have looked at the logs offered during the
> > Network Diagnostics and I see a line about semaphore timeout...
> >
> > anyone knowing about this? would really appreciate some help on
> > this....
> >

>
> There are a lot of details lacking, but to me the symptoms point to a
> MTU value being set too high. The absolute max MTU is 1500 but you
> must subtract bytes for headers. Even more bytes must be subtracted
> for DSL, and yet more must be subtracted for VPN.
>
> Setting the value too high will force the network to fracture packets
> that are too big. This works for a while but soon things get scrambled
> and everything halts. This is why this problem is most apparent when
> doing downloads.
>
> To rule this out as your problem, change the MTU to an extremely
> conservative value of 1300 (assuming you aren't using a dial-up
> connection) with the program "DrTCP" available at:
> <http://www.dslreports.com/drtcp>
> Run it and set MaxMTU to 1300. Reboot machine. If you problem goes
> away, then this is your problem. Otherwise you've ruled this out.
>
> You might try the "Tweak Tool" as well:
> <http://www.dslreports.com/tweaks>
>
> HTH,
> John
> .
>

 
Reply With Quote
 
Jack [MVP-Networking]
Guest
Posts: n/a
 
      30th Apr 2010
Hi
First it is a big mistake to connect directly to a modem even if you have
one computer.
Especially on Cable Internet that works thta employ a topology of many users
connected together on the same Node.
Get yourself a Router that are very inexpensive (Example,
http://www.newegg.com/Product/Produc...-033-_-Product )
..
The MTU on Cable Internet should be 1500.
In case you get a router read this, http://www.ezlan.net/broadband.html
Jack (MS, MVP-Networking).

"GBA" <(E-Mail Removed)> wrote in message
news:AFC9F75E-A4C5-4771-9409-(E-Mail Removed)...
>
> sorry for leaving out info; am connected directly to a TimeWarner cable
> modem.
>
> the firewall/antivirus are off just as a trouble shooting need....
>
> my MTU field was blank - so I put in 1300.
>
> one more thing - downloads such as a file attachment to an email seem to
> work....at least so far I've done a couple upto 2M and they've worked
> ok...
>
> it is the streaming media that really never works at all or at least not
> for
> very long....I went to youtube and tried it after the 1300 MTU entry and
> the
> download to fireup the video went again into hang mode of never
> ending....of
> course I never let it run forever to see if it ever completes....
>
> in the dslreports...mine were not all at default like their example; mine
> are:
> scale: yes
> timestamp: no
> select acks: yes
> path mtu disc yes
> black hole: no
> max dup: 2
> ttl: 64
>
> and then went to <http://www.dslreports.com/tweaks> and saw my java
> applets
> weren't working....so haven't resolved that point....
>
>
> "John Wunderlich" wrote:
>
>> =?Utf-8?B?R0JB?= <(E-Mail Removed)> wrote in
>> newsBD77340-AB39-4D09-9C37-(E-Mail Removed):
>>
>> > hi folks,
>> >
>> > have xp/sp3 with 768Ram & 400meghz...have turned off windows
>> > firewall and do not have antivirus at the moment (trying to rule
>> > them out)...
>> >
>> > both IE8 (set to all default values) and Firefox will hang during
>> > any significant download. Streaming video in example always
>> > hangs....but so will just some web pages that are particularly
>> > busy.....browses fine for most other sites for awhile but will
>> > also sometimes just hang.
>> >
>> > when can't reach a site - xp will pop up offer network diagnostic
>> > feature - - and that will clear up the problem (though a download
>> > has to restart from beginning and still will never complete...
>> >
>> > I ruled out IE8 by trying Firefox....and I don't really think it
>> > is a virus........have looked at the logs offered during the
>> > Network Diagnostics and I see a line about semaphore timeout...
>> >
>> > anyone knowing about this? would really appreciate some help on
>> > this....
>> >

>>
>> There are a lot of details lacking, but to me the symptoms point to a
>> MTU value being set too high. The absolute max MTU is 1500 but you
>> must subtract bytes for headers. Even more bytes must be subtracted
>> for DSL, and yet more must be subtracted for VPN.
>>
>> Setting the value too high will force the network to fracture packets
>> that are too big. This works for a while but soon things get scrambled
>> and everything halts. This is why this problem is most apparent when
>> doing downloads.
>>
>> To rule this out as your problem, change the MTU to an extremely
>> conservative value of 1300 (assuming you aren't using a dial-up
>> connection) with the program "DrTCP" available at:
>> <http://www.dslreports.com/drtcp>
>> Run it and set MaxMTU to 1300. Reboot machine. If you problem goes
>> away, then this is your problem. Otherwise you've ruled this out.
>>
>> You might try the "Tweak Tool" as well:
>> <http://www.dslreports.com/tweaks>
>>
>> HTH,
>> John
>> .
>>


 
Reply With Quote
 
ANONYMOUS
Guest
Posts: n/a
 
      30th Apr 2010
GBA wrote:

> hi folks,
>
> have xp/sp3 with 768Ram & 400meghz...have turned off windows firewall and do
> not have antivirus at the moment (trying to rule them out)...
>
> both IE8 (set to all default values) and Firefox will hang during any
> significant download. Streaming video in example always hangs....but so will
> just some web pages that are particularly busy.....browses fine for most
> other sites for awhile but will also sometimes just hang.
>
> when can't reach a site - xp will pop up offer network diagnostic feature -
> - and that will clear up the problem (though a download has to restart from
> beginning and still will never complete...
>
> I ruled out IE8 by trying Firefox....and I don't really think it is a
> virus........have looked at the logs offered during the Network Diagnostics
> and I see a line about semaphore timeout...
>
> anyone knowing about this? would really appreciate some help on this....
>



My personal opinion is that you will spend lot of time providing lot of
useless information here without any concrete solution. My advice is to
reformat your HD, re-install the OS and all your applications and start
all over again. Please backup your documents, music files, pictures,
emails and porn videos including anything you can't afford to lose.

hth
 
Reply With Quote
 
GBA
Guest
Posts: n/a
 
      30th Apr 2010
there must be millions, literally, of home users such as myself that have
their PC directly connected to the cable modem provided by, and installed by,
the cable company.........

back to the issue; can't seem to download the java.com recommended to
have....hangs on that task.....both IE8 and Firefox.....and yet can browse
some sites fine. Definitely never streaming media or anything with lots of
activity......

but the XP Network Diagostics process will clear it up - but not a
permanent fix as it will still hang on the same situations.......

"Jack [MVP-Networking]" wrote:

> Hi
> First it is a big mistake to connect directly to a modem even if you have
> one computer.
> Especially on Cable Internet that works thta employ a topology of many users
> connected together on the same Node.
> Get yourself a Router that are very inexpensive (Example,
> http://www.newegg.com/Product/Produc...-033-_-Product )
> ..
> The MTU on Cable Internet should be 1500.
> In case you get a router read this, http://www.ezlan.net/broadband.html
> Jack (MS, MVP-Networking).
>
> "GBA" <(E-Mail Removed)> wrote in message
> news:AFC9F75E-A4C5-4771-9409-(E-Mail Removed)...
> >
> > sorry for leaving out info; am connected directly to a TimeWarner cable
> > modem.
> >
> > the firewall/antivirus are off just as a trouble shooting need....
> >
> > my MTU field was blank - so I put in 1300.
> >
> > one more thing - downloads such as a file attachment to an email seem to
> > work....at least so far I've done a couple upto 2M and they've worked
> > ok...
> >
> > it is the streaming media that really never works at all or at least not
> > for
> > very long....I went to youtube and tried it after the 1300 MTU entry and
> > the
> > download to fireup the video went again into hang mode of never
> > ending....of
> > course I never let it run forever to see if it ever completes....
> >
> > in the dslreports...mine were not all at default like their example; mine
> > are:
> > scale: yes
> > timestamp: no
> > select acks: yes
> > path mtu disc yes
> > black hole: no
> > max dup: 2
> > ttl: 64
> >
> > and then went to <http://www.dslreports.com/tweaks> and saw my java
> > applets
> > weren't working....so haven't resolved that point....
> >
> >
> > "John Wunderlich" wrote:
> >
> >> =?Utf-8?B?R0JB?= <(E-Mail Removed)> wrote in
> >> newsBD77340-AB39-4D09-9C37-(E-Mail Removed):
> >>
> >> > hi folks,
> >> >
> >> > have xp/sp3 with 768Ram & 400meghz...have turned off windows
> >> > firewall and do not have antivirus at the moment (trying to rule
> >> > them out)...
> >> >
> >> > both IE8 (set to all default values) and Firefox will hang during
> >> > any significant download. Streaming video in example always
> >> > hangs....but so will just some web pages that are particularly
> >> > busy.....browses fine for most other sites for awhile but will
> >> > also sometimes just hang.
> >> >
> >> > when can't reach a site - xp will pop up offer network diagnostic
> >> > feature - - and that will clear up the problem (though a download
> >> > has to restart from beginning and still will never complete...
> >> >
> >> > I ruled out IE8 by trying Firefox....and I don't really think it
> >> > is a virus........have looked at the logs offered during the
> >> > Network Diagnostics and I see a line about semaphore timeout...
> >> >
> >> > anyone knowing about this? would really appreciate some help on
> >> > this....
> >> >
> >>
> >> There are a lot of details lacking, but to me the symptoms point to a
> >> MTU value being set too high. The absolute max MTU is 1500 but you
> >> must subtract bytes for headers. Even more bytes must be subtracted
> >> for DSL, and yet more must be subtracted for VPN.
> >>
> >> Setting the value too high will force the network to fracture packets
> >> that are too big. This works for a while but soon things get scrambled
> >> and everything halts. This is why this problem is most apparent when
> >> doing downloads.
> >>
> >> To rule this out as your problem, change the MTU to an extremely
> >> conservative value of 1300 (assuming you aren't using a dial-up
> >> connection) with the program "DrTCP" available at:
> >> <http://www.dslreports.com/drtcp>
> >> Run it and set MaxMTU to 1300. Reboot machine. If you problem goes
> >> away, then this is your problem. Otherwise you've ruled this out.
> >>
> >> You might try the "Tweak Tool" as well:
> >> <http://www.dslreports.com/tweaks>
> >>
> >> HTH,
> >> John
> >> .
> >>

>
> .
>

 
Reply With Quote
 
Jack [MVP-Networking]
Guest
Posts: n/a
 
      30th Apr 2010

Hi
Yeah, and there are Millions of users that their Computers get Hacked on a
daily basis, and then used as "Zombies'" to propagate Viruses and Malwares
to others.
If you need the java download the runtime file and install indecently.
http://majorgeeks.com/Sun_Java_Runti...ent_d4648.html
Jack (MS, MVP-Networking).


"GBA" <(E-Mail Removed)> wrote in message
news:53D9CC1E-5B14-4939-8B34-(E-Mail Removed)...
> there must be millions, literally, of home users such as myself that have
> their PC directly connected to the cable modem provided by, and installed
> by,
> the cable company.........
>
> back to the issue; can't seem to download the java.com recommended to
> have....hangs on that task.....both IE8 and Firefox.....and yet can browse
> some sites fine. Definitely never streaming media or anything with lots
> of
> activity......
>
> but the XP Network Diagostics process will clear it up - but not a
> permanent fix as it will still hang on the same situations.......
>
> "Jack [MVP-Networking]" wrote:
>
>> Hi
>> First it is a big mistake to connect directly to a modem even if you have
>> one computer.
>> Especially on Cable Internet that works thta employ a topology of many
>> users
>> connected together on the same Node.
>> Get yourself a Router that are very inexpensive (Example,
>> http://www.newegg.com/Product/Produc...-033-_-Product )
>> ..
>> The MTU on Cable Internet should be 1500.
>> In case you get a router read this, http://www.ezlan.net/broadband.html
>> Jack (MS, MVP-Networking).
>>
>> "GBA" <(E-Mail Removed)> wrote in message
>> news:AFC9F75E-A4C5-4771-9409-(E-Mail Removed)...
>> >
>> > sorry for leaving out info; am connected directly to a TimeWarner
>> > cable
>> > modem.
>> >
>> > the firewall/antivirus are off just as a trouble shooting need....
>> >
>> > my MTU field was blank - so I put in 1300.
>> >
>> > one more thing - downloads such as a file attachment to an email seem
>> > to
>> > work....at least so far I've done a couple upto 2M and they've worked
>> > ok...
>> >
>> > it is the streaming media that really never works at all or at least
>> > not
>> > for
>> > very long....I went to youtube and tried it after the 1300 MTU entry
>> > and
>> > the
>> > download to fireup the video went again into hang mode of never
>> > ending....of
>> > course I never let it run forever to see if it ever completes....
>> >
>> > in the dslreports...mine were not all at default like their example;
>> > mine
>> > are:
>> > scale: yes
>> > timestamp: no
>> > select acks: yes
>> > path mtu disc yes
>> > black hole: no
>> > max dup: 2
>> > ttl: 64
>> >
>> > and then went to <http://www.dslreports.com/tweaks> and saw my java
>> > applets
>> > weren't working....so haven't resolved that point....
>> >
>> >
>> > "John Wunderlich" wrote:
>> >
>> >> =?Utf-8?B?R0JB?= <(E-Mail Removed)> wrote in
>> >> newsBD77340-AB39-4D09-9C37-(E-Mail Removed):
>> >>
>> >> > hi folks,
>> >> >
>> >> > have xp/sp3 with 768Ram & 400meghz...have turned off windows
>> >> > firewall and do not have antivirus at the moment (trying to rule
>> >> > them out)...
>> >> >
>> >> > both IE8 (set to all default values) and Firefox will hang during
>> >> > any significant download. Streaming video in example always
>> >> > hangs....but so will just some web pages that are particularly
>> >> > busy.....browses fine for most other sites for awhile but will
>> >> > also sometimes just hang.
>> >> >
>> >> > when can't reach a site - xp will pop up offer network diagnostic
>> >> > feature - - and that will clear up the problem (though a download
>> >> > has to restart from beginning and still will never complete...
>> >> >
>> >> > I ruled out IE8 by trying Firefox....and I don't really think it
>> >> > is a virus........have looked at the logs offered during the
>> >> > Network Diagnostics and I see a line about semaphore timeout...
>> >> >
>> >> > anyone knowing about this? would really appreciate some help on
>> >> > this....
>> >> >
>> >>
>> >> There are a lot of details lacking, but to me the symptoms point to a
>> >> MTU value being set too high. The absolute max MTU is 1500 but you
>> >> must subtract bytes for headers. Even more bytes must be subtracted
>> >> for DSL, and yet more must be subtracted for VPN.
>> >>
>> >> Setting the value too high will force the network to fracture packets
>> >> that are too big. This works for a while but soon things get
>> >> scrambled
>> >> and everything halts. This is why this problem is most apparent when
>> >> doing downloads.
>> >>
>> >> To rule this out as your problem, change the MTU to an extremely
>> >> conservative value of 1300 (assuming you aren't using a dial-up
>> >> connection) with the program "DrTCP" available at:
>> >> <http://www.dslreports.com/drtcp>
>> >> Run it and set MaxMTU to 1300. Reboot machine. If you problem goes
>> >> away, then this is your problem. Otherwise you've ruled this out.
>> >>
>> >> You might try the "Tweak Tool" as well:
>> >> <http://www.dslreports.com/tweaks>
>> >>
>> >> HTH,
>> >> John
>> >> .
>> >>

>>
>> .
>>


 
Reply With Quote
 
John Wunderlich
Guest
Posts: n/a
 
      30th Apr 2010
=?Utf-8?B?R0JB?= <(E-Mail Removed)> wrote in
news:AFC9F75E-A4C5-4771-9409-(E-Mail Removed):

> sorry for leaving out info; am connected directly to a TimeWarner
> cable modem.
>
> the firewall/antivirus are off just as a trouble shooting need....
>
> my MTU field was blank - so I put in 1300.
>
> one more thing - downloads such as a file attachment to an email
> seem to work....at least so far I've done a couple upto 2M and
> they've worked ok...
>
> it is the streaming media that really never works at all or at
> least not for very long....I went to youtube and tried it after
> the 1300 MTU entry and the download to fireup the video went again
> into hang mode of never ending....of course I never let it run
> forever to see if it ever completes....
>
> in the dslreports...mine were not all at default like their
> example; mine are: scale: yes
> timestamp: no
> select acks: yes
> path mtu disc yes
> black hole: no
> max dup: 2
> ttl: 64
>
> and then went to <http://www.dslreports.com/tweaks> and saw my
> java applets weren't working....so haven't resolved that point....
>


For the Java problem, try a manual download on another computer,
transfer the file to yours, and run the install:
<http://java.com/en/download/manual.jsp>

You might try to reset your IP Stack:
"How to reset Internet Protocol (TCP/IP)"
<http://support.microsoft.com/kb/299357>

LSPFix or WinXPFix will sometimes solve stubborn network problems.

LSPFix:
<http://www.cexx.org/lspfix.htm>
WinsockxpFix:
<http://www.snapfiles.com/get/winsockxpfix.html>

Jack's recommendation to use a router is, IMHO, a good one although it
doesn't help you solve this problem. Make sure you have a good anti-
virus checker.

Good Luck,
John
 
Reply With Quote
 
GBA
Guest
Posts: n/a
 
      1st May 2010
Update:

Did get the java downloaded & installed. No change.
Also turned off Power Mgmt options - in that other dialog of similar symptom
affected users that had left their PC for some time. No change.

Did both links that you recommended. The second one seems to have made
things worse; previously when browser would hang - the XP Network
Diagnostics would appear - and that process would clear the browser for more
browsing. Now - it results in the message that winsock needs to be reset.
So I do a netsh winsock reset catalog - - - but unfortunately that requires a
reboot....so that is a bummer.

checked XP system update - and I am current in that department.

bottom line: whether IE8 or Firefox, with firewall & anti virus off, direct
connect to cable modem; and can browse to some sites - like google and this
site and southwest airlines.....but some sites always hang: delta airlines
delta.com, any streaming video....

it would seem the sites that hang are dishing out alot of things...or
perhaps it is the type of things they are dishing out....or possibly refer to
an extremely long url string........but either way during the prolonged
connection the handshaking goes bad.....

as noted in the original post - XP network diagnostics use to note a
semaphore timeout.....not sure if that is a red herring or not.....


"John Wunderlich" wrote:

> =?Utf-8?B?R0JB?= <(E-Mail Removed)> wrote in
> news:AFC9F75E-A4C5-4771-9409-(E-Mail Removed):
>
> > sorry for leaving out info; am connected directly to a TimeWarner
> > cable modem.
> >
> > the firewall/antivirus are off just as a trouble shooting need....
> >
> > my MTU field was blank - so I put in 1300.
> >
> > one more thing - downloads such as a file attachment to an email
> > seem to work....at least so far I've done a couple upto 2M and
> > they've worked ok...
> >
> > it is the streaming media that really never works at all or at
> > least not for very long....I went to youtube and tried it after
> > the 1300 MTU entry and the download to fireup the video went again
> > into hang mode of never ending....of course I never let it run
> > forever to see if it ever completes....
> >
> > in the dslreports...mine were not all at default like their
> > example; mine are: scale: yes
> > timestamp: no
> > select acks: yes
> > path mtu disc yes
> > black hole: no
> > max dup: 2
> > ttl: 64
> >
> > and then went to <http://www.dslreports.com/tweaks> and saw my
> > java applets weren't working....so haven't resolved that point....
> >

>
> For the Java problem, try a manual download on another computer,
> transfer the file to yours, and run the install:
> <http://java.com/en/download/manual.jsp>
>
> You might try to reset your IP Stack:
> "How to reset Internet Protocol (TCP/IP)"
> <http://support.microsoft.com/kb/299357>
>
> LSPFix or WinXPFix will sometimes solve stubborn network problems.
>
> LSPFix:
> <http://www.cexx.org/lspfix.htm>
> WinsockxpFix:
> <http://www.snapfiles.com/get/winsockxpfix.html>
>
> Jack's recommendation to use a router is, IMHO, a good one although it
> doesn't help you solve this problem. Make sure you have a good anti-
> virus checker.
>
> Good Luck,
> John
> .
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
system hangs - stops on downloads Will Renkel Microsoft Windows 2000 1 6th Aug 2005 09:48 PM
2nd instance of browser hangs original IE browser =?Utf-8?B?SHVkc29u?= Windows XP Internet Explorer 1 13th Dec 2004 06:32 PM
IE hangs on downloads Dave Windows XP Internet Explorer 3 15th Apr 2004 02:16 AM
Downloads stop after 3-4 min. just hangs there Joe Windows XP General 1 10th Nov 2003 07:08 PM
IE6 hangs during downloads and browsing. Brian Daly Windows XP Internet Explorer 0 1st Sep 2003 12:06 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:22 PM.