Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: how to get a TP-Link TL-WN727N wireless USB adapter to work

  1. #1
    Join Date
    Sep 2010
    Beans
    3

    how to get a TP-Link TL-WN727N wireless USB adapter to work

    Hey guys. I'm pretty new to this Ubuntu thing, but i bought a TL-WN727N wireless USB adapter for my desktop and I can't get it to work. I looked for a driver to get it to pick up wifi, but I can't find one. Thanks in advance.

  2. #2
    Join Date
    Feb 2006
    Location
    Warwickshire, U.K.
    Beans
    21
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: how to get a TP-Link TL-WN727N wireless USB adapter to work

    Hi there.

    That card needs an updated driver for its internal chipset, available from Ubuntu's repositories, for which you'll need to connect to your router via a wired network temporarily.

    Unplug the wireless card from your machine, and connect your machine to your router with a wired network cable.

    Wait a few seconds, and check you can browse to a website (e.g. www.ubuntu.com), to ensure you have a connection to the Internet.

    To install the updated driver, click Applications -> Accessories -> Terminal, and type the following commands at the $ prompt, pressing Enter after each one and supplying your password if prompted:

    Code:
    sudo apt-get update
    
    sudo apt-get install linux-backports-modules-wireless-generic
    Note when entering passwords the characters you type are not echoed back to screen, even as asterisks - this is normal Linux command-line behaviour.

    When finished on the command line, type the following to close the terminal:
    Code:
    exit
    Unplug your ethernet cable.

    Close all your windows and restart the computer. This will make sure the older version of the driver gets unloaded from memory, so the new version can be loaded in its place.

    When logged back in, insert your wireless stick.

    Wait about 30 seconds.

    Left-click the Network Manager icon on the panel at the top of the screen (it will be near the left-side of the clock) and you should see a list of available network names to connect to.

    Click the one corresponding to your access point and you'll be prompted for any keys required to connect your network.

    If you can't see any access points, right-click the network manager icon and make sure the option Enable Wireless is both present and ticked.

    A message will appear briefly in the top-right hand corner of your screen when the connection is established.

    Try browsing to a different website to check you have a working route out onto the Internet, and you should be all set.

    In future, you should just be able to plug in the device, and if it doesn't connect to your access point automatically just left-click the network manager icon and pick the access point from the list.

    Hope this helps,

    Nick

  3. #3
    Join Date
    Sep 2010
    Beans
    3

    Re: how to get a TP-Link TL-WN727N wireless USB adapter to work

    Thanks for the quick reply. My computer updated fine, but when i try to run the command "sudo apt-get install linux-backports-modules-wireless-generic", all i get is the response "E: Couldn't find package linux-backports-modules-wireless-generic". I tried it again after restartin also, but got the same result

  4. #4
    Join Date
    Sep 2010
    Beans
    3

    Re: how to get a TP-Link TL-WN727N wireless USB adapter to work

    Same here. same answer
    E: Couldn't find package linux-backports-modules-wireless-generic

    I really can't get my head around it, been trying for 2 weeks now with every possible solution.

    ((I don't even have wired!! my RTL card doesn't work. At least if I could get the wireless working.))

    Any help would be greatly appreciated.

  5. #5
    anewguy is offline I Ubuntu, Therefore, I Am
    Join Date
    Jun 2007
    Location
    Sometimes I visit earth
    Beans
    5,435
    Distro
    Ubuntu 12.04 Precise Pangolin

    Wink Re: how to get a TP-Link TL-WN727N wireless USB adapter to work

    Not sure if this is the one or not, but try:

    sudo apt-get install linux-backports-modules-wireless-lucid-generic


    See if that helps or not, or if it even does the install.

    Dave

  6. #6
    Join Date
    Sep 2010
    Beans
    3

    Re: how to get a TP-Link TL-WN727N wireless USB adapter to work

    Also, I can't download from the same PC as the network adapter is not working.
    So I need the wireless at least.

    I browsed in the DVD and there's not Ethtool in it (Ubuntu Studio 10.04)
    Look forward to a reply thanks people

  7. #7
    Join Date
    Sep 2010
    Beans
    3

    Re: how to get a TP-Link TL-WN727N wireless USB adapter to work

    Wow. Finally... I can't thank nickbooker and anewguy for your help!!

  8. #8
    Join Date
    Jan 2011
    Beans
    1

    Re: how to get a TP-Link TL-WN727N wireless USB adapter to work

    Works for me too on Ubuntu 10.04. Thanks to nickbooker and anewguy!

  9. #9
    Join Date
    Mar 2012
    Beans
    4

    Re: how to get a TP-Link TL-WN727N wireless USB adapter to work

    I have ubuntu 11.10 and installed TP-Link TL-WN727N.

    Follow the instructions from: https://help.ubuntu.com/community/Wi...ce/Tenda_W311M

    I found Ralink driver 5370 is much stable and reliable than RT2800usb. Please following the steps of downloading and compiling the driver. I have been suffering from the slow and clogging wifi from rt2800 though it is much easier to enable.

    5370 is the one to go.

    I also blacklisted rt2870, rt2800 for safe reasons. 5370 works great for me.

    Hope this helps.

  10. #10
    Join Date
    Mar 2012
    Beans
    4

    Re: how to get a TP-Link TL-WN727N wireless USB adapter to work

    ~
    Last edited by jeanlikethis; March 5th, 2012 at 07:19 AM. Reason: paste again.

Page 1 of 2 12 LastLast

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
  •