Diferencia entre revisiones de «Dispositivos wireless»

De gacq wiki
Saltar a: navegación, buscar
(D-Link DWG-G520 (Atheros))
(D-Link DWG-G520 (Atheros))
Línea 25: Línea 25:
 
=Placas=
 
=Placas=
 
==D-Link DWG-G520 (Atheros)==
 
==D-Link DWG-G520 (Atheros)==
 +
There is an official madwifi package in the non-free section of the Debian archive: see http://madwifi.org/wiki/UserDocs/Distro/Debian/MadWifi - If you want the lastest driver you have to install it manually.
 +
 +
===Manual installation===
 
Download lastest drivers from http://madwifi.org/
 
Download lastest drivers from http://madwifi.org/
 
  mkdir /root/hardware
 
  mkdir /root/hardware

Revisión del 22:56 25 ago 2006

Placas

Recomendadas

Si es para uso bajo linux exclusivamente, yo recomendaria, alguna con chipset Atheros, Ralink o Prism, que son los que estan mas evolucionados los drivers.

Validar

Placas para Auditoria

Donde comprar

Access Point

Revisar

http://wiki.personaltelco.net/index.cgi/LinuxAccessPoint

Placas

D-Link DWG-G520 (Atheros)

There is an official madwifi package in the non-free section of the Debian archive: see http://madwifi.org/wiki/UserDocs/Distro/Debian/MadWifi - If you want the lastest driver you have to install it manually.

Manual installation

Download lastest drivers from http://madwifi.org/

mkdir /root/hardware
cd /root/hardware
wget http://easynews.dl.sourceforge.net/sourceforge/madwifi/madwifi-0.9.2.tar.gz

Linksys WPC54GS Wireless-G Notebook Adapter with SpeedBooster - Cisco Systems

No tiene soporte nativo de Linux funciona solo con ndiswrapper - http://ndiswrapper.sourceforge.net

Procedimiento:

  • Descarregar el driver ndiswrapper i el de la targeta per a l'xp.
  • Compilar i instalar l'ndiswrapper
    1. ndiswrapper -i XXX.inf [XXX.inf fitxer de driver per l'xp]
  • modprobe ndiswrapper
  • Configurar el dispositiu wlan0 com una wireless qualsevol
  • ifup wlan0

Para hacerla funcionar hice algo parecido a esto

apt-get install ndiswrapper-source
cd /usr/src
tar jxvf ndiswrapper-source.tar.bz2
cd modules/ndiswrapper
fakeroot debian/rules binary-modules
fakeroot debian/rules binary-utils
cd ..
dpkg -i ndiswrapper*.deb
depmod -a
ndiswrapper -i /pathto/your/drivers/inf
ndiswrapper -l
modprobe ndiswrapper