Comment 5 for bug 578267

Revision history for this message
vagrale (vagrale) wrote : Re: TP-LINK TL-WN322G usb wireless device not work, Ubuntu 10.04

I found a solution and it works fine!
I run these commands

cd /tmp
wget http://wireless.kernel.org/download/compat-wireless-2.6/compat-wireless-2.6.tar.bz2
tar xjvf compat-wireless-2.6.tar.bz2
sudo apt-get install build-essential checkinstall
cd compat-wireless-*
./scripts/driver-select ath9k_htc
make
sudo checkinstall

In the question that it will do, press y and Enter - after we write ath9k_htc and press 2 times Enter -
and for the last question that it will do just press Enter

all these commands we can replace with the .deb archive where i upload.
- The .deb archive works only in kernel 2.6.32-22-generic and Ubuntu 32bit -

Then reboot our system, and after reboot we must download the firmware ar9271.fw from here http://git.kernel.org/?p=linux/kernel/git/dwmw2/linux-firmware.git;a=blob_plain;f=ar9271.fw;hb=HEAD
and put it on folder firmware
/lib/firmware/

Then works fine!

Thanks to logari81 where made the .deb archive!