scubacuda Tux's lil' helper
Joined: 05 Dec 2004 Posts: 111
|
Posted: Thu Dec 09, 2004 5:37 am Post subject: eth0 / eth1 question |
|
|
I had no problems connecting to the Internet while booted to the Gentoo Live CD, but when I booted up into Linux and logged into root, it did not let me. I showed it to a friend, who edited my /etc/conf.d/net file to include
Code: |
iface_eth0="dhcp" #what I originally had
dhcpcd_eth0="-HD"
iface_eth1="dhcp" #added by my friend
dhcpcd_eth1="-HD"
|
Sure enough, it found it.
I have a wireless card on there, so I'm assuming that when I rebooted it found it first and made it eth0? Why would it work when I'm on the Gentoo Live CD, but not when I'm booted and root'd in? |
|