MSFN Forum: [Solved]Can't UpLoad to the internet - MSFN Forum

Jump to content



  • 2 Pages +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

[Solved]Can't UpLoad to the internet help! Rate Topic: -----

#1 User is offline   Fredledingue 

  • MSFN Expert
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,139
  • Joined: 10-February 05
  • OS:98SE
  • Country: Country Flag

  Posted 06 June 2006 - 02:59 AM

Please Help!

It can't UPload data to the internet, at least not more than 500 bytes or so.
I can download anything I want, even multimega files, but posting a message on this board or uploading a small file on my perso website or even sending data to a java-scripted webpage is impossible.

When IE tries to do so, my CPU turns on all cylinders at 100% until I press the stop button.
That happened with IE5.5 and upgrading to IE6SP1 and quickely reinstalling w98SE qnd the uSP2.1a and running clamwin antivirus didn't help.

On the other computer that use the same USB/removable D-Link DSL modem, it works normaly.

:blink:

This post has been edited by Fredledingue: 08 June 2006 - 09:41 AM



#2 User is offline   RainyShadow 

  • Member
  • PipPip
  • Group: Members
  • Posts: 211
  • Joined: 30-December 05

Posted 06 June 2006 - 03:47 AM

Does this happen only in IE, or other programs cannot upload too?
Try some of the tests here using different browsers.

#3 User is offline   eidenk 

  • MSFN Addict
  • PipPipPipPipPipPipPip
  • Group: Banned
  • Posts: 1,527
  • Joined: 28-March 05

Posted 06 June 2006 - 03:59 AM

Have you tried to restore a backup of the registry ?

Have you noticed any file change with your VB script ?

Does the other machine use the same physical modem or is it just the same brand and model ?

#4 User is offline   Fredledingue 

  • MSFN Expert
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,139
  • Joined: 10-February 05
  • OS:98SE
  • Country: Country Flag

Posted 06 June 2006 - 01:37 PM

"RainyShadow" said:

Does this happen only in IE, or other programs cannot upload too?
Try some of the tests here using different browsers.


I will try this test page. But I can already tell that download is great and upload is nearly zero.
So far I used only IE6.0SP1 and Maxthon. The problem already existed with IE5.5 before I upgraded. Both reacts the same way.

I can't connect to my e-mail provider with OE neither. Also something that the other machine does without problem.
_____________

"eidenk" said:

Have you tried to restore a backup of the registry ?

No. What registry should be backed up regarding the internet?

"eidenk" said:

Have you noticed any file change with your VB script ?

I would have loved to. But I started writing this script after and indirectly, because I had this problem. :no:

"eidenk" said:

Does the other machine use the same physical modem or is it just the same brand and model ?

Yes they both use the same physical device: an USB D-Link200. It worked very well before with the same device.

This post has been edited by Fredledingue: 06 June 2006 - 01:38 PM


#5 User is offline   RainyShadow 

  • Member
  • PipPip
  • Group: Members
  • Posts: 211
  • Joined: 30-December 05

Posted 06 June 2006 - 05:05 PM

Look for any drivers (probably VXDs) left over from previously installed firewall/traffic control software. Check your SYSTEM.INI for any non-M$ VXD entries and try removing them.

#6 User is offline   eidenk 

  • MSFN Addict
  • PipPipPipPipPipPipPip
  • Group: Banned
  • Posts: 1,527
  • Joined: 28-March 05

Posted 06 June 2006 - 05:33 PM

View PostFredledingue, on Jun 6 2006, 01:37 PM, said:

"eidenk" said:

Have you tried to restore a backup of the registry ?

No. What registry should be backed up regarding the internet?


When I have got that type of problems, usually after installing an internet related utility that has not replaced system files nor added any vxd (I monitor this always), I restore a copy of the registry from the sysbackup folder and I am fine after that.

#7 User is offline   Fredledingue 

  • MSFN Expert
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,139
  • Joined: 10-February 05
  • OS:98SE
  • Country: Country Flag

Posted 06 June 2006 - 06:56 PM

eidenk,
how do you do that?
Anyway, I let the PC running for too many day with this problem to be able to roll back anything...

:thumbup test
dhdfjdkhjdvkhdfhvdfhvjkfhdjk vhjkdfhvjkdjvhkjdnf sjdhsjhdjs jhsdjkfhjcn sjgcjsdgchsdjch :lol: :no: :o

#8 User is offline   RainyShadow 

  • Member
  • PipPip
  • Group: Members
  • Posts: 211
  • Joined: 30-December 05

