Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
eth1 won't load at startup
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
southerngentooman
n00b
n00b


Joined: 26 Jan 2005
Posts: 35

PostPosted: Sat Mar 25, 2006 8:19 pm    Post subject: eth1 won't load at startup Reply with quote

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
View user's profile Send private message
Bad Penguin
Guru
Guru


Joined: 18 Aug 2004
Posts: 507

PostPosted: Sat Mar 25, 2006 8:23 pm    Post subject: Re: eth1 won't load at startup Reply with quote

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
View user's profile Send private message
drwook
Veteran
Veteran


Joined: 30 Mar 2005
Posts: 1324
Location: London

PostPosted: Sat Mar 25, 2006 8:23 pm    Post subject: Reply with quote

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
View user's profile Send private message
southerngentooman
n00b
n00b


Joined: 26 Jan 2005
Posts: 35

PostPosted: Sat Mar 25, 2006 9:55 pm    Post subject: Reply with quote

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
View user's profile Send private message
drwook
Veteran
Veteran


Joined: 30 Mar 2005
Posts: 1324
Location: London

PostPosted: Sun Mar 26, 2006 9:20 am    Post subject: Reply with quote

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
View user's profile Send private message
southerngentooman
n00b
n00b


Joined: 26 Jan 2005
Posts: 35

PostPosted: Mon Mar 27, 2006 5:29 am    Post subject: Reply with quote

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
View user's profile Send private message
nixnut
Bodhisattva
Bodhisattva


Joined: 09 Apr 2004
Posts: 10974
Location: the dutch mountains

PostPosted: Mon Mar 27, 2006 4:36 pm    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
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 vote in polls in this forum