Re: Dell Laptop Grrrrrr.................
We have a Dell Inspiron 6000 laptop with XP service pack 3, that has developed a VERY interesting issue. It takes forever for the desktop to load and we are having trouble connecting the wireless network adapter.
We have Malwarebytes, Avast antivirus, and advanced system care. We have ran the microsoft software removal tool.
I'm about ready to throw it through the wall.
any suggestions??
Thanks!!
Hmm... The two could be related - the PC does try to access the network during start up (even before you get the desktop stuff up). Having limited availability is actually worse than no availability - if the PC doesn't see a network it doesn't try to connect (it can figure this out fairly quickly). If it sees a network, naturally it attempts to connect, in which case it looks like you may be timing out. (This takes a bit longer, as it 'waits' for a reply and eventually times out).
I'm guessing there's a misconfiguration somewhere between your router and PC.
I'd take a look at how your network is setup. Things to look for is how your computer is aquiring an IP address - directly set in your network (tcp/ip properties) or optain automatically. Your DHCP and default gateway settings (same - on the PC).
If automatically, check your DHCP server settings for 'sanity' (ie: subnet mask matches network, starting IP in the range, etc.).
Check your firewall, make sure your DHCP server (usually the router) is in a 'trusted' network, and that ICMP commands are allowed.
Do you have two 'networks'? One wireless, the other a hardline (LAN)? This could cause a bit of a problem if not configured correctly as well. Your PC would actually have two IP addresses, be on two networks...
Some helpful commands (from the command line) would be: ipconfig - allows you to see your setup. ("Ipconfig /all"). "Netstat /a /o" will show you all your connections and who (pid) has the connection. You can use taskmgr to see more info on the process (pid). If you have something funky, could be you have some malware. Tracert will show you how packets get to somewhere - so something like "tracert www.yahoo.com" would show some statistics on how long things are taking. They should show your router somewhere on the list (first or second entry).
-V