Ubuntu9.04 download TP-link wn322g + 2.0 (ar9271 chip) unlimited NIC Driver
Software required:
Htc_9271.fw (previously, ar9271.fw, and now the new version is htc_9271.fw)
Compat-wireless-2.6.tar.bz2
Reference Document (Official Website ):
Http://linuxwireless.org/en/users/Drivers/ath9k_htc
Http://linuxwireless.org/en/users/Download
Http://linuxwireless.org/en/users/Drivers/ath9k_htc/devices
1. Copy the htc_9271.fw file to the LIB/firmware directory of the system (see the official documentation). Pay attention to the permission issue when storing the file. If the root account is not used, it is estimated that the file will not work.
The command line uses the root account method:
Sudo-s, and then enter the password
Then run the Copy command:
CP [original file directory] lib/firmware
Check whether the file exists in the directory by yourself. If yes, proceed to the next step.
2. download the latest compat-Wireless: http://linuxwireless.org/en/users/Download/stable/
3. Download htc_9271.fw: http://wireless.kernel.org/download/htc_fw/
4. Start linux, create a new folder, and copy the downloaded .tar.bz2 file to the folder. Enter the tar jxvf compat-wireless-2.6.tar.bz2 at this terminal
5. Enter the decompressed folder. You can run./scripts/driver-select to select the appropriate driver. Run ar9271.
./Scripts/driver-select ath9k_htc
6. Compile the driver and execute make.
7. Install: make install
8. modprobe-l ath9k_htc and restart.
So far, the ar9271 driver is installed.
Note: Some may fail to be installed based on hardware. (For example, if Lenovo's machine was used before, it was not successfully installed. Two new Dell hosts were successfully installed, and then another Lenovo host was installed)