View previous topic :: View next topic |
Author |
Message |
mike_c Tux's lil' helper


Joined: 09 Dec 2003 Posts: 76
|
Posted: Tue Dec 27, 2005 9:21 pm Post subject: Network troubles |
|
|
Hello
I've installed the gentoo base system following the instructions in the manual, but I'm having trouble with my network card.
During kernel init, when dhcpcd is run
Code: |
dhcpcd: function not found interface_is_up
|
This leads me to believe I am missing something in the kernel ...
Also, for some very strange reason, ifconfig is not around
Code: |
$ifconfig
... not found error
|
I thought essential networking tools were included in emerge system
Any thoughts appreciated
-Mike |
|
Back to top |
|
 |
rev138 l33t


Joined: 19 Jun 2003 Posts: 848 Location: Vermont, USA
|
Posted: Tue Dec 27, 2005 9:23 pm Post subject: |
|
|
'ifconfig' is only accessible as root by default.
As for your networking problem, please post your /etc/conf.d/net file. |
|
Back to top |
|
 |
mike_c Tux's lil' helper


Joined: 09 Dec 2003 Posts: 76
|
Posted: Tue Dec 27, 2005 9:45 pm Post subject: |
|
|
actually I am running it as root. Sorry the quote should have been #ifconfig not $ifconfig
Code: |
#/etc/conf.d/net
config_eth0=( "dhcp" )
|
|
|
Back to top |
|
 |
rev138 l33t


Joined: 19 Jun 2003 Posts: 848 Location: Vermont, USA
|
Posted: Tue Dec 27, 2005 9:48 pm Post subject: |
|
|
mike_c wrote: | actually I am running it as root. Sorry the quote should have been #ifconfig not $ifconfig |
Then something's fucked up on your system.
ifconfig should be in /sbin
Your net file looks fine, but if ifconfig is missing, some other critical components may be as well.
I'd recommed you untar one of the stage3 tarballs to / using the "no replace" option. That should put back anything that's missing without overwiritng what you've got. |
|
Back to top |
|
 |
IhatemyISP n00b


Joined: 23 Aug 2004 Posts: 14 Location: US Navy - Yokosuka, Japan
|
Posted: Fri Jan 06, 2006 6:24 am Post subject: |
|
|
Just incase you didn't get this resolved, here's how:
Boot to liveCD and chroot to you install
Download the stage3 archive for you arch to /
Extract using
Reboot |
|
Back to top |
|
 |
|