An automatic installer for Wireless PCI device "Realtek RTL819x Wireless LAN Controller" or any other that uses the Realtek "r8192se" module for the 2.6 Linux Kernel.
The firmware and modules provided by Realtek have the license in their respective source folders.
Copyright (C) 2012 Erick Birbe [email protected]
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.
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)
- gcc
- make
- quilt
You can install the required applications with the next command as root (only in debian based systems):
apt-get install gcc make linux-headers-$(uname -r) quilt
if you have a Debian based operative system, the script will try to automatically install the dependencies via 'apt-get' command.