LT-01: PCMCIA wireless access for your Laptop
Having Wireless access for your laptop is really easy to set up. Here's what you'll need:
- Wireless PCMCIA adapter
- Wireless access point or Router
- The ESSID (This is the "name" of your access point)
- The Key password and type (only if you want to encrypt your access point so you're not sharing it with your neighbors)
CODE
/sbin/cardctl ident
This will produce results like this:
CODE
[ liquidzoo ]# /sbin/cardctl ident
Socket 0:
no product info available
Socket 1:
product info: "Siemens", "SpeedStream Wireless PCMCIA", "", ""
manfid: 0x02ac, 0x3021
function: 6 (network)
[ liquidzoo ]#
Socket 0:
no product info available
Socket 1:
product info: "Siemens", "SpeedStream Wireless PCMCIA", "", ""
manfid: 0x02ac, 0x3021
function: 6 (network)
[ liquidzoo ]#
What we're looking for is the product info and the manfid. Write them down, or leave the console window open so you have them. Next, we need to edit some config files, you can use whatever editor you want. Since I'm already in X when I'm doing this, I use kwrite. As root, in your console type
CODE
# kwrite /etc/pcmcia/config
Somewhere in this file, near the end where cards are defined, you will want to put in the following info:
- card (This is just so you know what card it is for)
- manfid (this is what came from the output of /sbin/cardctl ident)
- bind "orinoco_cs" (This tells the kernel which module and driver to use)
Save and exit that file.
Next, you have to reboot (I know, but it has to be done). Once you have rebooted, it should recognize your card, but it might give you an error because it is not configured yet. Once you have brought up X, go into the MCC. Go into the Hardware section and choose HardDrake. After it detects your hardware, you should see an entry under Ethernetcard for eth1. Select that and click on run config tool. This will bring up drakconnect. Set this up just as you would normally set up your network, choosing autodetect and expert mode. You will get to the eth1 config tool, where you can set the mode of the wireless card. I choose Auto for WIRELESS_MODE and Any for WIRELESS_ESSID. This will let you connect to any available wireless network. If you encrypted your Wireless Access Point, you will need to enter the Key in WIRELESS_ENC_KEY. Once you have that set up, you are all set. Say yes when it asks to restart the network. Once that is done, check your internet connection by firing up your favorite browser and heading to this board!
Additional Information
http://www.mandrakeusers.org/index.php?showtopic=9865