View previous topic :: View next topic |
Author |
Message |
someone12345 Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
Joined: 09 Apr 2005 Posts: 365
|
Posted: Fri Mar 03, 2006 5:08 pm Post subject: WLAN doesn't work - if started during boot |
|
|
Hi!
I've a ipw2200 and quite a strange problem establishing a connection to my WPA AP. If I rc-update add net.eth1 default it will fail during boot:
Code: |
Failed to connect to wpa_supplicant - wpa_ctrl_open: No such file or directory
Failed to connect to wpa_supplicant - wpa_ctrl_open: No such file or directory
Failed to connect to wpa_supplicant - wpa_ctrl_open: No such file or directory
...
|
If I don't let net.eth1 to be executed during boot and execute the script manually when the system's up, it works (?).
I just don't understand. Okay, this is only half the truth, what I wrote above is most of the time true but not always and things don't seem to be reliably reproducable. So here are some misc console snippets:
after net.eth1 failed during boot:
Code: |
notebook ~ # wpa_supplicant -Dwext -c/etc/wpa_supplicant.conf -ieth1 -w
ioctl[SIOCGIFADDR]: Cannot assign requested address
ioctl[SIOCGIFADDR]: Cannot assign requested address
ioctl[SIOCGIFADDR]: Cannot assign requested address
ioctl[SIOCGIFADDR]: Cannot assign requested address
ioctl[SIOCGIFADDR]: Cannot assign requested address
ioctl[SIOCGIFADDR]: Cannot assign requested address
CTRL-EVENT-TERMINATING - signal 2 received
notebook ~ # wpa_supplicant -Dwext -c/etc/wpa_supplicant.conf -ieth1 -w
CTRL-EVENT-TERMINATING - signal 15 received
notebook ~ # wpa_supplicant -Dwext -c/etc/wpa_supplicant.conf -ieth1 -w
CTRL-EVENT-TERMINATING - signal 15 received
|
disabling/enabling WLAN device
Code: |
notebook ~ # wpa_supplicant -Dwext -c/etc/wpa_supplicant.conf -ieth1 -w
Authentication with 00:00:00:00:00:00 timed out.
Trying to associate with 00:11:95:cf:06:db (SSID='foo' freq=0 MHz)
CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
Authentication with 00:00:00:00:00:00 timed out.
Trying to associate with 00:11:95:cf:06:db (SSID='foo' freq=0 MHz)
CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
Authentication with 00:00:00:00:00:00 timed out.
Trying to associate with 00:11:95:cf:06:db (SSID='foo' freq=0 MHz)
CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
Authentication with 00:00:00:00:00:00 timed out.
Trying to associate with 00:11:95:cf:06:db (SSID='foo' freq=0 MHz)
CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
Authentication with 00:00:00:00:00:00 timed out.
|
Hi!
I've a ipw2200 and quite a strange problem establishing a connection to my WPA AP. If I rc-update add net.eth1 default it will fail during boot:
Code: |
Failed to connect to wpa_supplicant - wpa_ctrl_open: No such file or directory
Failed to connect to wpa_supplicant - wpa_ctrl_open: No such file or directory
Failed to connect to wpa_supplicant - wpa_ctrl_open: No such file or directory
...
|
If I don't let net.eth1 to be executed during boot and execute the script manually when the system's up, it works (?).
I just don't understand. Okay, this is only half the truth, what I wrote above is most of the time true but not always and things don't seem to be reliably reproducable. So here are some misc console snippets:
after net.eth1 failed during boot:
Code: |
notebook ~ # wpa_supplicant -Dwext -c/etc/wpa_supplicant.conf -ieth1 -w
ioctl[SIOCGIFADDR]: Cannot assign requested address
ioctl[SIOCGIFADDR]: Cannot assign requested address
ioctl[SIOCGIFADDR]: Cannot assign requested address
ioctl[SIOCGIFADDR]: Cannot assign requested address
ioctl[SIOCGIFADDR]: Cannot assign requested address
ioctl[SIOCGIFADDR]: Cannot assign requested address
CTRL-EVENT-TERMINATING - signal 2 received
notebook ~ # wpa_supplicant -Dwext -c/etc/wpa_supplicant.conf -ieth1 -w
CTRL-EVENT-TERMINATING - signal 15 received
notebook ~ # wpa_supplicant -Dwext -c/etc/wpa_supplicant.conf -ieth1 -w
CTRL-EVENT-TERMINATING - signal 15 received
|
disabling/enabling WLAN device
Code: |
notebook ~ # wpa_supplicant -Dwext -c/etc/wpa_supplicant.conf -ieth1 -w
Authentication with 00:00:00:00:00:00 timed out.
Trying to associate with 00:11:95:cf:06:db (SSID='foo' freq=0 MHz)
CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
Authentication with 00:00:00:00:00:00 timed out.
Trying to associate with 00:11:95:cf:06:db (SSID='foo' freq=0 MHz)
CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
Authentication with 00:00:00:00:00:00 timed out.
Trying to associate with 00:11:95:cf:06:db (SSID='foo' freq=0 MHz)
CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
Authentication with 00:00:00:00:00:00 timed out.
Trying to associate with 00:11:95:cf:06:db (SSID='foo' freq=0 MHz)
CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
Authentication with 00:00:00:00:00:00 timed out.
|
2.6.15 with CONFIG_IPW2200=M and ipw2200-firmware-2.4.
Code: |
ctrl_interface=/var/run/wpa_supplicant
eapol_version=1
ap_scan=1
network={
ssid=...
scan_ssid=1
key_mgmt=WPA-PSK
psk=...
}
|
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
XmN n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/61494590342e57410bd763.jpg)
Joined: 20 Feb 2005 Posts: 45 Location: Belgium
|
Posted: Sat Mar 04, 2006 11:46 am Post subject: |
|
|
did you modprobe ipw2200 ? _________________ Women and Linux are alike:
You need certain skills to root them. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
someone12345 Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
Joined: 09 Apr 2005 Posts: 365
|
Posted: Sat Mar 04, 2006 4:05 pm Post subject: |
|
|
XmN wrote: | did you modprobe ipw2200 ? |
...yes... |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|