View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 19 posts ] 
Go to page 1, 2  Next

Print view Previous topic   Next topic  
Author Message
Search for:
 Post subject: NIC problem
PostPosted: Tue Dec 06, 2005 3:35 pm 
Offline
Joined: Tue Dec 06, 2005 3:29 pm
Posts: 31
First off, I have had some linux expierence in the past, specificly Slackware and SUSE.

Anywho, I just installed R5A26 today, and have run into an issue with the networking. There doesn't seem to be any. Nothing can communicate to the internet, nor can I find any tools to help me debug the issue, the later prolly being my fault. All of the connects are good, card is seated, plugs are inplace, lights light up but nothing is going on. Ideas? Suggestions? Ridicule?


Top
 Profile  
 
 Post subject:
PostPosted: Tue Dec 06, 2005 8:53 pm 
Offline
Joined: Tue Nov 22, 2005 7:57 pm
Posts: 295
Location: Auckland, New Zealand
Some more info might help, eg whats your network HW :-)

Try running 'ifconfig' from the command line, this should tell you the status/config of 'eth0' which is the default first NIC in the system.

_________________
HP VL400 (PIII 866), Skystar2 2.6D, PVR350, Nvidia FX5200, 384MB, 200GB, KnoppMyth R5.5


Top
 Profile  
 
 Post subject:
PostPosted: Wed Dec 07, 2005 6:28 am 
Offline
Joined: Tue Dec 06, 2005 3:29 pm
Posts: 31
'ipconfig' comes back as command not found.

I've tried two NICs so far, the onboard interface of the M825 mobo I'm using, and the DFE-550TX, which is touted as working in linux.

On a possibly related note, we're using the WinTV model 401, however it does not show up anywhere...


Top
 Profile  
 
 Post subject:
PostPosted: Wed Dec 07, 2005 8:31 am 
Offline
Joined: Mon Oct 06, 2003 10:38 am
Posts: 4978
Location: Nashville, TN
when he typed "ifconfig" it was not a typo. "ipconfig" is not a linux command that is a windows command, thus why it was not found.

_________________
Have a question search the forum and have a look at the KnoppMythWiki.

Xsecrets


Top
 Profile  
 
 Post subject:
PostPosted: Wed Dec 07, 2005 8:50 am 
Offline
Joined: Tue Dec 06, 2005 3:29 pm
Posts: 31
Xsecrets wrote:
when he typed "ifconfig" it was not a typo. "ipconfig" is not a linux command that is a windows command, thus why it was not found.


whoops :? I guess I'm so used to windows I just translated if to ip :?

the only info it appears to be returning is loopback


Top
 Profile  
 
 Post subject:
PostPosted: Wed Dec 07, 2005 9:10 am 
Offline
Joined: Mon Oct 06, 2003 10:38 am
Posts: 4978
Location: Nashville, TN
ok try running netcardconfig
If it says it can't find a NIC then you will need to find out what module your network card uses and make sure it's loaded then run netcardconfig.

_________________
Have a question search the forum and have a look at the KnoppMythWiki.

Xsecrets


Top
 Profile  
 
 Post subject:
PostPosted: Wed Dec 07, 2005 9:26 am 
Offline
Joined: Tue Dec 06, 2005 3:29 pm
Posts: 31
Xsecrets wrote:
ok try running netcardconfig
If it says it can't find a NIC then you will need to find out what module your network card uses and make sure it's loaded then run netcardconfig.


It's complaining about how I don't have root access


Top
 Profile  
 
 Post subject:
PostPosted: Wed Dec 07, 2005 10:47 am 
Offline
Joined: Sun Jun 12, 2005 2:39 pm
Posts: 464
Location: UK
run the command su
enter the root password

Code:
mythtv@mythtv:~$ su
Password:
root@mythtv:/home/mythtv#



then type netcardconfig again :P


Last edited by mad_paddler on Wed Dec 07, 2005 10:49 am, edited 2 times in total.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Dec 07, 2005 10:48 am 
Offline
Joined: Tue Dec 06, 2005 3:29 pm
Posts: 31
OK, it ran.

Quote:
Sending DHCP broadcast from device eth0Operation failed.
Failed.


Last edited by Kuroneko on Wed Dec 07, 2005 10:52 am, edited 1 time in total.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Dec 07, 2005 10:51 am 
Offline
Joined: Sun Jun 12, 2005 2:39 pm
Posts: 464
Location: UK
Try to change to the root user as above. If you can't, then you might have to reinstall and write down the password you choose ;)


Top
 Profile  
 
PostPosted: Wed Dec 07, 2005 10:55 am 
Offline
Joined: Tue Dec 06, 2005 3:29 pm
Posts: 31
mad_paddler wrote:
Try to change to the root user as above. If you can't, then you might have to reinstall and write down the password you choose ;)


OK, it ran.

Quote:
Sending DHCP broadcast from device eth0Operation failed.
Failed.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Dec 07, 2005 11:01 am 
Offline
Joined: Sun Jun 12, 2005 2:39 pm
Posts: 464
Location: UK
You say you have 2 nic's? which one are you trying atm? If you add a second one, make sure you disable the onboard one in the bios!


Top
 Profile  
 
 Post subject:
PostPosted: Wed Dec 07, 2005 11:06 am 
Offline
Joined: Tue Dec 06, 2005 3:29 pm
Posts: 31
mad_paddler wrote:
You say you have 2 nic's? which one are you trying atm? If you add a second one, make sure you disable the onboard one in the bios!


I've tried both, yes with the card I disabled the onboard. They ar both doing the same thing it seems.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Dec 07, 2005 5:18 pm 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
Have you got a cable modem router or other networking appliance that acts as a DHCP server? If not you may need to use a static IP. If this box is diectly connected tot he outside world (which is generally a really bad idea for a box as wide open as this) your provider may be refusing to respond to a machine with a different MAC address.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Dec 07, 2005 5:34 pm 
Offline
Joined: Tue Dec 06, 2005 3:29 pm
Posts: 31
tjc wrote:
Have you got a cable modem router or other networking appliance that acts as a DHCP server? If not you may need to use a static IP. If this box is diectly connected tot he outside world (which is generally a really bad idea for a box as wide open as this) your provider may be refusing to respond to a machine with a different MAC address.


It's on a network with a router serving DHCP. How do I go about setting it to a static IP?


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 19 posts ] 
Go to page 1, 2  Next



All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 18 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