View previous topic :: View next topic |
Author |
Message |
southerngentooman n00b

Joined: 26 Jan 2005 Posts: 35
|
Posted: Sat Mar 25, 2006 8:19 pm Post subject: eth1 won't load at startup |
|
|
Hi yall,
I installed 2006.0 off a LiveCD. During the install, the network connection was fine and preconfigure was filled in, but showed the nic as eth0
After the install, eth0 seems to refer to my motherboards firewire connection. I get an network error after eth0 is started.
I can manually start the network with:
ifconfig eth1 192.168.2.104
route add default gw 192.168.2.1
How do I get eth1 intialized at startup instead of eth0?
I tried to add to /etc/conf.d/net to no avail
I'm hoping someone has already figured out the best workaround.
thanks,
southerngentooman |
|
Back to top |
|
 |
Bad Penguin Guru


Joined: 18 Aug 2004 Posts: 507
|
Posted: Sat Mar 25, 2006 8:23 pm Post subject: Re: eth1 won't load at startup |
|
|
southerngentooman wrote: | Hi yall,
I installed 2006.0 off a LiveCD. During the install, the network connection was fine and preconfigure was filled in, but showed the nic as eth0
After the install, eth0 seems to refer to my motherboards firewire connection. I get an network error after eth0 is started.
I can manually start the network with:
ifconfig eth1 192.168.2.104
route add default gw 192.168.2.1
How do I get eth1 intialized at startup instead of eth0?
I tried to add to /etc/conf.d/net to no avail
I'm hoping someone has already figured out the best workaround.
thanks,
southerngentooman |
Code: |
cd /etc/init.d
ln -sf net.lo net.eth1
rc-update add net.eth1 default
|
|
|
Back to top |
|
 |
drwook Veteran

Joined: 30 Mar 2005 Posts: 1324 Location: London
|
Posted: Sat Mar 25, 2006 8:23 pm Post subject: |
|
|
Code: | ln -s /etc/init.d/net.eth0 /etc/init.d/net.eth1
rc-update add net.eth1 default | Assuming you have eth1 in /etc/conf.d/net configured ok.
Or have I missed something? |
|
Back to top |
|
 |
southerngentooman n00b

Joined: 26 Jan 2005 Posts: 35
|
Posted: Sat Mar 25, 2006 9:55 pm Post subject: |
|
|
Humm,
well I can now ping but
x11 died.
tried removing the changes, and
x still dies. get a hires screen with a moveable
x cursor.
suggestions?
thanks |
|
Back to top |
|
 |
drwook Veteran

Joined: 30 Mar 2005 Posts: 1324 Location: London
|
Posted: Sun Mar 26, 2006 9:20 am Post subject: |
|
|
X actually dies but didn't before? Can't imagine the two could possibly be related... but anyway, the output of Code: | cat /var/log/Xorg.0.log | grep -e WW -e II | might be helpful (either that or a full copy of that log) |
|
Back to top |
|
 |
southerngentooman n00b

Joined: 26 Jan 2005 Posts: 35
|
Posted: Mon Mar 27, 2006 5:29 am Post subject: |
|
|
drwook, Thanks for the assist.
Turns out, X11 was OK. My guess is that one of the config files for KDE was corrupted, and X didn't quiet know what to do. Anyway, there didn't seem to be any relationship between the problems as you suggested. After I got it working again, I tired to duplicate the problem and couldn't. So, your fix worked fine and my GUI issue was just a fluke.
Thanks much for your help. |
|
Back to top |
|
 |
nixnut Bodhisattva


Joined: 09 Apr 2004 Posts: 10974 Location: the dutch mountains
|
Posted: Mon Mar 27, 2006 4:36 pm Post subject: |
|
|
Moved from Installing Gentoo to Networking & Security. _________________ Please add [solved] to the initial post's subject line if you feel your problem is resolved. Help answer the unanswered
talk is cheap. supply exceeds demand |
|
Back to top |
|
 |
|