Posted 06 June 2006 - 08:10 PM

In order to restore an old backup of your registry, boot in DOS, then type SCANREG /RESTORE , then select which backup you'll like to use.

#9 User is offline   eidenk 

  • MSFN Addict
  • PipPipPipPipPipPipPip
  • Group: Banned
  • Posts: 1,527
  • Joined: 28-March 05

Posted 06 June 2006 - 08:43 PM

View PostFredledingue, on Jun 6 2006, 06:56 PM, said:

eidenk,
how do you do that?
Anyway, I let the PC running for too many day with this problem to be able to roll back anything...

Everytime you boot into Windows your registry is automatically backed up if the date of the PC is at least one day ahead of the last backup.

So it should not matter for how long your PC has been on.

But if you did reboot once a day in the last five days, and an error appeared in the registry before that, all your registry backup will contain the error as by default only the last five backups are kept.

I use 30 (Max : 99) so I have at least one month's worth of old registries in any case a problem is not immediately obvious.

Edit the MaxBackupCopies values in scanreg.ini in the windows dir for changing the number of backups if you need.

Also scanreg must be allowed to run at startup (it is by default) otherwise no automatic backups are made :

REGEDIT4

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
"ScanRegistry"="C:\\WINDOWS\\scanregw.exe /autorun"

This post has been edited by eidenk: 06 June 2006 - 08:49 PM


#10 User is offline   Fredledingue 

  • MSFN Expert
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,139
  • Joined: 10-February 05
  • OS:98SE
  • Country: Country Flag

Posted 07 June 2006 - 04:25 AM

Thanks for all these infos.

Unfortunately I have no registry backup dating from the time it was working.

And no internet related vxd entry in the ini file...

#11 User is offline   SecretNinja 

  • Junior
  • Pip
  • Group: Members
  • Posts: 54
  • Joined: 05-August 04

Posted 07 June 2006 - 04:37 AM

have you tryed using a web broser that is not based on the IE core? e.g firefox or opera?

#12 User is offline   charles__ 

  • Junior
  • Pip
  • Group: Members
  • Posts: 87
  • Joined: 08-July 05

Posted 07 June 2006 - 10:40 AM

Have you tried checking d-link support?
http://support.dlink.com/supportfaq/

http://www.dlink.com...dems/dsl200.htm

Go to the bottom of the page above.

http://www.dlink.com.au/Products.aspx?Sec=...1&Sub2=1&PID=47
http://www.dlink.com...p?model=DSL-200

#13 User is offline   Fredledingue 

  • MSFN Expert
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,139
  • Joined: 10-February 05
  • OS:98SE
  • Country: Country Flag

Posted 07 June 2006 - 01:42 PM

Thanks for your suggestion. I will try them.

#14 User is offline   somewan 

  • Junior
  • Pip
  • Group: Members
  • Posts: 73
  • Joined: 04-August 05

Posted 07 June 2006 - 08:08 PM

View PostFredledingue, on Jun 6 2006, 07:37 PM, said:

"RainyShadow" said:

Does this happen only in IE, or other programs cannot upload too?
Try some of the tests here using different browsers.


I will try this test page. But I can already tell that download is great and upload is nearly zero.


Transmitted (not received) packets are generally much larger and
much more frequent while uploading. I suspect that may be
triggering the symptoms, so it might be a good idea to check the
networking parameters very carefully. That's where a registry
backup might come in handy.

Also, the statistics generated by "netstat -s" might provide
some clue.

Another exciting experiment is to check for the same problem in
a different operating system, or a different W98 install. If that
works well, it's a very likely to be a config issue. Otherwise, the
problem is external to your PC.

Quote

"eidenk" said:

Have you tried to restore a backup of the registry ?

No. What registry should be backed up regarding the internet?


Surely you know that Win95+ is in the habit of storing all sorts
of stuff in the registry... not just your credit card number and
your mother's maiden name, but also details about hardware
configuration and TCP/IP parameters!

Quote

"eidenk" said:

Have you noticed any file change with your VB script ?

I would have loved to. But I started writing this script after and indirectly, because I had this problem. :no:


Ideally, one would always have a recent and trusted backup make
comparisons against, or failing that, a collection of MD5 or SHA hashes,,
but as we all know, such items are never there for you when you need
them. So here's a quick&dirty trick I often use instead, and which
usually helps:

C:\>find -ctime -5
... list of files "created" (or at least "changed") 
..... within the past 5 days
C:\>find -time -2
... list of files "modified"...


