Remote Exploit Forums

Go Back   Remote Exploit Forums > BackTrack 4 (pre) Final > BackTrack 4 NON working hardware


BackTrack 4 NON working hardware Report non working hardware. INCLUDE LINKS TO DRIVERS!

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 08-04-2009, 08:36 PM
Just burned his ISO
 
Join Date: Aug 2009
Posts: 1
Default TP-Link TL-WN422G doesn't recognized

Dear forum members,

I have the following problem. I have a TP-Link TL-WN422G wireless USB device (I'd like to use this because it has an external antenna slot), but it's absolutely not recognized in Backtrack 3 and Backtrack 4. Please, anybody who had the same problem, help me to install this USB device, I really would need it Please consider that I'm an IT professional, but a beginner in Linux. So please describe the linux driver installation a bit more carefully

Thank you really for your help,
Chris
Reply With Quote
  #2 (permalink)  
Old 08-05-2009, 10:09 AM
Nick_the_Greek's Avatar
Senior Member
 
Join Date: Jul 2009
Location: Greece
Posts: 124
Default

No probs here.
Backtrack 4 PF, TL-WN422G.
Plug-in
Ifconfig wlan0 up
Code:
root@bt:~# airdriver-ng loaded
Found following stacks loaded (as module):
2. mac80211

Found following drivers loaded (as module):
41. ZyDAS 1211rw - IEEE80211 Softmac
Code:
root@bt:~# aireplay-ng --test mon0
10:48:31  Trying broadcast probe requests...
10:48:31  Injection is working!
10:48:33  Found 1 AP

10:48:33  Trying directed probe requests...
10:48:33  00:4F:62:18:9A:D1 - channel: 13 - 'airlive'
10:48:33  Ping (min/avg/max): 1.167ms/12.185ms/22.947ms Power: 17.93
10:48:33  30/30: 100%
Code:
root@bt:~# modinfo zd1211rw
filename:       /lib/modules/2.6.29.4/kernel/drivers/net/wireless/zd1211rw/zd1211rw.ko
version:        1.0
author:         Daniel Drake
author:         Ulrich Kunitz
description:    USB driver for devices with the ZD1211 chip.
More info can be found here:
hxxp://aircrack-ng.org/doku.php?id=zd1211rw-mac80211
Hope that helped.

Last edited by Nick_the_Greek; 08-05-2009 at 10:14 AM.
Reply With Quote
  #3 (permalink)  
Old 08-13-2009, 05:16 AM
Snayler's Avatar
Senior Member
 
Join Date: Jul 2009
Location: World
Posts: 360
Default

Use search engines...

hxxp://forum.aircrack-ng.org/index.php?topic=5334.0
Reply With Quote
  #4 (permalink)  
Old 10-22-2009, 07:03 PM
Just burned his ISO
 
Join Date: Oct 2009
Posts: 3
Default same

I have this wifi TP-Link TL-WN422G with Atheros chipset, thus not the one you are writing about and giving links (with ZyDAS chipset).

Chipset is, I think, Atheros AR9271.

The os is BackTrack 4 beta, vmware image. The usb wifi is registered when connected as Atheros communication inc. but no module can recognize it, and no module loads.

Anyone has this one too?

edit: Just to mention, I did update all the wireless modules as shown in the zd1211rw tutorial on aircrack website, no difference whatsoever.

Last edited by trancedrift; 10-22-2009 at 09:16 PM.
Reply With Quote
  #5 (permalink)  
Old 10-22-2009, 11:58 PM
Snayler's Avatar
Senior Member
 
Join Date: Jul 2009
Location: World
Posts: 360
Default

Quote:
Originally Posted by trancedrift View Post
I have this wifi TP-Link TL-WN422G with Atheros chipset, thus not the one you are writing about and giving links (with ZyDAS chipset).

Chipset is, I think, Atheros AR9271.
Yes, I've heard about a new version of TP-Link WN422G with a different chipset, but i think that chipset doesn't support injection for now. Didn't researched much, so I can't be sure.
Reply With Quote
  #6 (permalink)  
Old 10-23-2009, 10:41 AM
Just burned his ISO
 
Join Date: Oct 2009
Posts: 3
Default

Well, my research for the moment came out with the conclusion that there are no Linux driver for that one yet, neither are there for Mac's, so it turns out to be Windows only for the moment.

Thats pity as it has really nice reception and range... thats what I bought it for in the first place (having also checked that the ZyDAS one worked fine with BT4...) but I will have to figure a way to boost the rt73 one I was using before
Reply With Quote
  #7 (permalink)  
Old 11-04-2009, 10:26 PM
New Member
 
Join Date: Nov 2009
Posts: 2
Default

This really sucks. I bought this thing because i saw some ppl writing that it works out of the box. But it looks like it isn't possible to get the new version "v2" of this stick working.
What do you guys think, should i give it back to the shop, of wait for a driver?

Here some more info:
Code:
lsusb

Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 002: ID 0cf3:1006 Atheros Communications, Inc.
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 002: ID 064e:a103 Suyin Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

Last edited by psyguy; 11-06-2009 at 06:56 AM.
Reply With Quote
  #8 (permalink)  
Old 11-06-2009, 06:44 AM
Junior Member
 
Join Date: Sep 2008
Posts: 16
Default

there are two versions of wn422g+ ,one is zd1211b, another is ar9271.
zd1211b's version is supported by BT4 pre final and any linux distro with kernel 2.6.29 or higher. A modified driver is needed on BT3.
ar9271's version is not supported by linux now, driver of ar9271 is under development,u can find it on git. http://git.kernel.org
Reply With Quote
  #9 (permalink)  
Old 11-06-2009, 06:57 AM
New Member
 
Join Date: Nov 2009
Posts: 2
Default

Cool, thanks for this info
Reply With Quote
  #10 (permalink)  
Old 11-11-2009, 02:56 PM
Just burned his ISO
 
Join Date: Oct 2009
Posts: 3
Default

Thanks for the link.

Looks like development is going steady and maybe there will be a driver soon.

hxxp://wireless.kernel.org/en/users/Drivers/ath9k_htc
hxxp://git.kernel.org/?p=linux/kernel/git/mcgrof/ath9k_htc.git;a=summary
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 03:56 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2