Hi, my computer is a Compaq Presario 1900 and it requires a modem to connect to the internet, the modem is a high speed linksys ae1000
and works fine, just not on my computer all the time. The problem is that the modem detects my network with excellent connection except
it won't connect to the internet at all! It has worked on the computer before, it was fast but for 2 or 3 days now it hasnt been connecting at all. By the way I have two internet routers in my house one called myqwest0163 and the other myqwest0163_EXT, i dont know
the differences but they both have the same connection and passcode.

Dani AI

Generated

A few focused checks and quick fixes to narrow this down (building on points from , and ).

First, verify whether the problem is wireless-only or a general upstream issue. If possible, plug the laptop directly into the router/modem with an Ethernet cable—if the wired link gives internet, the issue is the wireless path or adapter. Your two SSIDs (myqwest0163 and myqwest0163_EXT) suggest a main AP and an extender; clients can show strong signal but still get no internet if the extender has lost its backhaul or if two DHCP servers are conflicting.

From a Windows command prompt gather facts (look for a valid IPv4, a correct gateway, and working DNS):

ipconfig /all
ping <gateway IP>
ping 8.8.8.8
nslookup google.com

Interpretation tips: an address like 169.254.x.x means no DHCP; you can ping the gateway but not 8.8.8.8 (or vice versa) to distinguish gateway/DHCP vs. ISP/DNS problems.

If the above shows no DHCP or limited connectivity, try, in this order:

  • Power-cycle the modem/router (off 90 seconds) as suggested.
  • Remove the saved wireless profile and recreate it (Windows: "Forget" network then reconnect).
  • Update or reinstall the Linksys AE1000 driver; test the AE1000 on another PC to rule out hardware.
  • Reset network stacks and DNS, then reboot:
netsh int ip reset
netsh winsock reset
ipconfig /flushdns

Additional notes: disable USB power-saving for the adapter, temporarily disable IPv6, and—important—temporarily give the two APs distinct SSIDs so the client cannot roam to a misconfigured extender. If wired connectivity also fails, contact the ISP or request a modem/router swap.

Recommended Answers

All 5 Replies

Modem? Sounds like you are describing a wireless connection. How is this computer actually connected to the local network?

i dont get what you mean

I am a bit confused by your description. If the computer is directly connected to a modem for Internet connectivity, I don't see where two routers participate in your network. You mentioned about detecting your network...what network, your local network? If so how are you connected to your network if you are using a modem?

Maybe the confusion is with the terminology.

Linksys AE1000 is a wireless adapter which is connected to the computer.
I think you have a Quest Internet modem/router which is broadcasting the wireless network.
What is the operating system on your computer?
Do you get any error message?
Try to remove the network profile an add it manually. Do you have any other wireless computer in the network?

If you connect to the Qwest modem directly (with an ethernet cable), can you get internet then?

Have you tried power-cycling the modem/router (off for at least 90 seconds)? The reason I ask, is that CenturyLink in this are has needed a power-cycle several times since the IPv6 update to connect.

A few of my clients and friends have needed a modem replacement from CenturyLink (per CenturyLink tech support) to get a solid connection. This is not universally true, however.

It would help us narrow this down if you also answer the other responders questions.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.