Placa de Wirelles no Linux

1. Placa de Wirelles no Linux

Roberto Costa
asparion

(usa Ubuntu)

Enviado em 14/09/2013 - 18:47h

Boa noite...

Estou com uma placa wirelles Airlive WT-2000PCI, quero configurar meu firewall da seguinte forma:

eth0= rede 1 vinda do moden conectado via wirelles
eth1 = seria a rede dois mandando dchp para os clientes no cabo

ai vem a pergunta

COMO QUE INSTALA ESSA PLACA. nunca instalei, alguem sabe como instalar e configura..



  


2. Re: Placa de Wirelles no Linux

Josue de Jesus Santos
JJSantos

(usa Gentoo)

Enviado em 15/09/2013 - 00:02h

asparion escreveu:

Boa noite...

Estou com uma placa wirelles Airlive WT-2000PCI, quero configurar meu firewall da seguinte forma:

eth0= rede 1 vinda do moden conectado via wirelles
eth1 = seria a rede dois mandando dchp para os clientes no cabo

ai vem a pergunta

COMO QUE INSTALA ESSA PLACA. nunca instalei, alguem sabe como instalar e configura..


http://fs.airlive.com/airlive_fileserver/uploads/English/support/AirLive_WT2000PCI_RT61_Linux_STA_Dr...


3. Re: Placa de Wirelles no Linux

Roberto Costa
asparion

(usa Ubuntu)

Enviado em 15/09/2013 - 09:24h

Bom dia.
o driver eu ja baixei, so nao sei configurar e conectar na rede sem fio....


4. Re: Placa de Wirelles no Linux

Josue de Jesus Santos
JJSantos

(usa Gentoo)

Enviado em 15/09/2013 - 12:11h

asparion escreveu:

Bom dia.
o driver eu ja baixei, so nao sei configurar e conectar na rede sem fio....


*****************************************************************
RT73 a/b/g STA driver interface with WPA Supplicant
Ralink Tech Corp.
*****************************************************************

Q0. Contents:
-----------------------
defconfig
driver_ralink.c
driver_ralink.h
drivers.c
Makefile
README
wpa_supplicant_example.conf


Q1. How to compile
-----------------------
The driver interface was developed on wpa_supplicant v.0.4.7.
You can install the WPA Supplicant Free Edition development from website.

http://hostap.epitest.fi/wpa_supplicant/

After download the package then go to wpa_supplicant directory
Follow the steps..

1.) Copy file "driver_ralink.c" and "driver_ralink.h" we provide to wpa_supplicant directory.
2.) Set driver_ralink configuration as y in the "defconfig" or update to the "defconfig" we provide::

# Driver interface for Ralink rt61 driver
CONFIG_DRIVER_RALINK=y

3.) Add wpa_driver_ralink_ops() into wpa_supplicant_drivers() in file "drivers.c"
or update to the file "drivers.c" we provide::

#ifdef CONFIG_DRIVER_RALINK
extern struct wpa_driver_ops wpa_driver_ralink_ops; /* driver_ralink.c */
#endif /* CONFIG_DRIVER_RALINK */
:
:
struct wpa_driver_ops *wpa_supplicant_drivers[] =
{
#ifdef CONFIG_DRIVER_RALINK
&wpa_driver_ralink_ops,
#endif /* CONFIG_DRIVER_RALINK */
}

4.) Edit the "Makefile" or update to the "Makefile" we provide::

ifdef CONFIG_DRIVER_RALINK
CFLAGS += -DCONFIG_DRIVER_RALINK
OBJS_d += driver_ralink.o
endif

5.) type $cp defconfig .config
6.) Compile the source code using 'make' command.


Q2. How to start wpa_supplicant
--------------------------------
1.) First start rt61 driver.

2.) Edit/Create a configuration file of wpa_supplicant.
-a) Set your work directory of wpa_supplicant for sockets
ctrl_interface = YOUR_WORK_PATH

-b) Set YOUR_OPENSC_PATH if need be. (e.g. generate certificates)
opensc_engine_path =/YOUR_OPENSC_PATH/engine_opensc.so
pkcs11_engine_path =/YOUR_OPENSC_PATH/engine_pkcs11.so
pkcs11_module_path =/YOUR_OPENSC_PATH/opensc-pkcs11.so

-c) Set network configuration. (e.g. WPA/EAP-TTLS)

*** refer to wpa_supplicant.conf in details or related documents ***

3.) Manually start wpa_supplicant,
type $./wpa_supplicant -c your_config_file -i ra0 -D ralink

turn on debug mode,
type $./wpa_supplicant -c your_config_file -i ra0 -D ralink -d








Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts