| View previous topic :: View next topic |
| Author |
Message |
bloedie Tux's lil' helper

Joined: 03 Jul 2006 Posts: 87 Location: Germany
|
Posted: Sat Sep 29, 2007 7:10 pm Post subject: [SOLVED] Error, eth0: timed out |
|
|
Hi.
I've got the following problem.
Since today I am getting the following error message
when the system boots.
Error, eth0: timed out
After this I could not connect to the network. If I use a static IP-Address
everything is fine. So I switched to Suse 10.2 and booted the system.
dhcp connect fine. No error Messages.
Does anyone know a solution.
Cu.
Bloedie
Ps.: Before I forgot to tell, I did a emerge -avuND world after this a revdep-rebuild and I
re-emerged dhcpcd too. Nothing helps.
Last edited by bloedie on Mon Oct 01, 2007 9:41 am; edited 1 time in total |
|
| Back to top |
|
 |
thumper Guru


Joined: 06 Dec 2002 Posts: 396 Location: Venice FL
|
Posted: Sat Sep 29, 2007 9:12 pm Post subject: |
|
|
I don't know if your problem is related to mine but since updating to dhcpcd 3.1.5 I had to make the following change to /etc/conf.d/net for it to work as before.
| Code: | # This prevents that funky long ugly ID from showing up and futzing
# up our ip by mac address in the dlink
dhcpcd_eth0="-I ''" |
George |
|
| Back to top |
|
 |
scottt n00b

Joined: 05 Jun 2007 Posts: 29
|
Posted: Sat Sep 29, 2007 11:29 pm Post subject: |
|
|
same problem here - i spend nearly 2 hour on this. above written change in /etc/conf.d/net should work.
dont forget the space dhcpcd_eth0="-I ''" between I and ' !
here some more keywords for searchengines:
"Error, no interface specified"
"Configuration not set for eth0 - assuming DHCP"
dhcpcd
thanks! |
|
| Back to top |
|
 |
bloedie Tux's lil' helper

Joined: 03 Jul 2006 Posts: 87 Location: Germany
|
Posted: Sun Sep 30, 2007 10:00 am Post subject: |
|
|
Hi.
This did not work for me. I downgraded to dhcpcd-3.0.16-r1
and it works like before.
It looks like there's something wrong in the new version of dhcpcd-3.1.5
Cu.
Bloedie |
|
| Back to top |
|
 |
UberLord Retired Dev


Joined: 18 Sep 2003 Posts: 6274 Location: Blighty
|
Posted: Sun Sep 30, 2007 4:19 pm Post subject: |
|
|
Nothing is wrong with dhcpcd-3.1.5
What is wrong is your dhcp server requiring the MAC address in the optional ClientID option in the DHCP message. What it should be using is the chaddr bit, which is required for DHCP. _________________ When baselayout tells you to update config files or things break WE REALLY DO MEAN IT
Please add SOLVED to the thread title if your issue has been
Strip comments from configs please |
|
| Back to top |
|
 |
bloedie Tux's lil' helper

Joined: 03 Jul 2006 Posts: 87 Location: Germany
|
Posted: Sun Sep 30, 2007 6:28 pm Post subject: |
|
|
Hi.
So what I have to do? My dhcp Server is the router.
Cu.
Bloedie |
|
| Back to top |
|
 |
jkoerner Apprentice

Joined: 04 Nov 2006 Posts: 270
|
Posted: Sun Sep 30, 2007 6:42 pm Post subject: |
|
|
The above solution works for me, just this
| Quote: | * Starting eth0
* Configuration not set for eth0 - assuming DHCP
|
as a hint with a yellow star
So there is still something wrong
@UberLord
would be kind of you to explain it in words for dummies(like me ) |
|
| Back to top |
|
 |
thumper Guru


Joined: 06 Dec 2002 Posts: 396 Location: Venice FL
|
Posted: Sun Sep 30, 2007 6:57 pm Post subject: |
|
|
could you post your /etc/conf.d/net file?
And feel free to remove comments and mask private info.
George |
|
| Back to top |
|
 |
jkoerner Apprentice

Joined: 04 Nov 2006 Posts: 270
|
Posted: Sun Sep 30, 2007 7:06 pm Post subject: |
|
|
| Code: | #config_eth0=( "dhcp" )
dhcpcd_eth0="-I ''" |
The router provides a static address, the commented first line worked before the update. |
|
| Back to top |
|
 |
thumper Guru


Joined: 06 Dec 2002 Posts: 396 Location: Venice FL
|
Posted: Sun Sep 30, 2007 7:13 pm Post subject: |
|
|
Interesting......
Try this:
| Code: |
modules=( "dhcpcd" )
config_eth0=( "dhcp" )
dhcpcd_eth0="-I ''"
|
then:
/etc/init.d/net.eth0 restart
What happens?
George |
|
| Back to top |
|
 |
thumper Guru


Joined: 06 Dec 2002 Posts: 396 Location: Venice FL
|
Posted: Sun Sep 30, 2007 7:17 pm Post subject: |
|
|
| Is your router a Linux box, or an appliance like Linksys or Dlink? |
|
| Back to top |
|
 |
jkoerner Apprentice

Joined: 04 Nov 2006 Posts: 270
|
Posted: Sun Sep 30, 2007 7:17 pm Post subject: |
|
|
Works perfectly!
Great, THANKS
My router is a FRITZ!Box Fon 5012 |
|
| Back to top |
|
 |
bloedie Tux's lil' helper

Joined: 03 Jul 2006 Posts: 87 Location: Germany
|
Posted: Mon Oct 01, 2007 6:57 am Post subject: |
|
|
Hi thumper.
This works perfectly. Thanks.
Cu.
Bloedie
PS.: My router is a T-COM Speedport W 701V |
|
| Back to top |
|
 |
UberLord Retired Dev


Joined: 18 Sep 2003 Posts: 6274 Location: Blighty
|
Posted: Mon Oct 01, 2007 11:23 am Post subject: |
|
|
And have you configured the DHCP server to hand out address to only specific MAC addresses? _________________ When baselayout tells you to update config files or things break WE REALLY DO MEAN IT
Please add SOLVED to the thread title if your issue has been
Strip comments from configs please |
|
| Back to top |
|
 |
bloedie Tux's lil' helper

Joined: 03 Jul 2006 Posts: 87 Location: Germany
|
Posted: Mon Oct 01, 2007 2:40 pm Post subject: |
|
|
Hi.
This is not possible with my aktive router. In my older one it was possible, but
I can't turn back to the older one.
Is just me and my wifes PC in the network, and wireless lan is turned
off anyway.
Cu.
Bloedie |
|
| Back to top |
|
 |
thumper Guru


Joined: 06 Dec 2002 Posts: 396 Location: Venice FL
|
Posted: Mon Oct 01, 2007 6:40 pm Post subject: |
|
|
| UberLord wrote: | | And have you configured the DHCP server to hand out address to only specific MAC addresses? |
I have, well not "Only", one for my test server and my workstation so they always get the same IP (much easier than static assignments in each box), my son's machine and my craptop are plain ole dhcp.
Works dandy.
George |
|
| Back to top |
|
 |
|