RSS feed
  • TP-Link TL-WN722N on Ubuntu 10.04

    Posted on May 13th, 2011 27 comments

    Note: according this guy this set of steps also works for Fedora 15.

    I had a lot of trouble getting this card to work. Here is how I finally got it.

    I am running 2.6.32-30-generic-pae #59-Ubuntu SMP
    running "lsusb" shows the following line for my device: 0cf3:9271 Atheros Communications, Inc.

    I tried a bunch of different compat-wireless versions and this one finally did it. At the time, it was the latest stable release. The daily snapshots were causing kernel panics ... Download it, decompress it and build it:


    $ tar xvf compat-wireless-2.6.38.2-2.tar.bz2
    $ cd compat-wireless-2.6.38.2-2
    $ ./scripts/driver-select ath9k_htc
    $ sudo make
    $ sudo make install

    I had to download version 1.2 of htc_9271.fw the firmware from here and copied the file to /lib/firmware.

    I was getting wlan%d instead of something reasonable like wlan0. Running sudo ifconfig wlan%d showed me the mac address which I could use to add an entry to /etc/udev/rules.d/70-persistent-net.rules. Heres the entry I added: (note that the browser adds newlines here, but you should add just two lines: one for the comment, and one for the rule)


    # USB device 0x0cf3:0x9271 (usb)
    SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="54:e6:fc:94:91:35", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="wlan*", NAME="wlan2"

    reload the drivers by running:

    sudo modprobe ath9k_htc

    Now plug in the device. There were a lot of other steps that I followed while trying to get this to work, so I may have left something out.

    Categories: How to, Linux

