View previous topic :: View next topic |
Author |
Message |
Kenji Miyamoto Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/108568614c11b737d3e30.jpg)
Joined: 28 May 2005 Posts: 1452 Location: Looking over your shoulder.
|
Posted: Wed Mar 01, 2006 10:43 pm Post subject: Madwifi Cannot get IP (DHCP) |
|
|
I've gone in and started up /etc/init.d/wifi0 with the following configuration: Code: | modules=( "wpa_supplicant" )
config_wifi0=( "dhcp" )
dhcp_wifi0="nontp nodns nonis"
wpa_supplicant_wifi0="-Dmadwifi"
wpa_timeout_wifi0=30 |
Code: | ctrl_interface=/var/run/wpa_supplicant
eapol_version=1
network={
ssid="correct"
key_mgmt=WPA-PSK
scan_ssid=1
pairwise=TKIP
psk="correct"
priority=1
}
network={
ssid="UWB-CCC"
key_mgmt=NONE
scan_ssid=1
priority=2
} | It gets all of the way to "Running dhcpcd ...", before exiting with a "!!" several seconds later, after trying to connect to the latter at my college.
What is incorrect here? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
TheRAt Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/965802054438fd382cded6.jpg)
Joined: 03 Jun 2002 Posts: 1580
|
Posted: Wed Mar 01, 2006 10:53 pm Post subject: |
|
|
anything in the logs?
what happens when you try to enable this manually ? _________________ All reality is the construct of the observer.
Get Firefox and rediscover the web!
BOFH Excuse #295:
The Token fell out of the ring. Call us when you find it. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Kenji Miyamoto Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/108568614c11b737d3e30.jpg)
Joined: 28 May 2005 Posts: 1452 Location: Looking over your shoulder.
|
Posted: Wed Mar 01, 2006 11:02 pm Post subject: |
|
|
In dmesg it returns the following: Code: | ADDRCONF(NETDEV_CHANGE): wifi0: link becomes ready
wifi0: no IPv6 routers present |
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
UberLord Retired Dev
![Retired Dev Retired Dev](/images/ranks/rank-retired.gif)
![](images/avatars/16007251014200867ea775c.gif)
Joined: 18 Sep 2003 Posts: 6835 Location: Blighty
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Kenji Miyamoto Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/108568614c11b737d3e30.jpg)
Joined: 28 May 2005 Posts: 1452 Location: Looking over your shoulder.
|
Posted: Thu Mar 02, 2006 4:36 am Post subject: |
|
|
Well, that would explain why the results are the same with or without the interface turned on.
I've gone through the wiki article, but am unsure of what I should do. Any thoughts? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|