Table of Contents

How to add a new wireless card

This page describe how to add a new wireless card to your system.

Using the frontend

Without the frontend

For example purposes, the card being referenced will be an ORIGO Wireless Compact Flash Card.

Socket 0:
  product info: "WLAN", "11Mbps_PC-Card_3.0", "ISL37100P", "Eval-RevA"
  manfid: 0x000b, 0x7100
  function: 6 (network)
Socket 1:
  no product info available

What we are interested in is the manfid: 0x000b, 0x7100 line.

cp /etc/pcmcia/config /root/config-pcmcia.orig 
card "Origo 802.11 Wireless Adapter"
manfid 0x000b, 0x7100
bind "orinoco_cs"
cp ./config-pcmcia.new /etc/pcmcia/config 
/etc/init.d/pcmcia restart