User Tools

Site Tools


compatible_cards

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
compatible_cards [2009/05/04 00:04] – cleanup (newlines) mister_xcompatible_cards [2009/05/17 20:27] – Added additional lspci information. darkaudax
Line 1: Line 1:
 ====== Tutorial: Is My Wireless Card Compatible? ====== ====== Tutorial: Is My Wireless Card Compatible? ======
-Version: 1.06 December 312008 \\+Version: 1.07 May 172009 \\
 By: darkAudax By: darkAudax
  
Line 76: Line 76:
   * The "dmesg" command can quite often contain detailed messages indicating what card was detected and the chipset.   * The "dmesg" command can quite often contain detailed messages indicating what card was detected and the chipset.
   * If the card is an ISA card, you are usually out of luck.    * 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 "lspci -nn" to display the card identification strings. In some cases, such as on cards with Broadcom chipsets, this alone can reveal the chipset.  The "-nn" should cause the PCI ID to be displayed.  An example of what a PCI ID looks like is "168c:0013" for an Atheros chipset card.  Once you have the PCI ID, there are many Internet sites to do lookups.  Some sites are [[http://pciids.sourceforge.net/]] or [[http://www.pcidatabase.com/]].  You can find other lookup sites by search for "PCI ID".+  * If the card is a PCI card, you need to use the command "lspci -nn" to display the card identification strings. In some cases, such as on cards with Broadcom chipsets, this alone can reveal the chipset.  The "-nn" should cause the PCI ID to be displayed.  An example of what a PCI ID looks like is "168c:0013" for an Atheros chipset card.  Once you have the PCI ID, there are many Internet sites to do lookups.  Some sites are [[http://pciids.sourceforge.net/]] or [[http://www.pcidatabase.com/]].  You can find other lookup sites by search for "PCI ID".  As well, the kernel modules required and in use are displayed.  This can be very helpful in identifying the chipset.
   * If the hardware is a USB dongle, you need to use the command "lsusb" to display the dongle identification strings. In some case, "lsusb" doesn't work (for example if usbfs is not mounted), and you can get the identification strings from the kernel log using "dmesg" (or in /var/log/messages).    * If the hardware is a USB dongle, you need to use the command "lsusb" to display the dongle identification strings. In some case, "lsusb" doesn't work (for example if usbfs is not mounted), and you can get the identification strings from the kernel log using "dmesg" (or in /var/log/messages). 
   * If the card is a Cardbus card (32 bits Pcmcia), and if you are using a relatively new kernel (2.4.X or above) with the kernel Pcmcia subsystem, you need to use the command "lspci -nn" to display the card identification strings. If the card is a Cardbus card (32 bits Pcmcia), and if you are using an older kernel with the standalone Pcmcia subsystem, you need to use the command "cardctl ident" display the card identification strings. Try both and see what comes out.    * If the card is a Cardbus card (32 bits Pcmcia), and if you are using a relatively new kernel (2.4.X or above) with the kernel Pcmcia subsystem, you need to use the command "lspci -nn" to display the card identification strings. If the card is a Cardbus card (32 bits Pcmcia), and if you are using an older kernel with the standalone Pcmcia subsystem, you need to use the command "cardctl ident" display the card identification strings. Try both and see what comes out. 
compatible_cards.txt · Last modified: 2018/10/08 01:37 by mister_x