Page 1 of 1

Identifying the chipset in your wireless card.

Posted: Wed 16 Aug 2006, 19:24
by kirk
To use a linux driver with your wireless card, the first step is to find out what chipset it uses. Go to the linked page below and choose the manufacturer of your wireless card, then click show. After you find the chipset of your card, you can search the form for a driver or compile one your self.

http://linux-wless.passys.nl/

Posted: Wed 16 Aug 2006, 19:54
by kelewax
Hi,
Thanks for this post. It's really very useful.

card identification in the console

Posted: Mon 18 Feb 2008, 18:22
by yorkiesnorkie
For a pcmcia cards you can get information on the chip by opening the console and typing "cardctl ident " at the command prompt, then press enter. This will help identify the correct driver to load in Puppy's connection wizard. e.g.

Code: Select all

 # cardctl ident 
Socket 0: 
  no product info available 
Socket 1: 
  product info: "Realtek", "Rtl8139" 
  manfid: 0x0000, 0x024c 
  function: 6 (network)
Pay attention to the line which has "manfid: 0x0000, 0x024c' on it as you can use this string to search the net find the chip should the line with the product info be incorrect. My pcmcia card identified the chip as "Rtl8139" which was not actually correct. I had help from Tempestuous who pointed out this discrepancy and identified the correct driver to use. I needed to use the "r8180" driver listed in the wireless wizard to get a working connection.

Yorkiesnorkie

Posted: Thu 20 Mar 2008, 12:57
by MrWho
I suspect that table could be wrong sometimes, because many times the manufacturer changes the specs but maintain the same model number.

I'll give you my example: I have an Allied Telesyn WCL007 wifi card. According to that site, it should use the hostap driver, but in fact the only driver I could get it to work with was the bcm43xx (which puppy in fact autodetects).

Unfortunately I can't physically check the chip on the card since it has a big metal box covering almost everything.

Just my two cents...