Limited or no Connectivity

Thread Solved

Join Date: Jul 2006
Posts: 6
Reputation: niffoc4 is an unknown quantity at this point 
Solved Threads: 0
niffoc4 niffoc4 is offline Offline
Newbie Poster

Limited or no Connectivity

 
0
  #1
Jul 17th, 2006
Hi, I am new to this forum, but I have a problem,and I don't know how to fix it. I recently bought a D-Link DI-504 router so that I could connect my laptop and my other computer to the internet at the same time. The Desktop is working perfectly, but the laptop keeps giving me the Limited or No Connectivity message. Also, the laptop fails to acquire the correct IP Address. I have tried the SP2 fix as well as WinXPsock, ip/release and ip/renew, checked the cables. My network card is a Broacom 440x 10/100 Integrated Controller. Any idea what the problem is? I don't want to have to buy an external network card, but is that the next step?
Reply With Quote Quick reply to this message  
Join Date: Jun 2006
Posts: 110
Reputation: TheNSS is an unknown quantity at this point 
Solved Threads: 3
TheNSS's Avatar
TheNSS TheNSS is offline Offline
Banned

Re: Limited or no Connectivity

 
0
  #2
Jul 17th, 2006
no, you don't need a new card. try checking your router's wireless settings.
Reply With Quote Quick reply to this message  
Join Date: Jul 2006
Posts: 6
Reputation: niffoc4 is an unknown quantity at this point 
Solved Threads: 0
niffoc4 niffoc4 is offline Offline
Newbie Poster

Re: Limited or no Connectivity

 
0
  #3
Jul 22nd, 2006
Originally Posted by TheNSS
no, you don't need a new card. try checking your router's wireless settings.
A few things, one I am not connecting to a wireless router, just a normal router with a cat-5 cable connecting.
2. I did not mention in my original post (though I am starting to wonder), that I am living in Shanghai, and that the desktop and the router are Chinese, while the laptop is a computer I brought from the United States. Could this effect my ability to connect in some way?
3. I have not been able to examine the router settings yet, because the person who installed the router placed password protection on examining router settings, but failed to pass along the password.
4. When I get the password, what settings could cause my router not to communicate with my laptop?
Reply With Quote Quick reply to this message  
Join Date: Jul 2006
Posts: 11
Reputation: zygon is an unknown quantity at this point 
Solved Threads: 1
zygon zygon is offline Offline
Newbie Poster

Re: Limited or no Connectivity

 
0
  #4
Jul 23rd, 2006
is probably problem with signal of the wireless router, in router options u have the option to increase the signal try that.
Reply With Quote Quick reply to this message  
Join Date: Jul 2006
Posts: 6
Reputation: niffoc4 is an unknown quantity at this point 
Solved Threads: 0
niffoc4 niffoc4 is offline Offline
Newbie Poster

Re: Limited or no Connectivity

 
0
  #5
Jul 23rd, 2006
Originally Posted by zygon
is probably problem with signal of the wireless router, in router options u have the option to increase the signal try that.
Thank you for your prompt reply, I really am in a bind...
Also please note (as I said in my last post) this is NOT A WIRELESS ROUTER! just a normal broadband router, which connects to both computers using CAT-5 cables! Thank you.
Reply With Quote Quick reply to this message  
Join Date: Jul 2006
Posts: 11
Reputation: zygon is an unknown quantity at this point 
Solved Threads: 1
zygon zygon is offline Offline
Newbie Poster

Re: Limited or no Connectivity

 
0
  #6
Jul 23rd, 2006
Originally Posted by niffoc4
Thank you for your prompt reply, I really am in a bind...
Also please note (as I said in my last post) this is NOT A WIRELESS ROUTER! just a normal broadband router, which connects to both computers using CAT-5 cables! Thank you.

hi,

i would request you to contact ur isp for new router r modem r cable, or n/w card , but thr is option in properties of lan with "show icon with limited r no connectivty unchck this box"
Reply With Quote Quick reply to this message  
Join Date: Dec 2003
Posts: 6,439
Reputation: DMR will become famous soon enough DMR will become famous soon enough 
Solved Threads: 363
Team Colleague
DMR's Avatar
DMR DMR is offline Offline
Wombat At Large

Re: Limited or no Connectivity

 
0
  #7
Jul 23rd, 2006
* Getting the router password would obviously be a Good Thing. Please do that.

Originally Posted by niffoc4
When I get the password, what settings could cause my router not to communicate with my laptop?
The only thing I can think of that would give you that problem (assuming nothing is actually broken) would be if someone had limited the router's DHCP scope to exatly 1 client. That is, the router was set to hand out only one IP address via DHCP. This would obviously be very unlikely, though.

1. I honestly don't know if the "cultural differences" between the Chinese and US devices could play a part, but my hunch would be no.

2. Plug the desktop machine in to each and every Ethernet port on the router, one at a time, rebooting the computer each time you change ports. If the desktop can connect properly to every LAN port, the router is almost certainly not faulty.