"find" is the DJGPP (32-bit DOS) port of the GNU clone of
the essential Unix "find" utility. Get it from any DJGPP mirror
site or from my VAX:
ftp://ftp.narpes.com...il/dos/unix/gnu

Quote

"eidenk" said:

Does the other machine use the same physical modem or is it just the same brand and model ?

Yes they both use the same physical device: an USB D-Link200. It worked very well before with the same device.


A-ha! That explains it! You're using one of those cheap rubbish USB devices,
mass-produced for the "consumer" market! Try upgrading to a real router from
Cisco, Foundry, or Juniper Networks, and upgrade your Internet connection to
fibre - at least 100 Mbps. Tell us whether the problems persist. :P

Mostly kidding about that... however, you should verify that it's not the
modem's fault. Try it on a different machine, for instance.

The hardware deficiencies of USB are most probably not responsible for
your upload difficulties... but I can't resist the opportunity for a side note:
a few days ago learned about one more USB "feature": you can connect two
computers with a regular serial cable, a parallel cable, an Ethernet cable, a
Firewire cable or even with a SCSI-cable, but you had better not attempt such a
connection with an USB cable unless you're willing to risk damaging your hardware.
The reason is that "there can be only one" - one host/master/controller/whatever
node - on an USB bus. For connecting two hosts (e.g. two computers), you
need a middle man (or "bridge") to make them get along. (Take a look at this
site for information on not only USB, but many other interfaces too:
http://www.epanorama..._interface.html )

In the case of Windows 98 and USB, theree is a lot to be said, but I'll try
to resist the temptation an just mention NTKERN.VXD. Although it's a genuine
native Win/386/3.x/9x VxD kernel module, the functionality it implements is
alien and poorly debugged - just barely enough NT-emulation to fool USB,
Firewire and other "WDM" drivers to run.

#15 User is offline   Fredledingue 

  • MSFN Expert
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,139
  • Joined: 10-February 05
  • OS:98SE
  • Country: Country Flag

Posted 08 June 2006 - 08:10 AM

somewan,

The two computers use the same modem but not at the same time (it's physicaly impossible).
I have to manualy move the USB cable from one machine to another.

#16 User is offline   Fredledingue 

  • MSFN Expert
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,139
  • Joined: 10-February 05
  • OS:98SE
  • Country: Country Flag

Posted 08 June 2006 - 09:34 AM

Solved!
Successfuly uploqded 450kb!

GeoCities Control Panel

Upload results
REZTO3_portes.JPG
- Uploaded successfully


What's up?

I re-installed the D-Link drivers twice before without any result.
I downloaded the so called driver update from the D-Link site: their installation package did't work at all + the files in the update were identical to those on the CD.

But they included a small uninstaller (not included in the cd) and I used it according to their instructions. Then re-installed the modem from the original CD.
Something had to be de-installed.

Thanks to all those who helped me :) :hello:

This post has been edited by Fredledingue: 08 June 2006 - 09:35 AM


#17 User is offline   bledd 

  • msfn is a friend of mine!
  • Group: Supreme Sponsor
  • Posts: 1,732
  • Joined: 24-March 04

Posted 08 June 2006 - 10:05 AM

btw, usb is CRAP for internet/network

use ethernet or if you have to, wireless

#18 User is offline   Fredledingue 

  • MSFN Expert
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,139
  • Joined: 10-February 05
  • OS:98SE
  • Country: Country Flag

Posted 08 June 2006 - 12:14 PM

Do you think my connection will be faster if I had an ethernet modem
Does DSL modem on ethernet connection exists?
I mean simple modem, not router-modem.

#19 User is offline   charles__ 

  • Junior
  • Pip
  • Group: Members
  • Posts: 87
  • Joined: 08-July 05

Posted 09 June 2006 - 02:57 AM

Some of the newer modems have usb and ethernet connections. Here is one with ethernet only.
http://www.dsldepot.com/item.asp?id=9&desc...odem_speedtouch

http://support.dlink.com/products/view.asp...uctid=DSL%2D300

#20 User is offline   Fredledingue 

  • MSFN Expert
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,139
  • Joined: 10-February 05
  • OS:98SE
  • Country: Country Flag

Posted 09 June 2006 - 12:02 PM

A computer Guru whom I have the privilege of knowing personaly told me that XP is faster on the internet than w98++. Does it make sens?

IME, I feel that the website server responsiveness is more important a factor in the speed I recieve the datas than my own system.

This post has been edited by Fredledingue: 09 June 2006 - 12:02 PM


Share this topic:


  • 2 Pages +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy