View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 9 posts ] 
Print view Previous topic   Next topic  
Author Message
Search for:
PostPosted: Tue Mar 27, 2007 8:38 am 
Offline
Joined: Tue Mar 27, 2007 8:00 am
Posts: 16
Location: NYC
Hi, I just installed KnoppMyth, and I cannot get my computer to obtain an IP address from my router. When I install KnoppMyth fresh, the DHCP broadcast fails.
When I reboot then try the 'pump' command on eth0 in a terminal window as root, this fails. I cannot, of course, ping anything but localhost, and I cannot access the internet.

I can use 'ifconfig eth0 up' to then see the MAC address of the ethernet adapter.

My router is a Linksys WRT54GS, v.6, latest Linksys-supplied firmware. I had this same computer with the same motherboard out of the same port on the same router working just fine with Debian last week; it would get an IP from my router with no problem. There are other computers (wired and wireless) connected to my network, without issues.

Also, when I plug the ethernet cable straight from my cable modem into the ethernet port, it obtains an IP from the modem/my ISP no problem either.

This leads me to believe there is something wrong with the way that KnoppMyth solicits IP addresses from the DHCP server in my router. But, I cannot figure it out. Does anyone have any solutions?

****
P4 3.2 Ghz processor
onboard ethernet adapter
Knoppmyth R5E50


Top
 Profile  
 
 Post subject:
PostPosted: Tue Mar 27, 2007 11:24 am 
Offline
Joined: Sat Feb 11, 2006 5:26 pm
Posts: 282
Location: Winnipeg - Canada
Can you pull up log files from the router via the web interface that might indicate anything?

What happens if you try booting off of the KnoppMyth CD and try running a CD boot (I forget the name in the menu) or some other Live Distro that will get you in far enough to see if there is an IP being assigned.

Same Cat5 cable you were using last week? Maybe try a diff cable if you have one.

Those are the few things off the top of my head that I'd check....

_________________
Currently Running:
Too lazy to update this with my current hardware, I'll redo it during my next install =)


Top
 Profile  
 
 Post subject:
PostPosted: Tue Mar 27, 2007 11:25 am 
Offline
Joined: Wed Aug 23, 2006 3:07 pm
Posts: 339
Can you list out your /etc/network/interfaces file for us?

Also, it wasn't entirely clear, but you verified the cable between the router and the new machine, right? It gives you a connection if you try that cable on another box?


Top
 Profile  
 
 Post subject:
PostPosted: Tue Mar 27, 2007 3:43 pm 
Offline
Joined: Tue Mar 27, 2007 8:00 am
Posts: 16
Location: NYC
Thank you for the responses.
The cable that I was using to try connect to my KnoppMyth computer is the same one I am now using to connect to mysettopbox.tv (I switched it out to another PC), so no problems there.

To recap:
Modem -> Router -> KnoppMyth box: FAIL to obtain an IP
Modem -> KnoppMyth box: SUCCESS in obtaining IP and connecting to the internet.
Modem -> Router -> All other PCs: SUCCESS
Modem -> Router -> (KnoppMyth box previously running Debian): SUCCESS

The log on my router kind of sucks - it just tells what IPs come in to the router, and what IPs are accessed from what computers. So no indication that it's even seeing my KnoppMyth computer at all.

My etc/network/interfaces file is as follows.
Code:
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)

# The loopback interface
# automatically added when upgrading
auto lo
iface lo inet loopback


That's all. No eth0.
So far, no success running a CD boot from the KnoppMyth CD.

Thanks for your suggestions, I'll keep trying, and please tell me if you can think of anything else.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Mar 27, 2007 3:56 pm 
Offline
Joined: Wed Nov 16, 2005 8:55 pm
Posts: 1381
Location: Farmington, MI USA
What motherboard are you using and what is the output from
Code:
lspci | grep -i ethernet
Doesn't sound like KM has identified your NIC...


Top
 Profile  
 
 Post subject:
PostPosted: Tue Mar 27, 2007 4:08 pm 
Offline
Joined: Tue Mar 27, 2007 8:00 am
Posts: 16
Location: NYC
The motherboard is a microATX harvested from an HP pc5000 computer.
Output from lspci | grep -i ethernet is:
Code:
05:02.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5782 Gigabit Ethernet (rev 03)

So it appears to know it's there. Maybe I'll try reinstalling again.

Thanks for your help. I'm writing down all these commands that I never knew.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Mar 27, 2007 4:38 pm 
Offline
Joined: Wed Aug 23, 2006 3:07 pm
Posts: 339
Anastomosis wrote:
Thank you for the responses.
The cable that I was using to try connect to my KnoppMyth computer is the same one I am now using to connect to mysettopbox.tv (I switched it out to another PC), so no problems there.

To recap:
Modem -> Router -> KnoppMyth box: FAIL to obtain an IP
Modem -> KnoppMyth box: SUCCESS in obtaining IP and connecting to the internet.
Modem -> Router -> All other PCs: SUCCESS
Modem -> Router -> (KnoppMyth box previously running Debian): SUCCESS

The log on my router kind of sucks - it just tells what IPs come in to the router, and what IPs are accessed from what computers. So no indication that it's even seeing my KnoppMyth computer at all.

My etc/network/interfaces file is as follows.
Code:
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)

# The loopback interface
# automatically added when upgrading
auto lo
iface lo inet loopback


That's all. No eth0.
So far, no success running a CD boot from the KnoppMyth CD.

Thanks for your suggestions, I'll keep trying, and please tell me if you can think of anything else.


That's pretty odd. There should be the other line in there.

iface eth0 inet dhcp

Can you try adding the line manually and see if it works? It almost seems like it's not detecting the network card at all.

You said you plugged the cable modem directly into the ethernet port on that box and it received an IP address? Just trying to be clear.

If that's so, then you've eliminated the hardware as being the problem entirely. The cable is good and the network card is working on that machine.

Bizarre


Top
 Profile  
 
 Post subject:
PostPosted: Tue Mar 27, 2007 9:55 pm 
Offline
Joined: Fri Oct 20, 2006 12:04 pm
Posts: 905
Location: LA, CA
Have you tried running netcardconfig ?


Top
 Profile  
 
 Post subject:
PostPosted: Tue Mar 27, 2007 10:32 pm 
Offline
Joined: Tue Mar 27, 2007 8:00 am
Posts: 16
Location: NYC
Well, I don't know what it what the problem was exactly, but I decided to go with a Zonet ZEW2501 USB Network adapter to connect wirelessly. It was kind of a pain to set up, having to figure out exactly how KnoppMyth likes the /etc/network/interfaces file syntax, but finally it connects to my wireless network on bootup, which is fine for me right now.

Thanks for all your help, I really appreciate it.


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 9 posts ] 


All times are UTC - 6 hours




Who is online

Users browsing this forum: Majestic-12 [Bot] and 13 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu