tp-link WN322G

View: New views
5 Messages — Rating Filter:   Alert me  

tp-link WN322G

by Stephen Ho-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

I have just got this particular usb wifi dongle. It seems the driver
just failed with RF MAXIM_NEW_RF 0x8 is not supported. But I am sure
there is a uw2453 rf inside it, 'cos I have cracked it open. Is there
anyway to force the RF driver to use? or I have to modify the code and
compile the driver?

I am running Ubuntu Server with kernel 2.6.22-15-server

Actual error message. "zd1211rw 5-5:1.0: RF MAXIM_NEW_RF 0x8 is not
supported"

Thanks for your help.

Best regards,
Stephen Ho

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Zd1211-devs mailing list - http://zd1211.wiki.sourceforge.net/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs

Parent Message unknown Re: tp-link WN322G

by Petr Mensik :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

thank you for your information, MAXIM_NEW_RF in TP-Link seems to be
really uw2453 rf, because i made my model working with uw2453
initialization sequence. I only modified zd_rf.c and added rf type to
uw2453.

I am sending tiny patch, you have to be in drivers/net/wireless
directory of linux kernel.

I did not rough testing, but i can scan, i can change essid, i can
connect to WPA PSK ap with supplicant. Also signal meter seems to report
reasonable values.

So, i report with patch in my attachment, TP-Link TL-WN422G (i think it
is the same device as your TL-WN322G, but this does have RP-SMA
connector present, which is reason i bought it), identified as
Bus 007 Device 013: ID 0ace:1215 ZyDAS WLA-54L WiFi

is working.

I dont know other devices with same RF type, if they can be different or
we need different HW initialization, but there is no device in supported
table with this RF, so i cannot compare. It does work for me, YMMV.

Petr Mensik

[tplink.patch]

diff -ru /usr/src/linux-2.6.27/drivers/net/wireless/zd1211rw/zd_rf.c zd1211rw/zd_rf.c
--- /usr/src/linux-2.6.27/drivers/net/wireless/zd1211rw/zd_rf.c 2008-04-17 04:49:44.000000000 +0200
+++ zd1211rw/zd_rf.c 2009-01-20 09:35:57.000000000 +0100
@@ -87,6 +87,7 @@
  r = zd_rf_init_al7230b(rf);
  break;
  case UW2453_RF:
+        case MAXIM_NEW_RF:
  r = zd_rf_init_uw2453(rf);
  break;
  default:


------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Zd1211-devs mailing list - http://zd1211.wiki.sourceforge.net/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs

Re: tp-link WN322G

by Stephen Ho-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

       Yes... Mine works after that modification(WPA-PSK, WEP). I read
in other mail pluscom wu-zd1211B is also like this.
       Strange......

Stephen Ho

Petr Menšík wrote:

> Hi,
>
> thank you for your information, MAXIM_NEW_RF in TP-Link seems to be
> really uw2453 rf, because i made my model working with uw2453
> initialization sequence. I only modified zd_rf.c and added rf type to
> uw2453.
>
> I am sending tiny patch, you have to be in drivers/net/wireless
> directory of linux kernel.
>
> I did not rough testing, but i can scan, i can change essid, i can
> connect to WPA PSK ap with supplicant. Also signal meter seems to report
> reasonable values.
>
> So, i report with patch in my attachment, TP-Link TL-WN422G (i think it
> is the same device as your TL-WN322G, but this does have RP-SMA
> connector present, which is reason i bought it), identified as
> Bus 007 Device 013: ID 0ace:1215 ZyDAS WLA-54L WiFi
>
> is working.
>
> I dont know other devices with same RF type, if they can be different or
> we need different HW initialization, but there is no device in supported
> table with this RF, so i cannot compare. It does work for me, YMMV.
>
> Petr Mensik
>  
> ------------------------------------------------------------------------
>
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by:
> SourcForge Community
> SourceForge wants to tell your story.
> http://p.sf.net/sfu/sf-spreadtheword
> ------------------------------------------------------------------------
>
> _______________________________________________
> Zd1211-devs mailing list - http://zd1211.wiki.sourceforge.net/
> Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs


------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Zd1211-devs mailing list - http://zd1211.wiki.sourceforge.net/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs

Re: tp-link WN322G

by arisv :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

That didn't work for me, any ideas why? I still get the same error, any help would be appreciated.

-- Aris V
Stephen Ho-2 wrote:
Hi,

       Yes... Mine works after that modification(WPA-PSK, WEP). I read
in other mail pluscom wu-zd1211B is also like this.
       Strange......

Stephen Ho

Petr Menšík wrote:
> Hi,
>
> thank you for your information, MAXIM_NEW_RF in TP-Link seems to be
> really uw2453 rf, because i made my model working with uw2453
> initialization sequence. I only modified zd_rf.c and added rf type to
> uw2453.
>
> I am sending tiny patch, you have to be in drivers/net/wireless
> directory of linux kernel.
>
> I did not rough testing, but i can scan, i can change essid, i can
> connect to WPA PSK ap with supplicant. Also signal meter seems to report
> reasonable values.
>
> So, i report with patch in my attachment, TP-Link TL-WN422G (i think it
> is the same device as your TL-WN322G, but this does have RP-SMA
> connector present, which is reason i bought it), identified as
> Bus 007 Device 013: ID 0ace:1215 ZyDAS WLA-54L WiFi
>
> is working.
>
> I dont know other devices with same RF type, if they can be different or
> we need different HW initialization, but there is no device in supported
> table with this RF, so i cannot compare. It does work for me, YMMV.
>
> Petr Mensik
>  
> ------------------------------------------------------------------------
>
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by:
> SourcForge Community
> SourceForge wants to tell your story.
> http://p.sf.net/sfu/sf-spreadtheword
> ------------------------------------------------------------------------
>
> _______________________________________________
> Zd1211-devs mailing list - http://zd1211.wiki.sourceforge.net/
> Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs


------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Zd1211-devs mailing list - http://zd1211.wiki.sourceforge.net/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs

Re: tp-link WN322G

by JerryI :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I am interested in your comment:

Bus 007 Device 013: ID 0ace:1215 ZyDAS WLA-54L WiFi is working.

If I understand, you have patched a driver to make this device work in Ubuntu or in linux.  If so, this is the only record of success that I can find.  I am very new to linux, but if there is any way I could install your modified driver to make my USB adapter with that chipset work under Ubuntu Hardy 8.04, I would like to try. I would appreciate any help you can provide.

Jerry Isaacs - Dallas Texas