Identificarte

Versión Completa : Ayuda install drivers y archivo makefile


.



Jarmz
octubre 5, 2010, 11:52 PM
Alguien me puede ayudar a instalar estos drivers ? ? ? no eh podido con el archivo makefile y no se como configurar nada de esto :S ando embalado sin mi tarjeta wifi :S por favor ayudaaaaa urgenteeeeee

http://www.ralinktech.com/support.php?s=2

- RT3062PCI/mPCI/CB/PCIe(RT3060/RT3062/RT3562/RT3592 (http://www.ralinktech.com/license_us.php?n=2&p=0&t=U0wyRnpjMlYwY3k4eU1ERXdMekEzTHpFMkwyUnZkMjVzYjJG a05qZ3lOVE14TnpnMU1DNWllakk5UFQweU1ERXdYekEzWHpFMl gxSlVNekEyTWw5TWFXNTFlRjlUVkVGZmRqSXVOQzR3TGpBdWRH RnlD)

- Firmware RT28XX/RT30XX PCI/mPCI/PCIe/CardBus series (RT2760/RT2790/RT2860/RT2890/RT3060/RT3062/RT3562/RT2860/RT2760/RT2890/RT2790/RT3090) (http://www.ralinktech.com/license_us.php?n=2&p=1&t=U0wyRnpjMlYwY3k4eU1ERXdMekF6THpNeEwyUnZkMjVzYjJG a01UWTBNamsyTVRBNE1pNTZhWEE5UFQxU1ZESTROakJmUm1seW JYZGhjbVZmVmpJMkM%3D)

No se q hacer con ninguno de esos dos archivos, descarguenlos con cualuqier nombre cualquier email, gracias.

AYYYUUUDDDDAAAAAA

----------------------------------------------------------
* README
*
* Ralink Tech Inc.
*
* http://www.ralinktech.com
*

================================================== =====================
ModelName:
===========
RT2860 Wireless Lan Linux Driver


================================================== =====================
Driver lName:
=============
rt3562sta.o/rt3562sta.ko


================================================== =====================
Supporting Kernel:
===================
linux kernel 2.4 and 2.6 series.
Tested in Redhat 7.3 or later.


================================================== =====================
Ralink Hardware:
===================
Ralink 802.11n Wireless LAN Card.


================================================== =====================
Description:
=============
This is a linux device driver for Ralink RT3562/RT3062/RT2860 PCI ABGN WLAN Card.


================================================== =====================
Contents:
=============
Makefile : Makefile
*.c : c files
*.h : header files


================================================== =====================
Features:
==========
This driver implements basic IEEE802.11. Infrastructure and adhoc mode with
open or shared or WPA-PSK or WPA2-PSK authentication method.
NONE, WEP, TKIP and AES encryption.


================================================== =====================
Build Instructions:
====================

1> $tar -xvzf RT3562_Linux_STA_x.x.x.x.tgz
go to "./RT3562_Linux_STA_x.x.x.x" directory.

2> In Makefile
set the "MODE = STA" in Makefile and chose the TARGET to Linux by set "TARGET = LINUX"
define the linux kernel source include file path LINUX_SRC
modify to meet your need.

3> In os/linux/config.mk
define the GCC and LD of the target machine
define the compiler flags CFLAGS
modify to meet your need.
** Build for being controlled by NetworkManager or wpa_supplicant wext functions
Please set 'HAS_WPA_SUPPLICANT=y' and 'HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=y'.
=> #>cd wpa_supplicant-x.x
=> #>./wpa_supplicant -Dwext -ira0 -c wpa_supplicant.conf -d
** Build for being controlled by WpaSupplicant with Ralink Driver
Please set 'HAS_WPA_SUPPLICANT=y' and 'HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=n'.
=> #>cd wpa_supplicant-0.5.7
=> #>./wpa_supplicant -Dralink -ira0 -c wpa_supplicant.conf -d

4> $make
# compile driver source code
# To fix "error: too few arguments to function ”„iwe_stream_add_event"
=> $patch -i os/linux/sta_ioctl.c.patch os/linux/sta_ioctl.c

5> $cp RT2860STA.dat /etc/Wireless/RT2860STA/RT2860STA.dat

6> load driver, go to "os/linux/" directory.
#[kernel 2.4]
# $/sbin/insmod rt3562sta.o
# $/sbin/ifconfig ra0 inet YOUR_IP up

#[kernel 2.6]
# $/sbin/insmod rt3562sta.ko
# $/sbin/ifconfig ra0 inet YOUR_IP up

7> unload driver
$/sbin/ifconfig ra0 down
$/sbin/rmmod rt3562sta

================================================== ===================== -----------------------------------------------------------