View previous topic :: View next topic |
Author |
Message |
danvari Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 04 Apr 2008 Posts: 131
|
Posted: Wed Sep 08, 2010 6:09 am Post subject: Wired eth0 does not connect at boot |
|
|
Hey!
My eth0 wont connect at boot:
Code: | [stephan@gentoohost ~]$ ls -l /etc/init.d/net.*
lrwxrwxrwx 1 root root 6 7. Sep 18:17 /etc/init.d/net.eth0 -> net.lo
-rwxr-xr-x 1 root root 15143 7. Sep 07:59 /etc/init.d/net.lo
|
Code: | [stephan@gentoohost ~]$ cat /etc/conf.d/net
config_eth0="dhcp"
|
it gets only a timeout and wont connect. BUT after boot i can do a
Code: |
#/etc/init.d/net.eth0 start |
and the connection gets established....
strange....? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
d2_racing Bodhisattva
![Bodhisattva Bodhisattva](/images/ranks/rank-bodhisattva.gif)
![](images/avatars/1190120345458c61e31ec3c.jpg)
Joined: 25 Apr 2005 Posts: 13047 Location: Ste-Foy,Canada
|
Posted: Wed Sep 08, 2010 11:57 am Post subject: |
|
|
Hi, can you post this :
Code: |
# rc-update show
# rc-status
|
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
doctork Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
Joined: 25 Apr 2004 Posts: 370 Location: Cleveland, OH
|
Posted: Wed Sep 08, 2010 12:11 pm Post subject: |
|
|
You might try adding this to your /etc/conf.d/net: Code: | dhcpcd_eth0="-t 120" |
It sounds like it's taking your interface a long time to come up. I don't know why that would be, but if it is the case, the above should help.
--
doc |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|