Diferencia entre revisiones de «Dispositivos wireless»
(→D-Link DWG-G520 (Atheros)) |
(→Intel Corporation PRO/Wireless 3945ABG Network Connection (rev 02)) |
||
(No se muestran 24 ediciones intermedias de 2 usuarios) | |||
Línea 1: | Línea 1: | ||
=Placas= | =Placas= | ||
*[http://linux-wless.passys.nl/ Directorio de "Chipsets de adaptadores Wireless"] | *[http://linux-wless.passys.nl/ Directorio de "Chipsets de adaptadores Wireless"] | ||
+ | *[http://ndiswrapper.sourceforge.net/mediawiki/index.php/List ndiswrapper Chipset list] | ||
*[http://wiki.buenosaireslibre.org/PlacasParaLinux Todo sobre placas para Linux] | *[http://wiki.buenosaireslibre.org/PlacasParaLinux Todo sobre placas para Linux] | ||
*[http://wiki.buenosaireslibre.org/ComoComprar Como comprar una placa/AP/ProAP y seguir vivo] | *[http://wiki.buenosaireslibre.org/ComoComprar Como comprar una placa/AP/ProAP y seguir vivo] | ||
Línea 24: | Línea 25: | ||
=Placas= | =Placas= | ||
− | ==D-Link DWG-G520 (Atheros)== | + | ==Intel Corporation PRO/Wireless 3945ABG Network Connection (rev 02)== |
+ | *[[ipw3945 driver manual installation for Debian Etch]] | ||
+ | |||
+ | ==D-Link DWG-G510 H/W Ver: C2 F/W Ver: 5.00 (Ralink)== | ||
+ | ;ndiswrapper | ||
+ | *[http://www.atlink.it/~conti/articles/asus-wl-138g-54mbps-and-linux/ ndiswrapper config] | ||
+ | *[https://help.ubuntu.com/community/WikiGuide/DWL-G510 Another chip? | ||
+ | |||
+ | ;Linux driver (Not working?) I used ndiswrapper | ||
+ | *[http://rt2x00.serialmonkey.com/rt61-cvs-daily.tar.gz rt2x00 Open Source Project rt61 (PCI/PCMCIA) CVS hourly tarball] | ||
+ | **[http://rt2x00.serialmonkey.com/wiki/index.php/Downloads Download Page] | ||
+ | *[http://elonen.iki.fi/code/misc-notes/debian-rt61/index.html Old Debianized module] | ||
+ | |||
+ | ;Related links: | ||
+ | *http://rt2x00.serialmonkey.com/phpBB2/viewtopic.php?p=16056&sid=4808ac8fe8d9efa4a9db13996254acbe | ||
+ | |||
+ | ==D-Link DWG-G520 H/W Ver: B3 F/W Ver: 4.30 (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 (standard)=== | ||
Download lastest drivers from http://madwifi.org/ | Download lastest drivers from http://madwifi.org/ | ||
mkdir /root/hardware | mkdir /root/hardware | ||
cd /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 | 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 | ||
+ | |||
+ | ===Manual installation with aireplay patch=== | ||
+ | <pre><nowiki> | ||
+ | ifconfig ath0 down | ||
+ | ifconfig wifi0 down | ||
+ | rmmod wlan_wep ath_rate_sample ath_rate_onoe ath_pci wlan ath_hal ath_rate_amrr 2>/dev/null | ||
+ | svn checkout http://svn.madwifi.org/trunk/ madwifi-ng | ||
+ | # Check for last version of the patch | ||
+ | wget http://patches.aircrack-ng.org/madwifi-ng-r2277.patch | ||
+ | cd madwifi-ng | ||
+ | patch -Np1 -i ../madwifi-ng-r2277.patch | ||
+ | make | ||
+ | make install | ||
+ | depmod -ae | ||
+ | modprobe ath_pci | ||
+ | wlanconfig ath1 create wlandev wifi0 wlanmode monitor | ||
+ | </nowiki></pre> | ||
+ | |||
+ | If during compiling you get a error like this: | ||
+ | <pre><nowiki> | ||
+ | cc1: warnings being treated as errors | ||
+ | /srv/software/hardware/madwifi-ng/net80211/ieee80211_wireless.c: In function 'giwscan_cb': | ||
+ | /srv/software/hardware/madwifi-ng/net80211/ieee80211_wireless.c:1742: warning: ISO C90 forbids mixed declarations and code | ||
+ | /srv/software/hardware/madwifi-ng/net80211/ieee80211_wireless.c:1768: warning: ISO C90 forbids mixed declarations and code | ||
+ | make[3]: *** [/srv/software/hardware/madwifi-ng/net80211/ieee80211_wireless.o] Error 1 | ||
+ | make[2]: *** [/srv/software/hardware/madwifi-ng/net80211] Error 2 | ||
+ | make[1]: *** [_module_/srv/software/hardware/madwifi-ng] Error 2 | ||
+ | make[1]: Leaving directory `/usr/src/linux-headers-2.6.12-1-k7' | ||
+ | make: *** [modules] Error 2 | ||
+ | </nowiki></pre> | ||
+ | you have to comment out "COPTS+= -Werror" line from Makefile.inc file. | ||
+ | |||
+ | '''References''' | ||
+ | *http://www.aircrack-ng.org/doku.php?id=madwifi-ng | ||
+ | |||
+ | ==D-Link DWL-G122 Rev C1 (Ralink)== | ||
+ | Chipset: Ralink RT73 (RT2571W) | ||
+ | usbid: 07d1:3c03 | ||
+ | |||
+ | *https://help.ubuntu.com/community/WifiDocs/Device/Belkin_F5D7050_ver_3000_(Ralink_rt73_driver) | ||
== Linksys WPC54GS Wireless-G Notebook Adapter with SpeedBooster - Cisco Systems == | == Linksys WPC54GS Wireless-G Notebook Adapter with SpeedBooster - Cisco Systems == |
Revisión actual del 23:10 9 may 2007
Contenido
- 1 Placas
- 2 Access Point
- 3 Placas
Placas
- Directorio de "Chipsets de adaptadores Wireless"
- ndiswrapper Chipset list
- 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
Intel Corporation PRO/Wireless 3945ABG Network Connection (rev 02)
D-Link DWG-G510 H/W Ver: C2 F/W Ver: 5.00 (Ralink)
- ndiswrapper
- Linux driver (Not working?) I used ndiswrapper
- Related links
D-Link DWG-G520 H/W Ver: B3 F/W Ver: 4.30 (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 (standard)
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
Manual installation with aireplay patch
ifconfig ath0 down ifconfig wifi0 down rmmod wlan_wep ath_rate_sample ath_rate_onoe ath_pci wlan ath_hal ath_rate_amrr 2>/dev/null svn checkout http://svn.madwifi.org/trunk/ madwifi-ng # Check for last version of the patch wget http://patches.aircrack-ng.org/madwifi-ng-r2277.patch cd madwifi-ng patch -Np1 -i ../madwifi-ng-r2277.patch make make install depmod -ae modprobe ath_pci wlanconfig ath1 create wlandev wifi0 wlanmode monitor
If during compiling you get a error like this:
cc1: warnings being treated as errors /srv/software/hardware/madwifi-ng/net80211/ieee80211_wireless.c: In function 'giwscan_cb': /srv/software/hardware/madwifi-ng/net80211/ieee80211_wireless.c:1742: warning: ISO C90 forbids mixed declarations and code /srv/software/hardware/madwifi-ng/net80211/ieee80211_wireless.c:1768: warning: ISO C90 forbids mixed declarations and code make[3]: *** [/srv/software/hardware/madwifi-ng/net80211/ieee80211_wireless.o] Error 1 make[2]: *** [/srv/software/hardware/madwifi-ng/net80211] Error 2 make[1]: *** [_module_/srv/software/hardware/madwifi-ng] Error 2 make[1]: Leaving directory `/usr/src/linux-headers-2.6.12-1-k7' make: *** [modules] Error 2
you have to comment out "COPTS+= -Werror" line from Makefile.inc file.
References
D-Link DWL-G122 Rev C1 (Ralink)
Chipset: Ralink RT73 (RT2571W) usbid: 07d1:3c03
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