Hola, hace solo 1 dia que uso linux, estoy algo perdido con el tema del driver de mi antena WiFi,
Link del driver:
http://es.airlive.com/support/support_firmware.php?pd_id=PD1254346318078de ahi baje la version para linux.
El tema es que no he podido instalardo, dentro del driver trae las siguientes indicaciones:Release Date: 2008-12-05, ver 1037
RTL8187L Linux driver version 1037
--This driver supports RealTek RTL8187L Wireless LAN NIC for
2.6 kernel:
Fedora Core 2/3/4/5/6/7, Debian 3.1, Mandrake 10.2/Mandriva 2006,
SUSE 9.3/10.1/10.2, Gentoo 3.1, etc, Ubuntu8.04/8.10.
2.4 kernel:
Redhat 9.2, etc
- Support Client mode for either infrastructure or adhoc mode
- Support WEP, WPAPSK and WPA2PSK connection
======================================================================================
Component
======================================================================================
The driver is composed of several parts:
1. Module source code
ieee80211
rtl8187
2. Script ot build the modules
Makefile
3. Script to load/unload modules
wlan0up
wlan0down
4. Script and configuration for DHCP
wlan0dhcp
ifcfg-wlan0
5. Supplicant source code:
wpa_supplicant-0.5.5.tar.gz
6. Example of supplicant configuration file:
wpa1.conf
======================================================================================
Installation
======================================================================================
<<Method 1>>
Runing the scripts can finish all operations of building up modules
from the source code, installing driver to the kernel and starting up the nic.
1. Build up the drivers from the source code
make
2. Install the driver to the kernel
make install
reboot
3. bring up wlan if nic is not brought up by GUI, such as NetworkManager
ifconfig wlan0 up
Note: use ifconfig to check whether wlan0 is brought up and use iwconfig to
check your wlan interface name,since it may change wlan0 to wlan1,etc.
<<Method 2>>
Or only load the driver module to kernel and start up nic.
1. Build up the drivers from the source code
make
2. Load driver module to kernel and start up nic.
./wlan0up
Note: when "insmod: error inserting 'xxxx.ko': -1 File exists" comes out
after run ./wlan0up, please run ./wlan0down first, then it should
be ok..
Note: If you see the message of "unkown symbol" during ./wlan0up, it
is suggested to build driver by <<Method 1>>.
Yo lo que hice fue:
dentro de la carpeta descomprimida que contiene los archivos del driver, Boton derecho, Abrir terminal, y en la terminal escribi:
Make (luego le di enter)
Sumo make install (le di enter)
pero no paso nada, a continuacion les dejo lo que decia la terminal:
pablo@pablo-MS-7623 ~/Escritorio/Driver 1700 $ make
make[1]: Entering directory `/usr/src/linux-headers-3.0.0-12-generic'
make[1]: *** No rule to make target `1700/ieee80211'. Stop.
make[1]: Leaving directory `/usr/src/linux-headers-3.0.0-12-generic'
make: *** Error 2
pablo@pablo-MS-7623 ~/Escritorio/Driver 1700 $ sudo make install
password for pablo:
kernel/drivers/net/wireless/rtl818x/rtl8187/rtl8187.ko: kernel/net/mac80211/mac80211.ko kernel/net/wireless/cfg80211.ko kernel/drivers/misc/eeprom/eeprom_93cx6.ko
cp: cannot stat `/home/pablo/Escritorio/Driver': No such file or directory
cp: cannot stat `1700/RadioPower.sh': No such file or directory
make: *** Error 1
pablo@pablo-MS-7623 ~/Escritorio/Driver 1700 $ Tambien probe abrir la carpeta como administrador,
en fin nose que hacer, nececito el driver instalado para aumentar la potencia de la antena o queda en el 1% y la verdad es terriblemente lenta la internet.
Gracias y Saludos