Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 115053 - ipw2100 in gentoo-sources-2.6.14-r4 does not work with pre 0.4.5 wpa_supplicant
Summary: ipw2100 in gentoo-sources-2.6.14-r4 does not work with pre 0.4.5 wpa_supplicant
Status: RESOLVED DUPLICATE of bug 108891
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-09 20:47 UTC by Shiva Persaud
Modified: 2005-12-10 06:52 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Shiva Persaud 2005-12-09 20:47:10 UTC
I recently installed gentoo-sources-2.6.14-r4. When I did, wpa_supplicant did
not work for me. I did some research and found that this is because the 2.6.14
kernel uses wireless extensions version 19 and wpa_supplicant introduced support
for WE 19 in wpa_supplicant version 4.5.

For your reference:

http://lists.shmoo.com/pipermail/hostap/2005-October/011461.html

If I used the ipw2100 driver included in the kernel I would get the following error:

<BEGIN>
wpa_supplicant -B -D ipw -c /etc/wpa_supplicant.other.conf -i eth1
ioctl[IPW_IOCTL_WPA_SUPPLICANT]: Operation not supported
ioctl[IPW_IOCTL_WPA_SUPPLICANT]: Operation not supported
Failed to set encryption.
ioctl[IPW_IOCTL_WPA_SUPPLICANT]: Operation not supported
Failed to set encryption.
ioctl[IPW_IOCTL_WPA_SUPPLICANT]: Operation not supported
Failed to set encryption.
ioctl[IPW_IOCTL_WPA_SUPPLICANT]: Operation not supported
Failed to set encryption.
ioctl[IPW_IOCTL_WPA_SUPPLICANT]: Operation not supported
ioctl[IPW_IOCTL_WPA_SUPPLICANT]: Operation not supported
</BEGIN>

When I upgraded to wpa_supplicant 0.4.5 and invoked it using -D wext instead of
-D ipw, I was able to associate with my ap. I still get some errors from
wpa_supplicant but it works.

In short, wpa_supplicant 0.3.9-r1 will not work with the 2.6.14-r4 kernel if
you're using the ipw2100 driver.

Hope this helps someone.





Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-12-10 01:46:32 UTC

*** This bug has been marked as a duplicate of 108891 ***
Comment 2 Shiva Persaud 2005-12-10 06:52:14 UTC
I'm not sure I' call this a dup of 108891. 108891 occurs because -D ipw is used
instead of -D wext.

This defect occurs because the stable wpa_supplicant ebuilds so not work with WE
19 (which is what is included in gentoo-sources-2.6.14-r6).

Defect 108891 does not direct the user to upgrade their wpa_supplicant to 0.4.5
or later.