|
From:
<fra...@tv...> - 2007-12-06 19:43:11
|
Paolo a écrit : > On Thu, Dec 06, 2007 at 07:18:20AM +0100, Fran?ois Valenduc wrote: > >> problem with the rf_kill switch. However, with kernel 2.6.22.14 it works >> and with kernel 2.6.23.9, it doesn't work. So there really seems to be a >> problem with the ipw2200 driver and kernel 2.6.23.9 (and newer). >> > > hm, check in both case: > > $ modinfo ipw2200|grep ^version > > and of course: > > $ wpa_supplicant -v > > You may want to try the latest wpa_supplicant, before tinckering further. > > Failing that, if you have both kernel src tree, check > > $ diff -u linux-2.6.22/drivers/net/wireless/ipw2200.c \ > linux-2.6.23/drivers/net/wireless/ipw2200.c > $ diff -u linux-2.6.22/drivers/net/wireless/ipw2200.h \ > linux-2.6.23/drivers/net/wireless/ipw2200.h > > if no diffs show up, then the culprit is likely in changes in ieee802. > > If you're just interested in running .23.9 with a working ipw, you can try > to patch .23.9 with latest tarballs from ieee80211.sf.net and > ipw2200.sf.net (of course, do a suitable bakcup first, in case). > > > HTH > -- > paolo > > > ------------------------------------------------------------------------- > SF.Net email is sponsored by: The Future of Linux Business White Paper > from Novell. From the desktop to the data center, Linux is going > mainstream. Let it simplify your IT future. > http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 > _______________________________________________ > ipw2100-devel mailing list > ipw...@li... > https://lists.sourceforge.net/lists/listinfo/ipw2100-devel > > > So, I tried with a newer version of wpa_supplicant (0.6.0 instead of 0.5.8) and it doesn't work better. I also tried with the latest ieee80211 drivers (1.2.18) but that doesn't work too. I have tried WPA with TKIP and AES encryption and I could never connect to my router. However it works in unencrypted mode. Furthermore, there are well differences between 2.6.22.14 and 2.6.23.9 in the ipw2200 driver. The diff files are attached to this mail. As you suggested, I will open a bug on bughost.org. François |