27 Responses to “TP-Link TL-WN722N on Ubuntu 10.04”

  1. Hi Zack, thank you for a very well written HOWTO on getting this device to work in Ubuntu 10.04. One thing I could not follow was the last sentence……”reload the drivers modprobe ath9k_htc, and plug in the device.” How would you do this on the command line? Many thanks.

  2. Just run “sudo modprobe ath9k_htc”

  3. I just got a TL-WN722N along with a couple of nice new antennas, and then had to figure out how to get it running. This article was a great help, thank you very much! I should note that I made a couple small deviations from this guide and it worked out fine and appears to still fully support not just basic connections to wifi networks but also other features such as packet injection.

    I decided to download “compat-wireless-2011-05-27″, which is the most reason version, rather than the one that was downloaded in this article. The only other change necessary is if anyone else is going to do that you will probably need to download the 1.3 version of the htc_9271.fw firmware. If you’ve tried installing a compat-wireless version, and the “sudo modprobe ath9k_htc” seems to work without any complaints but you’re still got any results try running “dmesg | grep ath9k”. Initially, I was wondering what was wrong, then used that command and found:
    “[ 646.165516] ath9k_htc 1-6:1.0: ath9k_htc: HTC initialized with 33 credits
    [ 646.367797] ath9k_htc 1-6:1.0: ath9k_htc: FW Version: 1.2
    [ 646.367807] ath9k_htc 1-6:1.0: ath9k_htc: Please upgrade to FW version 1.3″
    Which let me know I needed to get the different firmware version.

    Anyway, other than downloading a more reason compat-wireless build, and using firmware version 1.3, all of the steps taken were the same as the ones in the original post and everything seemed to work out OK.

  4. Thanks for the extra info Chris. I ran into the same problems many times while trying to find a solution, so I wouldn’t be surprised if a lot of people find your comment helpful.

  5. Thanks, I want to confirm instructions by Zack worked perfectly for me in 32bit Mint 10 Julia

  6. Eduardo Abraham Escárcega Pliego

    This wifi usb device needs new firware to opperate.

    You can download a mew version of the firmware in:

    http://wireless.kernel.org/download/htc_fw/

    For FW 1.3 version tou can download the firmware direct from this link:

    http://wireless.kernel.org/download/htc_fw/1.3/

    Download the two firmware files and put a copy of them in /lib/firmware

    Then put your usb wifi device in a unb connector of your computer and the device may work ok.

    The firmware do not depend in the kernel version and if the kernel is for 32 bit or for 64 bit.

    I have the same problem with archlinux when the testing version pass linux fron 2.6 to 3.0. My usb decice goes out with the firmware privided by arhclinux package, then I download a more recent version of the firmware in hte way i describe up and then my wifi usb device run ok.

  7. Eduardo’s instructions worked for me on Fedora 15.

  8. ya me canse de buscarlo para mi ubuntu 10.04 compren el cable muchachos dejen de renegar con esta porqueria de placa je je je

  9. [...] vez hecho esto volví a conectar el dispositivo y voila.Para más info sobre el TL-WN721N.Fuente: dwiel.net comentario de Eduardo Abraham Escárcega PliegoCompartir wpa2a.script_load(); Acerca de Ricardo [...]

  10. On Fedora 15, just download the firmware 1.3 from the ressource you mentioned and copy it to /lib/firmware. Then you’re up and running.

  11. I can confirm it works great on Fedora 15 also.

    As “7h3linguist” mentions above, download firmware version 1.3 as per the instructions here:
    http://www.kjbweb.net/2011/10/tp-link-tl-wn721n-fedora-15-update-fail/

    Cheers,
    Karl

  12. Running ubuntu 10.04. I too grabbed the latest compat-wireless and firmware. Works like a charm. Only issues I had were modprobe with correct model did not work but reboot activated my usb wireless.

    Question – this disables my built in iwlagn wireless. Is there an easy way to switch between my iwlagn and the ath9k_htc driver?

    Thanks again,
    Yak

  13. i follow all the instructions above but the adapter doesn’t seems to work.
    Although at the hardware driver’s panel, the driver is running, the problem remain .
    I am running ubuntu 10.0.4

  14. with the iwconfig command
    i get
    lo no wireless extensions.

    eth0 no wireless extensions.

    can somebody help me?

  15. when i run iwconfig i get no wireless interface
    lo no wireless extensions.

    eth0 no wireless extensions.
    Can somebody explain what is going on?

  16. I have got the same problem. Installation is fine. After executed sudo modprobe ath9k_htc and plug in the device, nothing happened. Do I need to change the name of htc9271.fw before remove it into lib/firmware?

  17. [...] tl-wn722n. I had several issues during installation. But then installed it. followed this page: http://dwiel.net/blog/tp-link-tl-wn7…-ubuntu-10-04/ I have downloaded and installed compat-wireless-2.6.38.2-2.tar.bz2 my current kernel is: [...]

  18. Hello,

    After installation my original wifi driver [B]iwl3945[/B] become disabled and I cannot modprobe it back!

    majo@laptop:~/tl-wn722n$ sudo modprobe iwl3945
    [sudo] password for majo:
    FATAL: Error inserting iwl3945 (/lib/modules/2.6.32-38-generic/kernel/drivers/net/wireless/iwlwifi/iwl3945.ko): Unknown symbol in module, or unknown parameter (see dmesg)

    I bought a new TP-link usb wifi adapter. tl-wn722n.
    I had several issues during installation. But then installed it.
    followed this page:
    http://dwiel.net/blog/tp-link-tl-wn722n-on-ubuntu-10-04/

    I have downloaded and installed
    [B]compat-wireless-2.6.38.2-2.tar.bz2
    [/B]

    my current kernel is:
    [COLOR="Sienna"]2.6.32-38-generic
    Ubuntu 10.04.4 LTS \n \l[/COLOR]

    I am attaching some show commands and DMESG file.
    Please help.

    root@laptop:/home/majo/airtest# lsusb
    Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 004 Device 002: ID 0b05:1712 ASUSTek Computer, Inc. BT-183 Bluetooth 2.0+EDR adapter
    Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 001 Device 005: ID 0cf3:9271 Atheros Communications, Inc.
    Bus 001 Device 004: ID 174f:a311 Syntek 1.3MPixel Web Cam – Asus A3A, A6J, A6K, A6M, A6R, A6T, A6V, A7T, A7sv, A7U
    Bus 001 Device 002: ID 1e3d:2092
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

    ————————————————————————-
    root@laptop:/home/majo/airtest# hwinfo –wlan
    16: PCI 300.0: 0282 WLAN controller
    [Created at pci.318]
    UDI: /org/freedesktop/Hal/devices/pci_8086_4222
    Unique ID: svHJ.voNJAxCYCzB
    Parent ID: Z7uZ.f4r+Yl3RyX5
    SysFS ID: /devices/pci0000:00/0000:00:1c.3/0000:03:00.0
    SysFS BusID: 0000:03:00.0
    Hardware Class: network
    Model: “Intel PRO/Wireless 3945ABG Network Connection”
    Vendor: pci 0×8086 “Intel Corporation”
    Device: pci 0×4222 “PRO/Wireless 3945ABG [Golan] Network Connection”
    SubVendor: pci 0×8086 “Intel Corporation”
    SubDevice: pci 0×1001 “PRO/Wireless 3945ABG Network Connection”
    Revision: 0×02
    Features: WLAN
    Memory Range: 0xfe1ff000-0xfe1fffff (rw,non-prefetchable)
    IRQ: 3 (no events)
    Module Alias: “pci:v00008086d00004222sv00008086sd00001001bc02sc80i00″
    Driver Info #0:
    Driver Status: iwl3945 is not active
    Driver Activation Cmd: “modprobe iwl3945″
    Config Status: cfg=new, avail=yes, need=no, active=unknown
    Attached to: #5 (PCI bridge)
    ———————————————————————-
    hwinfo –usb
    16: USB 00.0: 0000 Unclassified device
    [Created at usb.122]
    UDI: /org/freedesktop/Hal/devices/usb_device_cf3_9271_12345_if0
    Unique ID: Uc5H.7OI4S6n4RF2
    Parent ID: k4bc.9T1GDCLyFd9
    SysFS ID: /devices/pci0000:00/0000:00:1d.7/usb1/1-4/1-4:1.0
    SysFS BusID: 1-4:1.0
    Hardware Class: unknown
    Model: “Atheros USB2.0 WLAN”
    Hotplug: USB
    Vendor: usb 0x0cf3 “Atheros Communications, Inc.”
    Device: usb 0×9271 “USB2.0 WLAN”
    Revision: “1.08″
    Serial ID: “12345″
    Driver: “ath9k_hif_usb”
    Driver Modules: “ath9k_htc”
    Speed: 480 Mbps
    Module Alias: “usb:v0CF3p9271d0108dcFFdscFFdpFFicFFisc00ip00″
    Driver Info #0:
    Driver Status: ath9k_htc is active
    Driver Activation Cmd: “modprobe ath9k_htc”
    Config Status: cfg=new, avail=yes, need=no, active=unknown
    Attached to: #6 (Hub)
    —————————————————————————

    majo@laptop:~$ sudo modprobe iwl3945
    FATAL: Error inserting iwl3945 (/lib/modules/2.6.32-38-generic/kernel/drivers/net/wireless/iwlwifi/iwl3945.ko): Unknown symbol in module, or unknown parameter (see dmesg)

    FATAL: Error inserting iwlagn (/lib/modulroot@laptop:/home/majo/airtest# lsusb
    Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 004 Device 002: ID 0b05:1712 ASUSTek Computer, Inc. BT-183 Bluetooth 2.0+EDR adapter
    Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 001 Device 005: ID 0cf3:9271 Atheros Communications, Inc.
    Bus 001 Device 004: ID 174f:a311 Syntek 1.3MPixel Web Cam – Asus A3A, A6J, A6K, A6M, A6R, A6T, A6V, A7T, A7sv, A7U
    Bus 001 Device 002: ID 1e3d:2092
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

    ————————————————————————-
    root@laptop:/home/majo/airtest# hwinfo –wlan
    16: PCI 300.0: 0282 WLAN controller
    [Created at pci.318]
    UDI: /org/freedesktop/Hal/devices/pci_8086_4222
    Unique ID: svHJ.voNJAxCYCzB
    Parent ID: Z7uZ.f4r+Yl3RyX5
    SysFS ID: /devices/pci0000:00/0000:00:1c.3/0000:03:00.0
    SysFS BusID: 0000:03:00.0
    Hardware Class: network
    Model: “Intel PRO/Wireless 3945ABG Network Connection”
    Vendor: pci 0×8086 “Intel Corporation”
    Device: pci 0×4222 “PRO/Wireless 3945ABG [Golan] Network Connection”
    SubVendor: pci 0×8086 “Intel Corporation”
    SubDevice: pci 0×1001 “PRO/Wireless 3945ABG Network Connection”
    Revision: 0×02
    Features: WLAN
    Memory Range: 0xfe1ff000-0xfe1fffff (rw,non-prefetchable)
    IRQ: 3 (no events)
    Module Alias: “pci:v00008086d00004222sv00008086sd00001001bc02sc80i00″
    Driver Info #0:
    Driver Status: iwl3945 is not active
    Driver Activation Cmd: “modprobe iwl3945″
    Config Status: cfg=new, avail=yes, need=no, active=unknown
    Attached to: #5 (PCI bridge)
    ———————————————————————-
    hwinfo –usb
    16: USB 00.0: 0000 Unclassified device
    [Created at usb.122]
    UDI: /org/freedesktop/Hal/devices/usb_device_cf3_9271_12345_if0
    Unique ID: Uc5H.7OI4S6n4RF2
    Parent ID: k4bc.9T1GDCLyFd9
    SysFS ID: /devices/pci0000:00/0000:00:1d.7/usb1/1-4/1-4:1.0
    SysFS BusID: 1-4:1.0
    Hardware Class: unknown
    Model: “Atheros USB2.0 WLAN”
    Hotplug: USB
    Vendor: usb 0x0cf3 “Atheros Communications, Inc.”
    Device: usb 0×9271 “USB2.0 WLAN”
    Revision: “1.08″
    Serial ID: “12345″
    Driver: “ath9k_hif_usb”
    Driver Modules: “ath9k_htc”
    Speed: 480 Mbps
    Module Alias: “usb:v0CF3p9271d0108dcFFdscFFdpFFicFFisc00ip00″
    Driver Info #0:
    Driver Status: ath9k_htc is active
    Driver Activation Cmd: “modprobe ath9k_htc”
    Config Status: cfg=new, avail=yes, need=no, active=unknown
    Attached to: #6 (Hub)
    —————————————————————————

    majo@laptop:~$ sudo modprobe iwl3945
    FATAL: Error inserting iwl3945 (/lib/modules/2.6.32-38-generic/kernel/drivers/net/wireless/iwlwifi/iwl3945.ko): Unknown symbol in module, or unknown parameter (see dmesg)

    FATAL: Error inserting iwlagn (/lib/modules/2.6.32-38-generic/kernel/drivers/net/wireless/iwlwifi/iwlagn.ko): Unknown symbol in module, or unknown parameter (see dmesg)

    es/2.6.32-38-generic/kernel/drivers/net/wireless/iwlwifi/iwlagn.ko): Unknown symbol in module, or unknown parameter (see dmesg)

  19. Hello, I have installed the driver. But after that my built in WiFi driver iwl3945 has been disabled.
    So my Intel build in adapter is not working again. How to enable it back? Please help.

  20. Doesn’t work on backtrack.

  21. I had no luck with the proposed steps until I upgraded the kernel – http://ubuntuforums.org/showpost.php?p=11742672&postcount=19

  22. the solution is here:
    http://erickcion.wordpress.com/2011/09/11/instalador-antena-wifi-usb-tp-link-tl-wn722n-para-linux/

    its works for me

    Greetings

  23. Please people help me…I did to install driver very well and I see wirelles network around…but when I try to connect cannot obtained adress. I try this on 3 network and same results, Win XP connected without problem, signal is very well. When I enter command in terminal: sudo ifconfig wlan%d ; cannot show me mac adress, only says something like: cannot found device…

    Please anybody help me…

  24. [...] tetapi tidak bisa langsung jalan di lucid setelah muter2 dapat juga solusinya disini http://dwiel.net/blog/tp-link-tl-wn722n-on-ubuntu-10-04/ [...]

  25. hi I have try to instal it on backtrack 5 but it d doesn’t work when I do : ./scripts/driver-select ath9k_h it show me this message unsuported driver whil u help plz :)

  26. Thanks, I can confirm it works great on openSUSE 12.2.

  27. What is this?
    I do not know what to do.

    root@bt:~/Desktop/compat-drivers-3.9-rc2-2# sudo make install
    Warning:
    You may or may not need to update your initramfs, you should if
    any of the modules installed are part of your initramfs. To add
    support for your distribution to do this automatically send a
    patch against ./scripts/update-initramfs. If your distribution does not require this
    send a patch against the ‘/usr/bin/lsb_release -i -s’:
    tag for your distribution to avoid this warning.

    make -C /lib/modules/3.2.6/build M=/root/Desktop/compat-drivers-3.9-rc2-2 modules
    make[1]: Entering directory `/usr/src/linux-source-3.2.6′

    WARNING: Symbol version dump /usr/src/linux-source-3.2.6/Module.symvers
    is missing; modules will have no dependencies and modversions.

    Building modules, stage 2.
    MODPOST 129 modules
    make[1]: Leaving directory /usr/src/linux-source-3.2.6'
    make -C /lib/modules/3.2.6/build M=/root/Desktop/compat-drivers-3.9-rc2-2 "INSTALL_MOD_DIR=updates" \
    modules_install
    make[1]: Entering directory
    /usr/src/linux-source-3.2.6′
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/compat/compat.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/compat/sch_codel.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/compat/sch_fq_codel.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/bcma/bcma.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/bluetooth/ath3k.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/bluetooth/bcm203x.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/bluetooth/bfusb.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/bluetooth/bluecard_cs.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/bluetooth/bpa10x.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/bluetooth/bt3c_cs.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/bluetooth/btmrvl.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/bluetooth/btmrvl_sdio.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/bluetooth/btsdio.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/bluetooth/btuart_cs.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/bluetooth/btusb.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/bluetooth/btwilink.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/bluetooth/dtl1_cs.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/bluetooth/hci_uart.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/bluetooth/hci_vhci.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/gpu/drm/drm.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/gpu/drm/drm_kms_helper.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/gpu/drm/i915/i915.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/gpu/drm/radeon/radeon.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/gpu/drm/ttm/ttm.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/misc/eeprom/eeprom_93cx6.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/net/ethernet/atheros/atl1c/atl1c.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/net/ethernet/atheros/atl1e/atl1e.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/net/ethernet/atheros/atlx/atl1.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/net/ethernet/atheros/atlx/atl2.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/net/ethernet/broadcom/b44.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/net/usb/cdc_ether.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/net/usb/rndis_host.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/net/usb/usbnet.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/net/wireless/adm8211.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/net/wireless/at76c50x-usb.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/net/wireless/ath/ar5523/ar5523.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/net/wireless/ath/ath.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/net/wireless/ath/ath5k/ath5k.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/net/wireless/ath/ath6kl/ath6kl_core.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/net/wireless/ath/ath6kl/ath6kl_sdio.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/net/wireless/ath/ath6kl/ath6kl_usb.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/net/wireless/ath/ath9k/ath9k.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/net/wireless/ath/ath9k/ath9k_common.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/net/wireless/ath/ath9k/ath9k_htc.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/net/wireless/ath/ath9k/ath9k_hw.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/net/wireless/ath/carl9170/carl9170.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/net/wireless/ath/wil6210/wil6210.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/net/wireless/b43/b43.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/net/wireless/b43legacy/b43legacy.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/net/wireless/brcm80211/brcmfmac/brcmfmac.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/net/wireless/brcm80211/brcmsmac/brcmsmac.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/net/wireless/brcm80211/brcmutil/brcmutil.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/net/wireless/ipw2x00/ipw2100.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/net/wireless/ipw2x00/ipw2200.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/net/wireless/ipw2x00/libipw.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/net/wireless/iwlegacy/iwl3945.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/net/wireless/iwlegacy/iwl4965.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/net/wireless/iwlegacy/iwlegacy.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/net/wireless/iwlwifi/dvm/iwldvm.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/net/wireless/iwlwifi/iwlwifi.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/net/wireless/iwlwifi/mvm/iwlmvm.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/net/wireless/libertas/libertas.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/net/wireless/libertas/libertas_cs.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/net/wireless/libertas/libertas_sdio.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/net/wireless/libertas/libertas_spi.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/net/wireless/libertas/usb8xxx.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/net/wireless/libertas_tf/libertas_tf.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/net/wireless/libertas_tf/libertas_tf_usb.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/net/wireless/mac80211_hwsim.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/net/wireless/mwifiex/mwifiex.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/net/wireless/mwifiex/mwifiex_pcie.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/net/wireless/mwifiex/mwifiex_sdio.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/net/wireless/mwifiex/mwifiex_usb.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/net/wireless/mwl8k.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/net/wireless/orinoco/orinoco.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/net/wireless/orinoco/orinoco_cs.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/net/wireless/orinoco/orinoco_nortel.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/net/wireless/orinoco/orinoco_pci.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/net/wireless/orinoco/orinoco_plx.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/net/wireless/orinoco/orinoco_tmd.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/net/wireless/orinoco/orinoco_usb.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/net/wireless/orinoco/spectrum_cs.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/net/wireless/p54/p54common.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/net/wireless/p54/p54pci.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/net/wireless/p54/p54spi.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/net/wireless/p54/p54usb.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/net/wireless/rndis_wlan.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/net/wireless/rt2x00/rt2400pci.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/net/wireless/rt2x00/rt2500pci.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/net/wireless/rt2x00/rt2500usb.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/net/wireless/rt2x00/rt2800lib.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/net/wireless/rt2x00/rt2800pci.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/net/wireless/rt2x00/rt2800usb.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/net/wireless/rt2x00/rt2x00lib.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/net/wireless/rt2x00/rt2x00pci.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/net/wireless/rt2x00/rt2x00usb.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/net/wireless/rt2x00/rt61pci.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/net/wireless/rt2x00/rt73usb.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/net/wireless/rtl818x/rtl8180/rtl8180.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/net/wireless/rtl818x/rtl8187/rtl8187.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/net/wireless/rtlwifi/rtl8192ce/rtl8192ce.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/net/wireless/rtlwifi/rtl8192cu/rtl8192cu.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/net/wireless/rtlwifi/rtl8192de/rtl8192de.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/net/wireless/rtlwifi/rtl8192se/rtl8192se.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/net/wireless/rtlwifi/rtl8723ae/rtl8723ae.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/net/wireless/rtlwifi/rtlwifi.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/net/wireless/ti/wl1251/wl1251.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/net/wireless/ti/wl1251/wl1251_sdio.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/net/wireless/ti/wl1251/wl1251_spi.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/net/wireless/ti/wl12xx/wl12xx.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/net/wireless/ti/wl18xx/wl18xx.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/net/wireless/ti/wlcore/wlcore.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/net/wireless/ti/wlcore/wlcore_sdio.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/net/wireless/ti/wlcore/wlcore_spi.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/net/wireless/zd1211rw/zd1211rw.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/ssb/ssb.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/drivers/video/hdmi.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/net/bluetooth/bluetooth.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/net/bluetooth/bnep/bnep.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/net/bluetooth/hidp/hidp.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/net/bluetooth/rfcomm/rfcomm.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/net/mac80211/mac80211.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/net/rfkill/rfkill-regulator.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/net/wireless/cfg80211.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/net/wireless/lib80211.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/net/wireless/lib80211_crypt_ccmp.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/net/wireless/lib80211_crypt_tkip.ko
    INSTALL /root/Desktop/compat-drivers-3.9-rc2-2/net/wireless/lib80211_crypt_wep.ko
    DEPMOD 3.2.6
    make[1]: Leaving directory `/usr/src/linux-source-3.2.6′
    Warning:
    You may or may not need to update your initramfs, you should if
    any of the modules installed are part of your initramfs. To add
    support for your distribution to do this automatically send a
    patch against ./scripts/update-initramfs. If your distribution does not require this
    send a patch against the ‘/usr/bin/lsb_release -i -s’:
    tag for your distribution to avoid this warning.
    depmod will prefer updates/ over kernel/ — OK!

    Now run:

    sudo make unload to unload all: wireless, bluetooth and ethernet modules
    sudo make wlunload to unload wireless modules
    sudo make btunload to unload bluetooth modules

    Run sudo modprobe driver-name to load your desired driver.
    If unsure reboot.

    root@bt:~/Desktop/compat-drivers-3.9-rc2-2#

Leave a Reply