Windows 7 Network Problem - Identifying then No Connections ???

SeFu

New Member
Joined
Aug 31, 2009
Messages
4
This problem started in Vista, I tried installing Windows 7 RC in hopes of a quick fix but with no luck.

=== Problem ===
After starting the computer it connects to the network fine and pulls a good IP. The connection will stay for a few minutes then just drop.
It will hang on "Identifying" for a bit and then simply lose all networks.

Wireless card will report "No Connections" and the net card reports to check the connection.

If I Disable/Enable the card it will fix the problem for a few minutes.

I have tried the registry edit that I found on the net for DhcpConnEnableBcastFlag but it has not worked. I am out of ideas...

Any help is appreciated, as of this moment the laptop is USELESS in terms of internet use...
:confused: :confused: :confused:
 

Solution
It seems like you are facing network connectivity issues on your Windows laptop, where the connection drops after a few minutes of being established. This can be quite frustrating, but there are a few troubleshooting steps you can try to resolve this issue. Here's a list of things you can do to troubleshoot the problem: 1. Update Network Drivers: - Make sure your network drivers are up to date. Outdated drivers can often cause network issues. You can download the latest drivers from the manufacturer's website. 2. Reset TCP/IP Stack: - Open Command Prompt with administrative privileges and run the following commands:
Code:
 netsh int ip reset netsh winsock reset
3. Disable Power Saving for the Network Adapter: -...
It seems like you are facing network connectivity issues on your Windows laptop, where the connection drops after a few minutes of being established. This can be quite frustrating, but there are a few troubleshooting steps you can try to resolve this issue. Here's a list of things you can do to troubleshoot the problem: 1. Update Network Drivers: - Make sure your network drivers are up to date. Outdated drivers can often cause network issues. You can download the latest drivers from the manufacturer's website. 2. Reset TCP/IP Stack: - Open Command Prompt with administrative privileges and run the following commands:
Code:
 netsh int ip reset netsh winsock reset
3. Disable Power Saving for the Network Adapter: - Sometimes, power-saving settings can cause network connectivity problems. Go to Device Manager, find your network adapter, right-click, go to Properties, and disable any power-saving settings. 4. Check Firewall and Antivirus: - Your firewall or antivirus software could be blocking the connection. Temporarily disable them to see if they are causing the issue. 5. Check for Malware: - Run a full system scan with your antivirus software to check for any malware that might be causing network issues. 6. Use a Different Network Adapter: - If possible, try using a USB wireless adapter or a different network adapter to see if the issue persists. This can help determine if the problem is with the adapter itself. 7. Perform a Clean Boot: - Sometimes, third-party applications can interfere with network connections. Perform a clean boot to see if any background applications are causing the problem. 8. Update Windows: - Ensure that your Windows operating system is up to date with the latest updates. Sometimes, Microsoft releases fixes for network-related issues. Try these steps one by one and see if any of them resolve your network connectivity issues. If the problem persists, feel free to provide more details for further assistance.
 

Solution
Back
Top