HP first advised me to find a file in Windows named ie.inf and Install it. I did a search but could not find that exact name anywhere, even in hidden. However, I did find a Windows folder named inf, and after clicking on it got a long list of files that included file ie.
If you found a file called IE in the INF folder then that is most likely the file they were referring to. I'm guessing they told you to right click on the file and select install.
Actually, there should be two files named ie in Windows\INF:
IE.inf and IE.pnf,
By default windows hides file extensions for known file types. You can disable that by going to Tools > Folder Options > View Tab and uncheck Hide Extensions for known File types. Then you'll be able to tell what's what.
To see if it's actually there, Open a command prompt, enter these command:
cd %systemroot%\inf
dir ie.inf
- cd %systemroot%\inf
- dir ie.inf
Unless you get 'File not Found', it's in there.
If ie.inf is indeed missing, you can extract a copy of it from your XP CD.
Put your XP CD in the drive. Enter this from a command prompt:
expand -r cdrom:\i386\ie.in_ %systemroot%\inf
replace cdrom with the appropriate drive letter.
ie.inf should now be in your INF folder. You can go ahead and try to re-install IE per HP's instructions but I'm not very hopeful that that will fix your problem. You never know though...
You might also try finding updated drivers for your modem.
Good Luck.