Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 237533 - ipw2200 wireless driver requires DEPRECATED Generic IEEE 802.11 Networking Stack in kernel 2.6.25-gentoo-r7
Summary: ipw2200 wireless driver requires DEPRECATED Generic IEEE 802.11 Networking St...
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-12 23:58 UTC by Anthony Staines
Modified: 2008-09-15 16:14 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 Anthony Staines 2008-09-12 23:58:14 UTC
On moving up to kernel 2.6.25-gentoo-r7 I incorrectly selected the new IEEE802.11 stack (MAC80211). This led to a situation where I could not access the wireless network. The clue to my problem was that on typing

#iwconfig eth1

The output included :-
Encryption:off

instead of
Encryption:XXXX-XXXX-XXXX-XXXX-XXXX (etc - lots of hex digits)

The solution I found was to re-compile the kernel with the older IEE802.111 network stack (IEEE802111) and include the TKIP encryption option (IEEE80211_CRYPT_TKIP).

My concern is that if this deprecated stack is dropped in the future, I will then be stuck.



Reproducible: Always

Steps to Reproduce:
1.Upgraded kernel from 2.6.19-gentoo-r2 to 2.6.25-gentoo-r7
2.Tried to use wireless network
3.

Actual Results:  
Network failed to connect to WPA-PSK usng wireless router, which had been working perfectly.
#iwconfig eth1
Encryption:off

Expected Results:  
#iwconfig eth1
Encryption:XXXX-XXXX-XXXX-XXXX-XXXX etc.. (lots of hex digits)

Worked on adding the deprecated IEE802111, and the TKIP encryption that goes with it, to my kernel configuration
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2008-09-13 17:04:27 UTC
In what way is this problem specific to Gentoo? In other words, what can Gentoo do for you?
Comment 2 Anthony Staines 2008-09-15 16:14:18 UTC
(In reply to comment #1)
> In what way is this problem specific to Gentoo? In other words, what can Gentoo
> do for you?
> 
Not at all Gentoo specific, and I have actually sent it upstream - but if it is in the Gentoo Bugzilla with a workable solution, which took me about ten hours to figure out, it might save some one else the ten hours.