3. Just FYI: "Limited or no connectivity" means that a network link/handshake has been established between the router and laptop, but that TCP/IP settings aren't getting correctly configured for some reason. Some ways to weed out the suspects in that area:

* Turn off the router's DHCP server, configure static IPs, reboot all devices, and see if you get connectivity that way.

* Verify the integrity of your TCP/IP stack:
- Click on the "Run..." option in your Start menu.
- In the "Open:" box of the resulting window, type "cmd" (omit the quotes) and hit Enter. This will bring up a DOS window.
- At the DOS prompt, type the following commands, hit Enter after each, and tell us the results for each command:

ping 127.0.0.1
ping localhost

*
At the DOS prompt, type the following command and hit Enter. You won't see any result from the command, but when it completes, a second prompt with a flashing cursor will be displayed; close the DOS box once that happens:
ipconfig /all >"%userprofile%"\desktop\ipconfig.txt

The above command will have created a text file on you desktop named ipconfig.txt; double-click on the file to open it in Notepad, and then cut-n-paste the file's contents in your next post here. The contents of the file will give us some important details of your IP configuration.
Last edited by DMR; Jul 23rd, 2006 at 8:31 am.
"May the Wombat of Happiness snuffle through your underbrush."
- Ancient Aborigine blessing


Please do not contact me by email or PM for help. We're all volunteers here, and only have so much free time to dedicate to our efforts.

However, if I've been working on a thread with you already, and seem to have "forgotten" your thread, please do send me a message. I try not to let things slip through the cracks, but it does happen sometimes.
Reply With Quote Quick reply to this message  
Join Date: Dec 2003
Posts: 6,439
Reputation: DMR will become famous soon enough DMR will become famous soon enough 
Solved Threads: 363
Team Colleague
DMR's Avatar
DMR DMR is offline Offline
Wombat At Large

Re: Limited or no Connectivity

 
0
  #8
Jul 23rd, 2006
Originally Posted by zygon
but thr is option in properties of lan with "show icon with limited r no connectivty unchck this box"
That will do nothing to fix the conneciton problem, it will only hide the alert message.

By the way zygon- please try to use proper spelling and grammar in your posts here. Not all of our members are familiar with chat/IM-style typing abbreviations, and we need to provide concise, easily-understoood advice when helping others with their problems.


-
Last edited by DMR; Jul 23rd, 2006 at 8:29 am.
"May the Wombat of Happiness snuffle through your underbrush."
- Ancient Aborigine blessing


Please do not contact me by email or PM for help. We're all volunteers here, and only have so much free time to dedicate to our efforts.

However, if I've been working on a thread with you already, and seem to have "forgotten" your thread, please do send me a message. I try not to let things slip through the cracks, but it does happen sometimes.
Reply With Quote Quick reply to this message  
Join Date: Jul 2006
Posts: 6
Reputation: niffoc4 is an unknown quantity at this point 
Solved Threads: 0
niffoc4 niffoc4 is offline Offline
Newbie Poster

Re: Limited or no Connectivity

 
0
  #9
Jul 23rd, 2006
Thank you, I won't have the chance to check the router settings until I get the password...But here is the txt file you requested.



Windows IP Configuration



Host Name . . . . . . . . . . . . : NELLEFACE

Primary Dns Suffix . . . . . . . :

Node Type . . . . . . . . . . . . : Hybrid

IP Routing Enabled. . . . . . . . : No

WINS Proxy Enabled. . . . . . . . : No



Ethernet adapter Local Area Connection:



Connection-specific DNS Suffix . :

Description . . . . . . . . . . . : Broadcom 440x 10/100 Integrated Controller

Physical Address. . . . . . . . . : 00-0D-56-32-80-C4

Dhcp Enabled. . . . . . . . . . . : Yes

Autoconfiguration Enabled . . . . : Yes

Autoconfiguration IP Address. . . : 169.254.153.7

Subnet Mask . . . . . . . . . . . : 255.255.0.0

Default Gateway . . . . . . . . . :
Reply With Quote Quick reply to this message  
Join Date: Dec 2003
Posts: 6,439
Reputation: DMR will become famous soon enough DMR will become famous soon enough 
Solved Threads: 363
Team Colleague
DMR's Avatar
DMR DMR is offline Offline
Wombat At Large

Re: Limited or no Connectivity

 
0
  #10
Jul 23rd, 2006
OK- and what about the results of the two "ping" commands? If the pings work correctly, you should, for each command, get 4 positive replies followed by a block of summary info. If they fail, please post the output you received.
"May the Wombat of Happiness snuffle through your underbrush."
- Ancient Aborigine blessing


Please do not contact me by email or PM for help. We're all volunteers here, and only have so much free time to dedicate to our efforts.

However, if I've been working on a thread with you already, and seem to have "forgotten" your thread, please do send me a message. I try not to let things slip through the cracks, but it does happen sometimes.
Reply With Quote Quick reply to this message  
Reply

This thread has been marked solved.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Networking Hardware Configuration Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC