Dispositivos wireless
De gacq wiki
Contenido
Placas
- Directorio de "Chipsets de adaptadores Wireless"
- Todo sobre placas para Linux
- Como comprar una placa/AP/ProAP y seguir vivo
- Placas con chipset ralink
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
- http://frikeando.wordpress.com/2006/06/29/auditoria-wireless-%C2%BFque-tarjeta-wifi-debo-usarcomprar/
- MSI PC54G2 (PCI) -> No se consigue
- ENCORE ENLWI-G-RLAM (PCI) -> No se consigue
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 apt-get install subversion wireless-tools apt-get install linux-headers-{your-kernel-version} wget http://easynews.dl.sourceforge.net/sourceforge/madwifi/madwifi-0.9.2.tar.gz tar zxf madwifi-0.9.2.tar.gz cd /madwifi-0.9.2/scripts ./madwifi-unload.bash ./find-madwifi-modules.sh /lib/modules/ cd .. make make install modprobe ath_pci modprobe wlan_scan_sta ifconfig ath0 up wlanconfig ath0 list scan
References
- http://madwifi.org/wiki/UserDocs/Distro/Debian/InstallingMadWifiByHand
- http://madwifi.org/wiki/UserDocs/FirstTimeHowTo
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
- 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