Install Wireless USB Adapter TL-WN721N driver on Ubuntu 10.4
Hello Folks,
This last weekend and I have to play a little bit with Ubuntu 10.4 and my new wireless USB adapter TP-LINK model TL-WN721N. The Ubuntu 10.4 has not recognized the adapter, so I had to ask Google how to make that works. I’ve tried many things, one was using diswrapper with Windows Driver, but did not work. After another attempts I found a solution, and I decide to write here.
The first step is to get the firmware, you can download it from the following link:
http://git.kernel.org/?p=linux/kernel/git/dwmw2/linux-firmware.git;a=blob_plain;f=ar9271.fw;hb=35b308409dc18991ec833c24972fd631c9f479a1
After the download you need to copy it to /dev/firmware directory:
sudo cp -r ~/Downloads/ar9271.fw /lib/firmware
Now we need to get the latest version of compact wireless, you can get it from the link below:
http://wireless.kernel.org/download/compat-wireless-2.6/
I got the file compat-wireless-2.6.tar.bz2
After the download you will need to uncompress the file:
tar -xjvf compat-wireless-2.6.tar.bz2
Now, it’s time to compile the driver. Enter in directory:
cd compat-wireless-2010-05-23/
and type the command:
sudo make
After the compilation, you can install the driver using the command:
sudo make install
Now, you need to unload the old driver and load the new one:
sudo make unload sudo make load ath9k_htc
After loading the new driver you must reboot you system and once the system rebooted you will be able to use your wireless connection.
I hope this tip will be useful for you.
See you!!
Leo
Reference: http://www.theinquirer.net/inquirer/news/1603562/canonical-releases-ubuntu-linux-04-lts
[…] procedimento che ho appena descritto e’ stato preso da un post su Inside Bytes and Code, Nel qual caso non abbiate mai fatto la procedura make, avete bisogno di installare 2 pacchetti, […]
I m stuck at “sudo make” when i type the command “sudo make” and then enter it say
/root/Desktop/compat-wireless-2010-07-20/config.mk:29 *** “ERROR: compat-wireless by default support kernels >= 2.6.25, try enabling only one driver though”.
Stop.
how im gonna do?? please help 🙂
thankz
Looks the problem is the version of your kernel. This need kernel >= 2.6.25. What version are your kernel?
I’ll will try,
and will inform u 🙂
ok dude..
im done, but my linux only detect my internal wireless adapter, still cant detect my tp-link adapter,
btw im using backtrack 4 pre-final 🙂
Thanks Leo,
Wouldn’t be on the Ubuntu net without you.
Hi Leo,
I got a problem here.
irwan@qimo-nia:~/Downloads/compat-wireless-2010-08-29$ make
make -C /lib/modules/2.6.32-21-generic/build M=/home/irwan/Downloads/compat-wireless-2010-08-29 modules
make: *** /lib/modules/2.6.32-21-generic/build: No such file or directory. Stop.
make: *** [modules] Error 2
irwan@qimo-nia:~/Downloads/compat-wireless-2010-08-29$
what can i do? i’m a noob and still learning..
Hi, make sure you have build-essential installed on your Ubuntu. Also try to install linux-source.
hmm…leo..still no go..i’m still having the same error..
installed “linux-backports-modules-wireless-generic” but stll no go.
I’m using distro Qimo2.0
thanks a lot. i’m a totally linux newbie (a few hours) but did it following your orders. you rock
Where do I find /dev/firmware directory?
I am novice on Linux works, and I don’t know very much about it.
Hi, on Ubuntu it’s inside /dev directory as described. If you are using another Linux distribution, please try to look up in the web. If you are using Ubuntu, maybe you can try to create that directory using the command: sudo mkdir /dev/firmware
Yes, now I have a new directory /dev/firmware. But now, how can I copy that file to there? When I copied that “sudo cp -r ~/Downloads/ar9271.fw /lib/firmware” to terminal, it says something about this: Can’t read this location.
I have the finnish version of Ubuntu 10.04, so it’s hard to understand everything.
Hey, see the message: “Can’t read this location”. Maybe you are trying to copy the file from a wrong source. Be sure where you have downloaded firmware file. In the tutorial, I’ve suggested to save on you home directory (~). I think you have downloaded the file to a different directory. Check that
Yes, you were right. I pressed that link and that file wasn’t ar9271.fw. It was “PhQCECQO.bin.part”,or is it that one? What can I do now?
I really am a novice with Linux. I usually use Windows, but I want Ubuntu to secondary OS.
I have the same problem. Have you solved it?? How??
Hi, do you know whether this driver allows to use software ap mode with this card?
I have downloaded now “ar9271.fw” and I copied it to /lib/firmware/. I have downloaded “compat-wireless-2010-09-30”. When I write “sudo make”, terminal says:
make[1]: Siirrytään hakemistoon “/usr/src/linux-headers-2.6.32-25-generic”
CC [M] /home/juuso/compat-wireless-2010-09-30/drivers/staging/ath6kl/hif/sdio/linux_sdio/src/hif_scatter.o
/home/juuso/compat-wireless-2010-09-30/drivers/staging/ath6kl/hif/sdio/linux_sdio/src/hif_scatter.c: In function ‘SetupHIFScatterSupport’:
/home/juuso/compat-wireless-2010-09-30/drivers/staging/ath6kl/hif/sdio/linux_sdio/src/hif_scatter.c:288: error: ‘struct mmc_host’ has no member named ‘max_segs’
/home/juuso/compat-wireless-2010-09-30/drivers/staging/ath6kl/hif/sdio/linux_sdio/src/hif_scatter.c:289: error: ‘struct mmc_host’ has no member named ‘max_segs’
make[3]: *** [/home/juuso/compat-wireless-2010-09-30/drivers/staging/ath6kl/hif/sdio/linux_sdio/src/hif_scatter.o] Virhe 1
make[2]: *** [/home/juuso/compat-wireless-2010-09-30/drivers/staging/ath6kl] Virhe 2
make[1]: *** [_module_/home/juuso/compat-wireless-2010-09-30] Virhe 2
make[1]: Poistutaan hakemistosta “/usr/src/linux-headers-2.6.32-25-generic”
make: *** [modules] Virhe 2
Virhe = Error
Why is this so hard?
@Jormapaappa
I had the same error. Try the version from 2010-09-29 – it’s compiled ok for me. Nevertheless after reboot ubuntu hasn’t assigned any network interface to this card, so I’m still without success.
I have no problem any more. I chanced my TP-link to Buffalo.
Thanks Leo for your help.
[…] процесс подробно описан на странице Linux Wireless. По наводке Леонардо Марселино (Leonardo Marcelino), за что ему спасибо. […]
“Im getting “no rule to make target ‘load'” while i run the sudo make load. What does it mean?
@Marek
I use:
sudo modprobe ath9k_htc
instead of:
sudo make load ath9k_htc
and it works ok.
I have the same problem, but
sudo modprobe ath9k_htc
doesn’t work either.
Btw, when I do “sudo make unload” I get “Stoping bluetooth serivce…
*bluetooth in not running”
Then I’ve tried both “sudo modprobe ath9k_htc” and “sudo make load ath9k_htc” I get “FATAL: Module ath9k_htc not found.”
I’ve been using linux for some time, and I feel really dumb for not being able to make this work…
Any help would be great!
Assalamuallailkum!!!
I followed all above steps but in last when i write a command
“sudo make load ath9k_htc” it gives “no rule to make target ‘load’”.I also use the command “sudo modprobe ath9k_htc”.Result is sucess but TL-WN721N not install.
Is any sollution for ths?????????????????????????
I have solved the same question.
I use:
dmesg | grep -e ath -e wlan
It will show the “cant’t find the htc_9271.fw” so,I down the file from:
http://wireless.kernel.org/download/htc_fw/1.3/
then copy it into the /lib/firmware
reboot
That’s ok
Hi,
When I run
sudo modprobe ath9k_htc it gives me this error:
WARNING: Error inserting ath9k_hw (/lib/modules/3.0.0-12-generic/kernel/drivers/net/wireless/ath/ath9k/ath9k_hw.ko): Invalid argument
WARNING: Error inserting ath9k_common (/lib/modules/3.0.0-12-generic/kernel/drivers/net/wireless/ath/ath9k/ath9k_common.ko): Invalid argument
WARNING: Error inserting mac80211 (/lib/modules/3.0.0-12-generic/updates/net/mac80211/mac80211.ko): Invalid argument
FATAL: Error inserting ath9k_htc (/lib/modules/3.0.0-12-generic/kernel/drivers/net/wireless/ath/ath9k/ath9k_htc.ko): Invalid argument
I would greatly appreciate it if you can help me.
Thanks a lot
Worked like a charm for me.
Many thanks for taking the time to post this solution.
It works! Under Ubuntu 9.10 too. Very special thanks for your help! I have searched this for months. Thank you!
FYI, the firmware has been updated to htc_9271.fw for AR9271 chipset, which can be found here: http://wireless.kernel.org/en/users/Drivers/ath9k_htc
This will work with latest compat_wireless_XXX
Problem
#make
………………….
/tmp/compat-wireless-2011-04-29/drivers/staging/brcm80211/brcmfmac/dhd_sdio.c: In function ‘dhdsdio_sdiod_drive_strength_init’:
/tmp/compat-wireless-2011-04-29/drivers/staging/brcm80211/brcmfmac/dhd_sdio.c:6366: error: ‘chn’ undeclared (first use in this function)
/tmp/compat-wireless-2011-04-29/drivers/staging/brcm80211/brcmfmac/dhd_sdio.c:6366: error: (Each undeclared identifier is reported only once
/tmp/compat-wireless-2011-04-29/drivers/staging/brcm80211/brcmfmac/dhd_sdio.c:6366: error: for each function it appears in.)
make[4]: *** [/tmp/compat-wireless-2011-04-29/drivers/staging/brcm80211/brcmfmac/dhd_sdio.o] Error 1
make[3]: *** [/tmp/compat-wireless-2011-04-29/drivers/staging/brcm80211/brcmfmac] Error 2
make[2]: *** [/tmp/compat-wireless-2011-04-29/drivers/staging/brcm80211] Error 2
make[1]: *** [_module_/tmp/compat-wireless-2011-04-29] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.35-28-generic’
make: *** [modules] Error 2
#
What does it mean?
i have the same problem 😦 after it is the same problem in “make install” and than the “make load ath9k_htc” give
make: *** No rule to make target `load’. Stop.
i have Linux Mint 12…
hi,
i am use backtrack R2 Linux so which Kernel version is suitable for me please give me the link of this kernel version?
thank you
hi is it on ubuntu 9.04 ?
No, it was on ubuntu 10.04
what is the next step when the restart is done?
Cheers.
The next step is trying to use your adapter connecting to some wireless networkd.
Like Thang said, this won’t work unless you have the latest versions.
The latest version of the .fw-file can be found at http://wireless.kernel.org/en/users/Drivers/ath9k_htc
as of August 2011, the file is
http://wireless.kernel.org/download/htc_fw/1.3/htc_9271.fw
NOTE that the file name is different.
Using this file name and the method described above I am now successfully using the TL-WN721N in Ubuntu 10.04.
Thanks!
Thank you very much! U are the best!
Hi, (French)
There is a small error on the 2nd command line:
It’s not “tar -xjvf compact-wireless-2.6.tar.bz2”
But: “tar -xjvf compat-wireless-2.6.tar.bz2”
The problem is it’s compat and no compact.
Bye and good job 😉
That’s correct now! Thanks
[…] https://leonardom.wordpress.com/2010/05/24/install-wireless-usb-adapter-tl-wn721n-driver-on-ubuntu-10… […]
When I try to compile the driver I get error: implicit declaration of function `skb_frag_size`
Hi Leo, get this error at the end…
ian@ian-desktop:~/compat-wireless-2011-12-02$ sudo make load ath9k_htc
make: *** No rule to make target `load’. Stop.
ian@ian-desktop:~/compat-wireless-2011-12-02$
Any ideas? Thanks Ian
Does this work on 64-bit Ubuntu 10.04?
Thanks.
Hi Carlos,
I have not tested on 64-bit Ubuntu 10.04. But give a try.
Thanks,
Leo
[root@localhost compat-wireless-2011-12-24]# sudo make
/root/Downloads/compat-wireless-2011-12-24/config.mk:254: “WARNING: CONFIG_CFG80211_WEXT will be deactivated or not working because kernel was compiled with CONFIG_WIRELESS_EXT=n. Tools using wext interface like iwconfig will not work. To activate it build your kernel e.g. with CONFIG_LIBIPW=m.”
make -C /lib/modules/2.6.32-220.el6.i686/build M=/root/Downloads/compat-wireless-2011-12-24 modules
make: *** /lib/modules/2.6.32-220.el6.i686/build: No such file or directory. Stop.
make: *** [modules] Error 2
Centos 6.2 using atm
In file included from include/linux/skbuff.h:17,
from include/linux/if_ether.h:125,
from include/linux/netdevice.h:29,
from /root/Downloads/compat-wireless-2011-12-24/include/linux/compat-2.6.29.h:5,
from /root/Downloads/compat-wireless-2011-12-24/include/linux/compat-2.6.h:24,
from :0:
include/linux/kernel.h:442:1: warning: this is the location of the previous definition
/root/Downloads/compat-wireless-2011-12-24/drivers/net/wireless/libertas/if_usb.c: In function ‘if_usb_suspend’:
/root/Downloads/compat-wireless-2011-12-24/drivers/net/wireless/libertas/if_usb.c:1139: error: implicit declaration of function ‘olpc_ec_wakeup_clear’
/root/Downloads/compat-wireless-2011-12-24/drivers/net/wireless/libertas/if_usb.c:1141: error: implicit declaration of function ‘olpc_ec_wakeup_set’
make[4]: *** [/root/Downloads/compat-wireless-2011-12-24/drivers/net/wireless/libertas/if_usb.o] Error 1
make[3]: *** [/root/Downloads/compat-wireless-2011-12-24/drivers/net/wireless/libertas] Error 2
make[2]: *** [/root/Downloads/compat-wireless-2011-12-24/drivers/net/wireless] Error 2
make[1]: *** [_module_/root/Downloads/compat-wireless-2011-12-24] Error 2
make[1]: Leaving directory `/usr/src/kernels/2.6.32-220.2.1.el6.i686′
make: *** [modules] Error 2
just dual loaded Ubuntu 10 on XP… never used Linux before… and at 64, never thought I would… hahahahaha … but never to old to learn a new trick LOL… thank you in advance ‘L’… I love this community support and will follow your directions with the latest drivers for my TPL 721N… anything to get of this MS world – kudos my new friends… 🙂 Domer49 in Ontario, Canada
Классный материал и очень нужный.. Конечно им воспользуюсь. Благодарю.
Возможно Вас заинтересует возможность создания пассивного дохода.
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#
Hi! I’ve been following your web site for a long time now and finally got the bravery to go ahead and give you a shout out from Porter Texas! Just wanted to mention keep up the fantastic job!
[…] adapter. It is working well on my windows 7 but on Ubuntu it is not detecting at all. I have seen a link on google but the mentioned kernal is not available on the given link. is there any other way to do […]
[…] adapter. It is working well on my windows 7 but on Ubuntu it is not detecting at all. I have seen a link on google but the mentioned kernal is not available on the given link. is there any other way to do […]
[…] adapter. It is working well on my windows 7 but on Ubuntu it is not detecting at all. I have seen a link on google but the mentioned kernal is not available on the given link. is there any other way to do […]