Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Wireless Timing out on DHCP Every 1st Time
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
bobber205
Guru
Guru


Joined: 23 Aug 2006
Posts: 561
Location: Oregon

PostPosted: Sat Sep 22, 2007 4:40 am    Post subject: Wireless Timing out on DHCP Every 1st Time Reply with quote

When my wireless card boots on bootup, the dhcp times out. When I log in and start it manually it's almost always fine.

On OS X it would occasionally do this on my macbook (before the install) and my moms mini still does it. What could be going?
_________________
Never Forget The Expat 2.0!
Back to top
View user's profile Send private message
torf
n00b
n00b


Joined: 27 Apr 2004
Posts: 65
Location: Constance/Germany

PostPosted: Mon Sep 24, 2007 10:55 am    Post subject: Reply with quote

Are you sure that you're using the same timeout values in both cases? Normally you have something like this in your /etc/conf.d/net:

Code:

config_eth1=( "dhcp" )
dhcp_eth1="-t 10"


which sets the timeout to 10 seconds. But if you run the dhcpcd command manually and don't give an explicit timeout value it uses the default of 20 seconds. Of course if you start it manually using "/etc/init.d/net.eth1 start" then this should not matter (as this would use the settings from /etc/conf.d/net). So please give more details about how you start it manually. Also, at which rc-level do you start it on boot? I had problems starting my network at 'boot' level, but it works fine at the 'default' one.
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