View previous topic :: View next topic |
Author |
Message |
RayDude Advocate
Joined: 29 May 2004 Posts: 2091 Location: San Jose, CA
|
Posted: Wed Dec 22, 2010 2:47 am Post subject: recent emerge wiped out dhcp on wireless |
|
|
I have the broadcom_sta driver, its been working perfectly for over a year on my MacBook Pro. An emerge today has somehow stopped dhcpcd from loading for it. I've monkeyed with the config files but haven't found anything wrong and nothing I do makes a difference.
While I'm at it, how do I make openRC ignore net.eth0 status and continue booting so my boots don't take two minutes extra? When its not plugged in, it takes forever to time out.
Pertinent info:
/etc/conf.d/net
Code: | config_eth0=( "dhcp" )
config_eth1=( "dhcp" )
dhcpcd_eth1="-t 30 -N"
#wpa_supplicant
wpa_supplicant_eth1=( "-Dwext" )
modules_eth1=( "wpa_supplicant dhcpcd" )
|
wpa_gui indicates that the connection happens, but dhcpcd does not run, so I run it from the root command line, it instantiates and then everything is okay.
Any ideas?
TIA,
Brian _________________ Some day there will only be free software. |
|
Back to top |
|
|
AlefBet n00b
Joined: 04 Apr 2005 Posts: 18 Location: Provo, UTAH, USA
|
Posted: Wed Dec 22, 2010 4:02 am Post subject: |
|
|
Did your recent emerge upgrade dhcpcd? My wireless stopped working today, and I discovered that my last merge upgraded dhcpcd from 4.0.15 to 5.2.8. Package masking and downgrading dhcpcd got my wireless working again. _________________ Of course, I've been wrong before and I'm sure I'll be wrong again. So this may be one of those times. |
|
Back to top |
|
|
equaeghe l33t
Joined: 22 Feb 2005 Posts: 653
|
Posted: Wed Dec 22, 2010 12:45 pm Post subject: |
|
|
same problem here; I filed a bug report |
|
Back to top |
|
|
RayDude Advocate
Joined: 29 May 2004 Posts: 2091 Location: San Jose, CA
|
Posted: Fri Dec 24, 2010 9:29 pm Post subject: |
|
|
Thanks! That was the problem. _________________ Some day there will only be free software. |
|
Back to top |
|
|
equaeghe l33t
Joined: 22 Feb 2005 Posts: 653
|
Posted: Thu Dec 30, 2010 10:56 am Post subject: |
|
|
equaeghe wrote: | same problem here; I filed a bug report |
And a solutions has popped up there (at least for me): comment 6 |
|
Back to top |
|
|
|