Skip to content

Eijk/tlwn722n-linux-install

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tlwn722n-linux-install

An automatic installer for Wireless USB device "TP-LINK TL-WN722N" or any other that uses the Atheros "htc_9271" firmware.

Copyright (C) 2011 Erick Birbe erickcion@gmail.com

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

Requirements:

The following applications are required before run the install script:

  • linux-headers-[version] (Where [version] is your specific kernel version and architecture, example: linux-headers-2.6.32-5-amd64)
  • make
  • tar
  • wget

You can install the required applications with the next command as root (only in debian based systems):

apt-get install make tar wget linux-header-$(uname -r)

If you have a debian based system and other active internet connection, the linux-headers-[version] will automatically be installed by the install script via apt-get.

About

An automatic installer for Wireless USB device "TP-LINK TL-WN722N" or any other that uses the Atheros "htc_9271" firmware.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 98.1%
  • C++ 1.4%
  • Shell 0.3%
  • Makefile 0.2%
  • Objective-C 0.0%
  • Python 0.0%