Results 1 to 7 of 7

Thread: My TP-LINK TL-322G doesn't work

Hybrid View

  1. #1
    Join Date
    Dec 2009
    Beans
    16

    Unhappy My TP-LINK TL-322G doesn't work

    I try to do wireless man-in-the middle attack with my ASUS laptop and I've alreay got two wlan adaptors, a built-in Atheros NE-785H and a TP-LINK TL-W322G USB wireless adaptor. Either of them is to act as a rogue access point (soft AP). The biult-in adaptor works well but I just can't get the TP-LINK working properly.

    I have alreay visited the threads below
    No Wireless with TP-LINK TL-WN322G found
    Problems with a TP-LINK TL-WN322G 54g Wireless USB Adapter (ZyDAS zd1211b Chipset )
    HardwareSupportComponentsWirelessNetworkCardsTP-Link
    tp-link WN322G
    Wlan mit TP-LINK TL-WN322G


    I'm running Karmic with 2.6.31-19, according to the Ubuntu help page it should work out of the box, but it just wouldn't work for me. I only got it working with ndiswrapper, which is clearly not what I want to use since it's not supported by aircrack-ng. Any ideas?

    Here are results after running modprobe -v zd1211rw

    Code:
    WARNING: All config files need .conf: /etc/modprobe.d/ndiswrapper, it will be ignored in a future release.
    insmod /lib/modules/2.6.31-19-generic/updates/cw/zd1211rw.ko
    then lsmod | grep zd

    Code:
    zd1211rw               52232  0 
    mac80211              243496  2 zd1211rw,ath9k
    cfg80211              152616  4 zd1211rw,ath9k,mac80211,ath
    lsusb

    Code:
    Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 002 Device 003: ID 0cf3:1006 Atheros Communications, Inc. 
    Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 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 004 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 001 Device 002: ID 04f2:b036 Chicony Electronics Co., Ltd 
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    dmesg | grep zd1211

    Code:
    [ 1046.773321] usbcore: registered new interface driver zd1211rw
    ifconfig shows that there are only three interfaces: lo, eht0, wlan0. The USB wireless adaptor was identified as wlan1 using ndiswrapper.

  2. #2
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    17,259
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: My TP-LINK TL-322G doesn't work

    Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 002 Device 003: ID 0cf3:1006 Atheros Communications, Inc.
    Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 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 004 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 001 Device 002: ID 04f2:b036 Chicony Electronics Co., Ltd
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Where is the TP-Link? I see the Atheros and your webcam, but nothing that seems like a second wireless device.
    Registered Linux User #374501

    Tarballs R Us.

  3. #3
    Join Date
    Dec 2009
    Beans
    16

    Re: My TP-LINK TL-322G doesn't work

    I plugged it in, but nothing happened. There should be a red light flashing if it is working.

  4. #4
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    17,259
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: My TP-LINK TL-322G doesn't work

    Is it defective? Does it work on other computers, or at least show up in lsusb?
    Registered Linux User #374501

    Tarballs R Us.

  5. #5
    Join Date
    Dec 2009
    Beans
    16

    Re: My TP-LINK TL-322G doesn't work

    No, it doesn't work for my desktop computer either. It works pretty well under Windows XP though ( with the driver installed ).

  6. #6
    Join Date
    Dec 2009
    Beans
    16

    Re: My TP-LINK TL-322G doesn't work

    Quote Originally Posted by chili555 View Post
    Where is the TP-Link? I see the Atheros and your webcam, but nothing that seems like a second wireless device.
    The atheros that shows up in lsusb is the very TP-LINK I've plugged in. I've done lsusb once again with the TP-LINK detached, it's like this

    Code:
    Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 007 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 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 001 Device 002: ID 04f2:b036 Chicony Electronics Co., Ltd 
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Note that there is no Atheros.

  7. #7
    Join Date
    Apr 2009
    Location
    Germany
    Beans
    174
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: My TP-LINK TL-322G doesn't work

    Hello,
    try this driver package. Follow the instructions in the first codebox.
    http://forum.ubuntuusers.de/topic/tl.../#post-2383604

    Block the modules zd1211rw and ath9k
    Code:
    echo 'blacklist zd1211rw' | sudo tee -a /etc/modprobe.d/blacklist.conf
    echo 'blacklist ath9k' | sudo tee -a /etc/modprobe.d/blacklist.conf
    Last edited by flash63; March 3rd, 2010 at 07:50 AM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •