2009/2/4 Hin-Tak Leung <hintak.leung@xxxxxxxxx>: > On Wed, Feb 4, 2009 at 10:43 AM, Ismael Ojeda Perez > <iojedaperez@xxxxxxxxx> wrote: >> Hi, huston we have a problem >> I have purchased a tp-link usb wireless device >> model : tl-wn422g >> i cant work with it because it says there is a new RF type >> here its what dmesg shows > >> [ 526.984508] zd1211rw 7-2:1.0: RF MAXIM_NEW_RF 0x8 is not supported > > You probably don't hang out in the right place... two people on the > sourceforge zd1211 mailing list recently reported that > MAXIM_NEW_RF=0x08 is just the same as UW2453_RF=0x09 ; and one of > them has a wn422g and the other wn322g > (I just went back the mailing list archive and checked), so it is > likely the same change would work for you: > > in drivers/net/wireless/zd1211rw/zd_rf.c, line 89, you see: > > -------------------- > case UW2453_RF: > r = zd_rf_init_uw2453(rf); > break; > --------------------- > Just put an extra line > > case MAXIM_NEW_RF: > either immediately before or immediately after the case UW2453_RF: line. > > If it reports success for you, maybe we'll consider putting this in > properly... I am not the maintainer for that part, so it is likely > we'll need advice/approval from somebody else for this change to go > into the kernel. > Thanks for your kind help as you say it was as easy as modifying the line and the device is now working perfectly. i added just below line 89 the following code case MAXIM_NEW_RF: r = zd_rf_init_uw2453(rf); break; Thanks ;) to you all and to the open comunity. -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html