View previous topic :: View next topic |
Author |
Message |
Naaiz n00b
Joined: 26 Feb 2004 Posts: 39 Location: Calgary
|
Posted: Sat Mar 06, 2004 2:09 am Post subject: No internet after install |
|
|
Hi, yeah...
I'm using cable internet, set up for dhcp.
I just installed kernel 2.6.3-gentoo-r1. I did remember to do:
cp /etc/resolv.conf /mnt/gentoo/resolv.conf
nano -w /etc/conf.d/net
*******************
iface-eth0="dhcp"
nano -w /etc/hosts
***************
127.0.0.1 localhost
I am planning on looking over those files to see if I missed anything, but I'm hoping someone might be able to tell me I forgot something in a different file?
Anyways, I'll post back if I solve it. _________________ The day that any company produces consistent quality coded programs is the day I switch to proprietary software. Until then, I'd like to at least see how they're butchering my system. |
|
Back to top |
|
|
modman n00b
Joined: 06 Mar 2004 Posts: 15 Location: Philadelphia, PA
|
Posted: Sat Mar 06, 2004 2:15 am Post subject: |
|
|
did you include support for your network card while making menuconfig? _________________ Trust your technolust. |
|
Back to top |
|
|
Naaiz n00b
Joined: 26 Feb 2004 Posts: 39 Location: Calgary
|
Posted: Sat Mar 06, 2004 2:33 am Post subject: |
|
|
My network card was automatically detected by the CD.
When I read the install notes, it suggested that I only
had to copy the resolv.conf from the cd over to the /etc folder.
I did that. I'm about to go over the install notes again.
But no, I didn't explicitly define my network card. _________________ The day that any company produces consistent quality coded programs is the day I switch to proprietary software. Until then, I'd like to at least see how they're butchering my system. |
|
Back to top |
|
|
grimshaw Tux's lil' helper
Joined: 07 Aug 2003 Posts: 101 Location: Greensboro, NC 27403, USA, Earth
|
Posted: Sat Mar 06, 2004 2:35 am Post subject: |
|
|
Is there an alias in /etc/modules.d/aliases matching the module for the ethernet interface?
Like so:
alias eth0 tulip
- John _________________ All that is necessary for the triumph of evil is that good men do nothing.
-- Edmund Burke (1729-1797) |
|
Back to top |
|
|
Naaiz n00b
Joined: 26 Feb 2004 Posts: 39 Location: Calgary
|
Posted: Sat Mar 06, 2004 2:47 am Post subject: |
|
|
Problem Solved:
I needed to do this:
it solved the whole problem. _________________ The day that any company produces consistent quality coded programs is the day I switch to proprietary software. Until then, I'd like to at least see how they're butchering my system. |
|
Back to top |
|
|
li1_getoo l33t
Joined: 20 Oct 2002 Posts: 661 Location: Queens , NY
|
Posted: Sat Mar 06, 2004 6:28 pm Post subject: |
|
|
try this instead Code: | rc-update add net.eth0 default | should work |
|
Back to top |
|
|
|