spanish_compatible_cards
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| spanish_compatible_cards [2007/02/25 11:24] – created spanish | spanish_compatible_cards [2009/08/14 17:55] (current) – --- mister_x | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Tutorial: ¿Es mi tarjeta wireless compatible? ====== | ||
| - | Version: 1.01 Febrero 19, 2007 (Cambios al funal del texto) \\ | ||
| - | By: darkAudax | ||
| - | |||
| - | ===== Introducción ===== | ||
| - | |||
| - | Una pregunta muy habitual que hace la mayoría de la gente es "Yo tengo la tarjeta wireless XXX, ¿se puede usar con Aircrack-ng?" | ||
| - | |||
| - | Para contestar a estas preguntas será necesario algo de trabajo. | ||
| - | |||
| - | Si tienes pensado comprar una tarjeta, lo más fácil is elegir una de esta lista: [[compatibility_drivers# | ||
| - | |||
| - | Another point I want to make is that there are many, many compatible cards out there that are not listed in the [[compatibility_drivers# | ||
| - | |||
| - | Now, on to the matter at hand. Here are the steps we will be following: | ||
| - | |||
| - | - Determine your requirements and constraints | ||
| - | - Learn the basics of a wireless card | ||
| - | - Determine the chipset | ||
| - | - Verify the chipset capabilities | ||
| - | - Determine the drivers and patches required | ||
| - | - Select a card | ||
| - | |||
| - | |||
| - | ===== Determine your requirements and constraints ===== | ||
| - | |||
| - | First decide if you simply want to listen to wireless network traffic or to both listen to and inject packets. | ||
| - | |||
| - | Depending on the card/ | ||
| - | |||
| - | Another point to note is that USB devices have much less support then other hardware formats. | ||
| - | |||
| - | So at this point you need to have decided: | ||
| - | |||
| - | * Which operating system you plan to use | ||
| - | * Your prefered hardware format (PCI, PCMCIA, USB, etc.) | ||
| - | * Which features you require (listening, injection) | ||
| - | |||
| - | These will be constraints later on in this tutorial. | ||
| - | |||
| - | ===== Learn the basics of a wireless card ===== | ||
| - | |||
| - | There are two manufacturers involved with wireless cards. The first is the brand of the card itself. Examples of card manufacturers are Netgear, Ubiquiti , Linksys and D-Link. There are many, many manufacturers beyond the examples give here. | ||
| - | |||
| - | The second manufacturer is who makes the wireless chipset within the card. This is the most important company to know. Unfortunately, | ||
| - | |||
| - | It is a very important to realize that the difference between the two manufacturers. | ||
| - | |||
| - | |||
| - | |||
| - | ===== Determine the chipset ===== | ||
| - | |||
| - | Ok, this is the really hard part. I will tell you up front that you need to do your research well in this step to be successful. | ||
| - | |||
| - | If this is not the case, then you first need to determine what wireless chipset your card uses. This can be done by one or more of these techniques: | ||
| - | |||
| - | *Search the internet for "< | ||
| - | *Search the [[http:// | ||
| - | *You may also have a look at windows driver file names, it's often the name of the chipset or the driver to use. | ||
| - | *Check the card manufacturers page. Sometimes they say what chipset they use. | ||
| - | *On some cards such as PCI, you can physically see the wireless chip. Look for the brand such as Atheros, Texas Instruments, | ||
| - | |||
| - | Here are some other resources to assist you in determine what chipset you have: | ||
| - | |||
| - | * [[http:// | ||
| - | * [[http:// | ||
| - | * [[http:// | ||
| - | * [[http:// | ||
| - | * [[http:// | ||
| - | * [[http:// | ||
| - | * [[http:// | ||
| - | |||
| - | Card manufacturers add to the confusion by keeping the same card model number yet changing the chipset inside them. This is where you will hear the term "card revision" | ||
| - | |||
| - | So when you are determining the chipset for your card, make sure to include the revision/ | ||
| - | |||
| - | If you are running linux, there are a variety of methods to obtain card information and possibly determine the chipset. | ||
| - | |||
| - | * The " | ||
| - | * If the card is an ISA card, you are usually out of luck. | ||
| - | * If the card is a PCI card, you need to use the command " | ||
| - | * If the hardware is a USB dongle, you need to use the command " | ||
| - | * If the card is a Cardbus card (32 bits Pcmcia), and if you are using kernel 2.6.X or kernel 2.4.X with the kernel Pcmcia subsystem, you need to use the command " | ||
| - | * If the card is a true Pcmcia card (16 bits), and if you are using kernel 2.6.14 or later, you need to use the command " | ||
| - | * The " | ||
| - | |||
| - | Even if you are running Windows, you can boot from a live distro and use the linux techniques above. | ||
| - | |||
| - | In a Windows environment, | ||
| - | |||
| - | If you are unable to determine which chipset your card has, then you are out of luck. Your options are to purchase a card from the compatible list or to research and identify a card which matches your criteria then purchase it. | ||
| - | |||
| - | Once you know the chipset, then proceed to the next step. | ||
| - | |||
| - | ===== Verify the chipset capabilities ===== | ||
| - | |||
| - | Using the [[http:// | ||
| - | |||
| - | If this matches your requirements, | ||
| - | |||
| - | If your prime operating system is Windows, and you like the linux features, consider using a live linux distro. | ||
| - | |||
| - | Proceed to the next step of determining the drivers and patches required. | ||
| - | |||
| - | ===== Determine the drivers and patches required ===== | ||
| - | |||
| - | Using the [[http:// | ||
| - | |||
| - | For linux, generally, you need to patch the drivers in order to get the advanced features such as monitor mode and injection capability. | ||
| - | |||
| - | This tutorial will not be providing detailed instructions on how to patch your system. | ||
| - | |||
| - | If you don't have the skills or experience to patch your system, consider using a live linux distro such as [[http:// | ||
| - | |||
| - | ===== Select a card ===== | ||
| - | |||
| - | Conversely, if you know what chipset provides the features you want, you can use the [[http:// | ||
| - | |||
| - | As well, this tutorial will have given you the knowledge to determine if a particular card you are considering purchasing will provide you the features you want. | ||
| - | |||
| - | |||
| - | =====Change Log ===== | ||
| - | February 19/2007 v1.01 | ||
| - | * Update to describe identifying chipset physically | ||
| - | |||
| - | February 14/2007 v1.00 | ||
| - | * Initial Release | ||
spanish_compatible_cards.1172399071.txt.gz · Last modified: by spanish
